cri-o/test/testdata
Antonio Murdaca de0be63495
container_create: set cpuset cpus|mems
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-12-20 19:20:57 +01:00
..
README.md replace crioctl with crictl 2017-11-20 13:46:52 +08:00
apparmor_test_deny_write add test cases 2016-12-01 21:42:13 +08:00
container_config.json sandbox, ctr: SELinux fixes 2017-09-17 22:40:17 +02:00
container_config_by_imageid.json sandbox, ctr: SELinux fixes 2017-09-17 22:40:17 +02:00
container_config_hostport.json sandbox, ctr: SELinux fixes 2017-09-17 22:40:17 +02:00
container_config_logging.json sandbox, ctr: SELinux fixes 2017-09-17 22:40:17 +02:00
container_config_resolvconf.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
container_config_resolvconf_ro.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
container_config_seccomp.json sandbox, ctrs: fixup seccomp for 1.8 2017-11-02 16:07:52 +01:00
container_config_sleep.json Add support for kpod kill 2017-09-28 09:34:21 -05:00
container_exit_test.json server: fix set caps on container create 2017-05-05 16:31:52 +02:00
container_redis.json container_create: set cpuset cpus|mems 2017-12-20 19:20:57 +01:00
container_redis_default_mounts.json container_create: sort mounts before adding them to the spec 2017-10-29 12:31:18 +01:00
container_redis_device.json test: testdata: get rid of memory limits 2017-05-17 17:30:11 +02:00
container_redis_env_custom.json test: add exec/execsync env conflict test 2017-11-30 12:54:58 +01:00
fake_ocid_default Rename ocid to crio. 2017-05-12 09:56:06 -04:00
sandbox1_config.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
sandbox2_config.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
sandbox3_config.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
sandbox_config.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
sandbox_config_hostnet.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
sandbox_config_hostport.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
sandbox_config_seccomp.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
sandbox_config_selinux.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
sandbox_config_sysctl.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00
template_container_config.json Add kpod wait 2017-09-27 09:03:33 -05:00
template_sandbox_config.json replace crioctl with crictl 2017-11-20 13:46:52 +08:00

README.md

In terminal 1:

sudo ./crio

In terminal 2:

sudo ./crictl runtimeversion

sudo rm -rf /var/lib/containers/storage/sandboxes/podsandbox1
sudo ./crictl runs testdata/sandbox_config.json

sudo rm -rf /var/lib/containers/storage/containers/container1
sudo ./crictl create podsandbox1 testdata/container_config.json testdata/sandbox_config.json