Skip to content

Commit

Permalink
List tests in Packit-CI plan explicitly
Browse files Browse the repository at this point in the history
By using regular expressions we are pulling in tests that are not
intended to run in CI environment.
Also, rename a test plan to ease pattern matching.

Signed-off-by: Karel Srot <[email protected]>
  • Loading branch information
kkaarreell authored and mpeters committed May 19, 2022
1 parent f88dd1c commit c26a729
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packit-ci.fmf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/e2e:
/e2e-with-revocation:

summary: run keylime e2e tests

Expand Down Expand Up @@ -71,7 +71,9 @@
test:
- /setup/configure_tpm_emulator
- /setup/install_upstream_keylime
- "/functional/basic-attestation.*"
- /functional/basic-attestation-on-localhost
- /functional/basic-attestation-without-mtls
- /functional/basic-attestation-with-unpriviledged-agent

adjust:
# prepare step adjustments
Expand Down

0 comments on commit c26a729

Please sign in to comment.