From 4ea7800b3356a8798af142bc62a88cb80b572ad1 Mon Sep 17 00:00:00 2001 From: George Jacob Date: Wed, 8 Jan 2025 13:18:14 -0600 Subject: [PATCH] Fixed spacing and spelling issues --- .../devices/check_dev_console.fmf | 3 +-- .../devices/check_dev_disk.fmf | 3 +-- .../devices/check_dev_kmsg.fmf | 3 +-- .../regular_os_files/check_etc_qm.fmf | 3 +-- .../regular_os_files/check_usr_lib_qm.fmf | 3 +-- .../regular_os_files/check_usr_share_qm.fmf | 5 ++--- .../sockets/check_run_udev_control.fmf | 3 +-- tests/ffi/dev_mem_not_present/main.fmf | 3 +-- 8 files changed, 9 insertions(+), 17 deletions(-) diff --git a/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_console.fmf b/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_console.fmf index f070e255..221e4919 100644 --- a/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_console.fmf +++ b/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_console.fmf @@ -1,8 +1,7 @@ summary: Test that the device /dev/console is not available in the QM partition. description: | This tests confirms that the device /dev/console is not available in the QM partition. - The test executes `test -c /dev/console` in QM - partition, no other input. + The test executes `test -c /dev/console` in QM partition, no other input. Test inputs: None diff --git a/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_disk.fmf b/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_disk.fmf index 8cea2e01..a57b1802 100644 --- a/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_disk.fmf +++ b/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_disk.fmf @@ -1,8 +1,7 @@ summary: Test that the device /dev/disk is not available in the QM partition. description: | This tests confirms that the device /dev/disk is not available in the QM partition. - The test executes `test -d /dev/disk` in QM - partition, no other input. + The test executes `test -d /dev/disk` in QM partition, no other input. Test inputs: None diff --git a/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_kmsg.fmf b/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_kmsg.fmf index 0a16b23d..5c47c5fe 100644 --- a/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_kmsg.fmf +++ b/tests/ffi/attempts_to_access_forbidden_file_system_resource/devices/check_dev_kmsg.fmf @@ -1,8 +1,7 @@ summary: Test that the device /dev/kmsg is not available in the QM partition. description: | This tests confirms that the device /dev/kmsg is not available in the QM partition. - The test executes `test -c /dev/kmsg` in QM - partition, no other input. + The test executes `test -c /dev/kmsg` in QM partition, no other input. Test inputs: None diff --git a/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_etc_qm.fmf b/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_etc_qm.fmf index 108880e3..94442a61 100644 --- a/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_etc_qm.fmf +++ b/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_etc_qm.fmf @@ -1,8 +1,7 @@ summary: Test that the directory /etc/qm cannot be accessed in the QM partition. description: | This tests confirms that the directory /etc/qm cannot be accessed in the QM partition. - The test executes `test -d /etc/qm` in QM - partition, no other input. + The test executes `test -d /etc/qm` in QM partition, no other input. Test inputs: None diff --git a/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_lib_qm.fmf b/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_lib_qm.fmf index 4f185a35..b7a4506d 100644 --- a/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_lib_qm.fmf +++ b/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_lib_qm.fmf @@ -1,8 +1,7 @@ summary: Test that the directory /usr/lib/qm cannot be accessed in the QM partition. description: | This tests confirms that the directory /usr/lib/qm cannot be accessed in the QM partition - The test executes `test -d /usr/lib/qm` in QM - partition, no other input. + The test executes `test -d /usr/lib/qm` in QM partition, no other input. Test inputs: None diff --git a/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_share_qm.fmf b/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_share_qm.fmf index 23c09314..ffb46a01 100644 --- a/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_share_qm.fmf +++ b/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_share_qm.fmf @@ -1,8 +1,7 @@ summary: Test that the directory /usr/share/qm cannot be accessed in the QM partition. description: | - This tests confirms hat the directory /usr/share/qm cannot be accessed in the QM partition. - The test executes `test -d /usr/share/qm` in QM - partition, no other input. + This tests confirms that the directory /usr/share/qm cannot be accessed in the QM partition. + The test executes `test -d /usr/share/qm` in QM partition, no other input. Test inputs: None diff --git a/tests/ffi/attempts_to_access_forbidden_file_system_resource/sockets/check_run_udev_control.fmf b/tests/ffi/attempts_to_access_forbidden_file_system_resource/sockets/check_run_udev_control.fmf index 7ccb51ec..e0fd4d07 100644 --- a/tests/ffi/attempts_to_access_forbidden_file_system_resource/sockets/check_run_udev_control.fmf +++ b/tests/ffi/attempts_to_access_forbidden_file_system_resource/sockets/check_run_udev_control.fmf @@ -1,8 +1,7 @@ summary: Test that the socket /run/udev/control does not exist in the QM partition. description: | This tests confirms that the socket /run/udev/control does not exist in the QM partition. - The test executes `test -e /run/udev/control` in QM - partition, no other input. + The test executes `test -e /run/udev/control` in QM partition, no other input. Test inputs: None diff --git a/tests/ffi/dev_mem_not_present/main.fmf b/tests/ffi/dev_mem_not_present/main.fmf index 7d780444..e42ee797 100644 --- a/tests/ffi/dev_mem_not_present/main.fmf +++ b/tests/ffi/dev_mem_not_present/main.fmf @@ -1,8 +1,7 @@ summary: Test /dev/mem is not present in QM partition. description: | This tests confirms that /dev/mem is not present in QM partition. - The test executes `test -e /dev/mem` in QM - partition, no other input. + The test executes `test -e /dev/mem` in QM partition, no other input. Test inputs: None