barbican-tempest-plugin/barbican_tempest_plugin/tests
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
..
api Add idempotent_id lines for tests 2017-02-24 14:33:37 -05:00
scenario Add ephemeral disk encryption scenario test 2017-07-20 13:38:46 +00:00
__init__.py Add initial plugin structure 2016-12-02 14:50:16 +01:00
base.py Fix oslotest import error 2017-02-28 14:29:22 -05:00
test_barbican_tempest_plugin.py Removes unnecessary utf-8 encoding 2017-03-09 03:59:11 +00:00