Commit Graph

6 Commits

Author SHA1 Message Date
Jackie Truong f36d46b724 Add certificate validation scenario tests
This patch adds certificate validation scenario tests
incorporate cursive's new certificate validation feature.

Change-Id: Ica1d32ca66d6f89692e9cc90e415bf569332f58d
Implements: blueprint nova-validate-certificates
2020-03-13 21:18:57 +00:00
Brianna Poulos 69e3d4772b Revert "Remove duplicate configuration"
This reverts commit 98c87a7383.

Change-Id: I1b3fae128100655ab580be3d6c68285063e9a036
2018-02-27 17:47:03 +00:00
Jeremy Liu 98c87a7383 Remove duplicate configuration
Enable ephemeral storage encryption is already configured above.

Change-Id: I2fbeaeb983208e7654e5fd0dd613fda678fd8b35
2018-01-24 10:33:55 +08:00
Jackie Truong ab903f340b Add ephemeral disk encryption scenario test
Adds ephemeral-disk-encryption group to Barbican Tempest configuration
options.

Enables ephemeral disk encryption for Barbican Tempest tests by updating
pre_test_hook.sh, which is run at the start of relevant gate tests.

Adds an ephemeral disk encryption scenario test to verify the
functionality of encrypted ephemeral storage. The test creates an image,
boots an instance from the created image, and writes to a new file in
the instance. Improper calls to encrypt the LVM ephemeral disk that is
being written to will be caught with this test.

Change-Id: I5f194f3c2a91263d4d34204db5cd5845197169bb
2017-07-20 13:38:46 +00:00
dane-fichter 5af45595bb Add image signing scenario
This change adds the first scenario test to the
Barbican Tempest plugin. This scenatio tests Nova
and Glance's image signature verification
functionality.

Depends-On: Ifdf8b426c21e4b3a51f97cbc3d95eb842eb04515
Change-Id: Id9629ecbbc75e19eec81f60daec7b0a085bcdc12
2017-03-07 11:14:40 -05:00
Kaitlin Farr 275af40c14 Add pre_test_hook
The pre_test_hook.sh script runs in the gate to set up for functional tests.

Change-Id: I9b1b412d59bd99c551af6b4d10d2e47c6eebda76
2017-02-15 16:10:20 -05:00