Skip to content

Commit

Permalink
chore: tidy up test script
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Oct 29, 2024
1 parent 9a7b657 commit ad48b29
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions oci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,58 @@ tests=(
"config_updates_without_affect"
"create"
"delete"
# "delete_only_create_resources"
# "delete_resources"
# "hooks"
# "hooks_stdin"
"hostname"
"kill"
"kill_no_effect"
# "killsig"
# "linux_cgroups_blkio"
# "linux_cgroups_cpus"
# "linux_cgroups_devices"
# "linux_cgroups_hugetlb"
# "linux_cgroups_memory"
# "linux_cgroups_network"
# "linux_cgroups_pids"
# "linux_cgroups_relative_blkio"
# "linux_cgroups_relative_cpus"
# "linux_cgroups_relative_devices"
# "linux_cgroups_relative_hugetlb"
# "linux_cgroups_relative_memory"
# "linux_cgroups_relative_network"
# "linux_cgroups_relative_pids"
"linux_devices"
# "linux_masked_paths"
"linux_mount_label"
# "linux_ns_itype"
# "linux_ns_nopath"
# "linux_ns_path"
# "linux_ns_path_type"
# "linux_process_apparmor_profile"
# "linux_readonly_paths"
"linux_rootfs_propagation"
# "linux_seccomp"
"linux_sysctl"
# "linux_uid_mappings"
# "misc_props"
"mounts"
# "pidfile"
# "poststart"
# "poststart_fail"
# "poststop"
# "poststop_fail"
"prestart"
"prestart_fail"
"process"
"process_capabilities"
# "process_capabilities_fail"
"process_oom_score_adj"
# "process_rlimits"
# "process_rlimits_fail"
# "process_user"
# "root_readonly_true"
"start"
"state"
)
Expand Down

0 comments on commit ad48b29

Please sign in to comment.