Closed pengshanyu closed 2 months ago
/packit test --identifier e2e-ffi
will improve it based on the review of the design
/packit test --identifier e2e-multi-bluechi-agents
please squash commits for easy review.
@dougsland @Yarboa thank you so much for the review. This PR may be closed due to changes in test scope.
Sorry for the confusion caused by the comment above. According to the latest decision, I need to continue this work.
Just a general comment: this is not a special property of qm
, but of all containers created by podman. So it could also be considered a smoke test in a different place
I want ensure that /dev/mem is not accesible inside QM partition.
Test Design (improved based on PR review):
Using test expression in QM partition:
Execute the following command:
podman exec qm test -e /dev/mem
Expected Result:
/dev/mem does not exist, the command returns a non-zero value
Verify whether the test passed or not:
PASS: if the command returns a non-zero value, it means /dev/mem is not present FAIL: if the command returns 0, it means /dev/mem is present