cri-o/test/testdata
Antonio Murdaca 3ddf3f21c1
test: fix and add tests
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-27 10:42:53 +02:00
..
container_config.json test: fix and add tests 2016-09-27 10:42:53 +02:00
container_exit_test.json test: fix and add tests 2016-09-27 10:42:53 +02:00
container_redis.json test: fix and add tests 2016-09-27 10:42:53 +02:00
README.md test: fix and add tests 2016-09-27 10:42:53 +02:00
sandbox_config.json test: fix and add tests 2016-09-27 10:42:53 +02:00

In terminal 1:

sudo ./ocid

In terminal 2:

sudo ./ocic runtimeversion

sudo rm -rf /var/lib/ocid/sandboxes/podsandbox1
sudo ./ocic pod create --config testdata/sandbox_config.json

sudo rm -rf /var/lib/ocid/containers/container1
sudo ./ocic container create --pod podsandbox1 --config testdata/container_config.json