Skip to content

Commit

Permalink
add automation id
Browse files Browse the repository at this point in the history
Signed-off-by: pengshanyu <yupengshan@hotmail.com>

remove id

Signed-off-by: pengshanyu <yupengshan@hotmail.com>

update id

Signed-off-by: pengshanyu <yupengshan@hotmail.com>
  • Loading branch information
pengshanyu authored and dougsland committed Aug 16, 2024
1 parent 9b87087 commit 615ffcb
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Expected Result:
out: [ INFO ] PASS: check_dev_kmsg_not_available: As expected, /dev/kmsg is not available in the QM partition.

Jira:
https://issues.redhat.com/browse/VROOM-21932
VROOM-21932
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ summary: Test that the device /dev/console is not available in the QM partition.
test: /bin/bash ./check_dev_console.sh
duration: 10m
tag: ffi
framework: shell
framework: shell
id: 24560ba3-b64b-40da-bb53-0f057e87889a
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ summary: Test that the device /dev/disk is not available in the QM partition.
test: /bin/bash ./check_dev_disk.sh
duration: 10m
tag: ffi
framework: shell
framework: shell
id: fc7af8ad-7646-4057-9729-2e267558ec3d
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ summary: Test that the device /dev/kmsg is not available in the QM partition.
test: /bin/bash ./check_dev_kmsg.sh
duration: 10m
tag: ffi
framework: shell
framework: shell
id: 99cd018f-c854-444a-8f32-dac3ada8b770
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Expected Result:
out: [ INFO ] PASS: check_usr_share_qm_not_accessible: As expected, /usr/share/qm is not accessible in the QM partition.

Jira:
https://issues.redhat.com/browse/VROOM-21932
VROOM-21932
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ summary: Test that the directory /etc/qm cannot be accessed in the QM partition.
test: /bin/bash ./check_etc_qm.sh
duration: 10m
tag: ffi
framework: shell
framework: shell
id: bf516bb5-c016-43d8-8510-487e3dfe5f8a
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ summary: Test that the directory /usr/lib/qm cannot be accessed in the QM partit
test: /bin/bash ./check_usr_lib_qm.sh
duration: 10m
tag: ffi
framework: shell
framework: shell
id: 9595f570-bdc2-47c8-b73f-5cf937d70bd8
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ summary: Test that the directory /usr/share/qm cannot be accessed in the QM part
test: /bin/bash ./check_usr_share_qm.sh
duration: 10m
tag: ffi
framework: shell
framework: shell
id: d382e897-d9dd-4f32-9200-61a08efefef8
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Expected Result:
out: [ INFO ] PASS: check_dev_shm_file_not_visible_in_qm: As expected, /dev/shm/on-host is not visible in the QM partition.

Jira:
https://issues.redhat.com/browse/VROOM-21932
VROOM-21932
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
summary: Test that the file created in /dev/shm/ outside the QM partition that are not visible in /dev/shm inside the QM partition.
summary: Test that the file created in /dev/shm/ outside the QM partition that are
not visible in /dev/shm inside the QM partition.
test: /bin/bash ./check_dev_shm.sh
duration: 10m
tag: ffi
framework: shell
framework: shell
id: e4fd3323-071e-471f-9256-2e7755d4f1ea
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Expected Result:
out: [ INFO ] PASS: check_run_udev_control_not_exist: As expected, /run/udev/control dose not exist in the QM partition.

Jira:
https://issues.redhat.com/browse/VROOM-21932
VROOM-21932
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
summary: Test that /run/systemd/journal/socket have different inode number inside and outside of the QM partition.
summary: Test that /run/systemd/journal/socket have different inode number inside
and outside of the QM partition.
test: /bin/bash ./check_run_systemd_journal_socket.sh
duration: 10m
tag: ffi
framework: shell
framework: shell
id: d5472de0-3e26-47d5-9e90-245df01c5136
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ summary: Test that the socket /run/udev/control does not exist in the QM partiti
test: /bin/bash ./check_run_udev_control.sh
duration: 10m
tag: ffi
framework: shell
framework: shell
id: 8bf35c3c-4993-497c-86f0-14fb17dfe83b

0 comments on commit 615ffcb

Please sign in to comment.