containerd/integration
Brian Goff b4558bedc6 Add test flag for skipping shim cgroup test
For some shims (namely github.com/cpuguy83/containerd-shim-systemd-v1),
the shim cgroup test doesn't make sense since there is only a single
shim process for the entire node.

I use these integration tests to make sure the shim is compatible with
the runc shims and generally works as expected. This will let me skip
the shim cgroup test as there is no process for the shim to stick into
the cgroup... mostly.
There is a bootstrap process as well as a PTY copier proces which do use
the shim cgroup if provided, but the test is not able to check for
those (unless we enable tty on the test, which is a bit arbitrary and
not useful).

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2022-09-23 17:39:04 +00:00
..
client Add test flag for skipping shim cgroup test 2022-09-23 17:39:04 +00:00
cri-api/pkg/apis feat: enable cri remote client to call with grpc calloptions 2021-09-30 23:02:53 +08:00
failpoint/cmd Run gofmt 1.19 2022-08-04 18:18:33 -07:00
images feat: upgrade registry.k8s.io/pause version 2022-09-06 15:59:20 +08:00
remote Rename Size_ to Size 2022-04-22 15:31:53 +00:00
addition_gids_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
build_local_containerd_helper_test_linux.go Add sandbox to in memory services 2022-07-29 16:08:07 -07:00
build_local_containerd_helper_test.go Make getServicesOpts a helper 2022-07-22 19:38:45 -07:00
container_log_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
container_restart_test.go Fix command line parsing for image list 2022-07-25 14:19:40 -07:00
container_stats_test.go Fix command line parsing for image list 2022-07-25 14:19:40 -07:00
container_stop_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
container_update_resources_test.go integration: TestUpdateContainerResources_MemoryLimit: remove TODO comment 2022-09-05 09:52:29 +02:00
container_volume_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
container_without_image_ref_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
containerd_image_test.go ContainerStatus to return container resources 2022-08-24 19:08:06 +00:00
duplicate_name_test.go Fix command line parsing for image list 2022-07-25 14:19:40 -07:00
image_load_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
image_pull_timeout_test.go Run gofmt 1.19 2022-08-04 18:18:33 -07:00
imagefs_info_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
main_test.go Merge pull request #7069 from fuweid/failpoint-in-runc-shimv2 2022-07-26 23:12:20 -07:00
no_metadata_test.go Merge pull request #5619 from mikebrow/cri-add-v1-proxy-alpha 2021-07-09 14:07:24 -04:00
pod_dualstack_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
pod_hostname_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
restart_test.go Remove Windows special case in TestContainerdRestart 2022-08-15 17:03:45 -07:00
runtime_handler_test.go integration: Enables TestRuntimeHandler for Windows 2021-10-07 18:20:59 -07:00
sandbox_clean_remove_test.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
sandbox_clean_remove_windows_test.go Drop deprecated ioutil 2022-07-23 08:36:20 -07:00
sandbox_run_rollback_test.go integration: simplify CNI-fp and add README.md 2022-07-24 11:45:45 +08:00
shim_dial_unix_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
truncindex_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
volume_copy_up_test.go Use image lists in client tests 2022-07-25 10:47:00 -07:00
volume_copy_up_unix_test.go Replace find with native Go code 2021-12-07 11:04:38 +00:00
volume_copy_up_windows_test.go Replace find with native Go code 2021-12-07 11:04:38 +00:00
windows_device_test.go Update image references for Windows tests 2022-07-25 11:04:59 -07:00
windows_hostprocess_test.go Windows HostProcess container CRI stats test 2022-07-27 15:45:37 -07:00
windows_rootfs_size_test.go Update image references for Windows tests 2022-07-25 11:04:59 -07:00