Skip to content

Commit

Permalink
Give the main IMA tests a more descriptive name and a distinct keyword
Browse files Browse the repository at this point in the history
"file" is not a very meaningful keyword here, "ima" lets us test just
these when we need to.
  • Loading branch information
pmatilai committed Jan 13, 2025
1 parent d1c09b5 commit 48da1fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/rpmsigdig.at
Original file line number Diff line number Diff line change
Expand Up @@ -1829,8 +1829,8 @@ POST-IMPORT
gpgconf --kill gpg-agent
RPMTEST_CLEANUP

AT_SETUP([ima])
AT_KEYWORDS([rpmsign file signature])
AT_SETUP([ima file signatures])
AT_KEYWORDS([rpmsign ima signature])
AT_SKIP_IF([$IMA_DISABLED])

RPMTEST_SETUP
Expand Down Expand Up @@ -1893,7 +1893,7 @@ RPMTEST_CLEANUP


AT_SETUP([--delsign with misplaced ima signature])
AT_KEYWORDS([rpmsign file signature])
AT_KEYWORDS([rpmsign ima signature])
RPMTEST_CHECK([
cp /data/RPMS/hello-2.0-1.x86_64-badima.rpm .
rpmsign --delsign hello-2.0-1.x86_64-badima.rpm
Expand Down

0 comments on commit 48da1fc

Please sign in to comment.