File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,11 @@ if(ENABLE_PROBES_LINUX)
33 add_oscap_test ("test_probes_systemdunitdependency.sh" )
44 add_oscap_test ("test_probes_systemdunitdependency_validation.sh" )
55 add_oscap_test ("test_probes_systemdunitdependency_offline_mode.sh" )
6+ set_tests_properties (
7+ "probes/systemdunitdependency/test_probes_systemdunitdependency.sh"
8+ "probes/systemdunitdependency/test_probes_systemdunitdependency_validation.sh"
9+ "probes/systemdunitdependency/test_probes_systemdunitdependency_offline_mode.sh"
10+ PROPERTIES RESOURCE_LOCK "systemd:1"
11+ )
612 endif ()
713endif ()
Original file line number Diff line number Diff line change @@ -3,5 +3,11 @@ if(ENABLE_PROBES_LINUX)
33 add_oscap_test ("test_probes_systemdunitproperty.sh" )
44 add_oscap_test ("test_probes_systemdunitproperty_mount_wants.sh" )
55 add_oscap_test ("test_probes_systemdunitproperty_offline_mode.sh" )
6+ set_tests_properties (
7+ "probes/systemdunitproperty/test_probes_systemdunitproperty.sh"
8+ "probes/systemdunitproperty/test_probes_systemdunitproperty_mount_wants.sh"
9+ "probes/systemdunitproperty/test_probes_systemdunitproperty_offline_mode.sh"
10+ PROPERTIES RESOURCE_LOCK "systemd:1"
11+ )
612 endif ()
713endif ()
You can’t perform that action at this time.
0 commit comments