cri-o/test/testdata
Vincent Batts fd7a052023
testdata: fix invalid json doc
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-08 15:23:24 -05:00
..
apparmor_test_deny_write add test cases 2016-12-01 21:42:13 +08:00
container_config.json add test for container/pod metadata in status/list APIs 2016-11-02 00:37:40 +08:00
container_config_seccomp.json add seccomp support 2016-11-28 22:05:34 +01:00
container_exit_test.json test: fix and add tests 2016-09-27 10:42:53 +02:00
container_redis.json removing mount from test/testdata/container_redis.json 2016-10-07 12:32:11 -05:00
README.md test: fix and add tests 2016-09-27 10:42:53 +02:00
sandbox_config.json testdata: fix invalid json doc 2016-12-08 15:23:24 -05:00
sandbox_config_seccomp.json testdata: sandbox ns options should be under security_context 2016-12-08 18:09:28 +01: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