Update test plan

Fix regex to avoid running unwanted tests.

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
Anderson Toshiyuki Sasaki 2023-07-14 11:42:06 +02:00
parent fbe5aeb3f0
commit 578c14e5b0

View File

@ -1,9 +1,10 @@
summary: run keylime e2e tests
# define context to filter out all test requiring TPM device
context:
# define context to filter out all test requiring TPM device
swtpm: yes
agent: rust
swtpm: yes
agent: rust
faked_measured_boot_log: no
prepare:
- how: shell
@ -23,7 +24,7 @@ discover:
- /functional/basic-attestation-on-localhost
# now change IMA policy to signing and run all tests
- /setup/configure_kernel_ima_module/ima_policy_signing
- "/functional/.*"
- "^/functional/.*"
execute:
how: tmt
@ -33,4 +34,3 @@ adjust:
environment:
AVC_CHECK_AUSEARCH_PARAMS: "-se keylime"
because: "On Rawhide we ignore SELinux AVCs not related to keylime"