Update test plan

Fix regex so that we will not run unwanted tests.
This commit is contained in:
Sergio Correia 2023-06-06 13:50:41 -03:00
parent 6a94ffa449
commit 8bd46bc758
No known key found for this signature in database
GPG Key ID: D0D219ED1F7E762C

View File

@ -24,7 +24,7 @@ discover:
- /functional/basic-attestation-on-localhost - /functional/basic-attestation-on-localhost
# now change IMA policy to signing and run all tests # now change IMA policy to signing and run all tests
- /setup/configure_kernel_ima_module/ima_policy_signing - /setup/configure_kernel_ima_module/ima_policy_signing
- "/functional/.*" - "^/functional/.*"
execute: execute:
how: tmt how: tmt