path: openscap_1.4.3+dfsg-1/tests/probes/systemdunitdependency/test_probes_systemdunitdependency.sh function test_probes_systemdunitdependency { probecheck "systemdunitdependency" || return 255 pidof systemd > /dev/null || return 255 systemctl > /dev/null 2>&1 || return 255 path: openscap_1.4.3+dfsg-1/tests/oval_details/test_oval_details.sh test_run "test_oval_details_rpminfo_object_implicit" test_oval_details_implicit rpminfo "name.*release.*version" "rpm" test_run "test_oval_details_rpminfo_object_explicit" test_oval_details_explicit rpminfo "name.*release.*version" "rpm" if ! pidof systemd > /dev/null ; then test_run "test_oval_details_runlevel_object_implicit" test_oval_details_implicit runlevel "service name.*runlevel" "smartd" test_run "test_oval_details_runlevel_object_explicit" test_oval_details_explicit runlevel "service name.*runlevel" "smartd" path: openscap_1.4.3+dfsg-1/tests/probes/systemdunitproperty/test_probes_systemdunitproperty_offline_mode.sh probecheck "systemdunitproperty" || return 255 pidof systemd > /dev/null || return 255 local ret_val=0; path: openscap_1.4.3+dfsg-1/tests/probes/systemdunitproperty/test_probes_systemdunitproperty.sh function test_probes_systemdunitproperty { probecheck "systemdunitproperty" || return 255 pidof systemd > /dev/null || return 255 systemctl > /dev/null 2>&1 || return 255 path: openscap_1.4.3+dfsg-1/tests/probes/systemdunitdependency/test_probes_systemdunitdependency_offline_mode.sh probecheck "systemdunitdependency" || return 255 pidof systemd > /dev/null || return 255 local ret_val=0; path: openscap_1.4.3+dfsg-1/tests/probes/systemdunitproperty/test_probes_systemdunitproperty_mount_wants.sh function test_probes_systemdunitproperty_mount_wants { probecheck "systemdunitproperty" || return 255 pidof systemd > /dev/null || return 255 systemctl show -- -.mount | grep -Eq "Wants=\S+" || return 255