Skip to content

Commit

Permalink
Add exclude block (#27369)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebwill committed Jun 5, 2024
1 parent 087b772 commit e6e450d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions enos/enos-scenario-replication.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ scenario "replication" {
# softhsm packages not available for leap/sles; Enos support for softhsm
# on amzn2 to be added later.
exclude {
seal = ["pkcs11"]
distro = ["amzn2", "leap", "sles"]
primary_seal = ["pkcs11"]
distro = ["amzn2", "leap", "sles"]
}

exclude {
secondary_seal = ["pkcs11"]
distro = ["amzn2", "leap", "sles"]
}
}

Expand Down

0 comments on commit e6e450d

Please sign in to comment.