diff options
author | Matthew Heon <mheon@redhat.com> | 2018-03-12 10:01:44 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-12 14:38:41 +0000 |
commit | 33fe3287a3b78d82b53e4d02776ddcb4ce5cfd05 (patch) | |
tree | 9b76b9378f152a07cf173ee832ee14ff6eed4601 /test/testdata/README.md | |
parent | b78a450cd5e0cf3e65ec7cd61bea4af6e5071e1c (diff) | |
download | podman-33fe3287a3b78d82b53e4d02776ddcb4ce5cfd05.tar.gz podman-33fe3287a3b78d82b53e4d02776ddcb4ce5cfd05.tar.bz2 podman-33fe3287a3b78d82b53e4d02776ddcb4ce5cfd05.zip |
Remove unused configs for testing CRI-O
Signed-off-by: Matthew Heon <mheon@redhat.com>
Closes: #473
Approved by: rhatdan
Diffstat (limited to 'test/testdata/README.md')
-rw-r--r-- | test/testdata/README.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/testdata/README.md b/test/testdata/README.md deleted file mode 100644 index afc6b32f0..000000000 --- a/test/testdata/README.md +++ /dev/null @@ -1,15 +0,0 @@ -In terminal 1: -``` -sudo ./crio -``` - -In terminal 2: -``` -sudo ./crioctl runtimeversion - -sudo rm -rf /var/lib/containers/storage/sandboxes/podsandbox1 -sudo ./crioctl pod run --config testdata/sandbox_config.json - -sudo rm -rf /var/lib/containers/storage/containers/container1 -sudo ./crioctl container create --pod podsandbox1 --config testdata/container_config.json -``` |