cri-o/test/testdata
Daniel J Walsh 6f81ec8c67 Default all container storage to /var/lib/containers/storage
containers/storage is defaulting to /var/lib/containers/storage
for image and containers storage.  It is also defaulting to
/var/run/containers/storage for all runtime.  The defaults
for CRI-O should match so that lots of other tools that use
containers/storage can share the same storage.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-03-24 08:19:08 -04:00
..
apparmor_test_deny_write add test cases 2016-12-01 21:42:13 +08:00
container_config.json Default type for containers is not container_t 2017-01-25 22:11:30 +01:00
container_config_by_imageid.json storage: fix image retrieval by id 2017-01-31 16:32:30 +01: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
fake_ocid_default reload default apparmor profile if it is unloaded 2016-12-07 20:19:29 +08:00
README.md Default all container storage to /var/lib/containers/storage 2017-03-24 08:19:08 -04:00
sandbox_config.json Fixup cgroup in test sandbox config 2016-12-16 13:33:38 -08:00
sandbox_config_hostnet.json test: Add host pod ping test 2016-12-21 12:24:37 +01:00
sandbox_config_seccomp.json Default type for containers is not container_t 2017-01-25 22:11:30 +01:00

In terminal 1:

sudo ./ocid

In terminal 2:

sudo ./ocic runtimeversion

sudo rm -rf /var/lib/containers/storage/sandboxes/podsandbox1
sudo ./ocic pod run --config testdata/sandbox_config.json

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