barbican-tempest-plugin/barbican_tempest_plugin/tests/scenario
Colleen Murphy 62ec85c79f Add option to toggle validation of signed image
Without this patch, if the barbican tempest plugin is installed in an
environment running with `[glance]/verify_glance_signatures] set to
false in nova.conf, which is the default value, the test will fail.
Enabling glance signature verification unconditionally in order to
support this test is not realistic, as it then prevents users from
booting from unsigned images which may not always be desired. This patch
adds a configuration option to allow for disabling the
`test_signed_image_upload_boot_failure` test, so that we can still run
the majority of the plugin tests for a standard environment with default
nova configuration. The new option defaults to `True`, meaning assume
that nova's configuration has been overrridden to enforce image
verification, which allows the barbican CI to run as normal with no
configuration changes, but it allows operators to explicitly disable the
test as needed.

Change-Id: Ibb5c06ce2773e0ee13bda97717e8e18e77e0be7c
2019-04-03 09:36:20 -07:00
..
__init__.py Add initial plugin structure 2016-12-02 14:50:16 +01:00
barbican_manager.py Remove volume v1 API service client usage 2018-06-07 10:58:23 +00:00
manager.py Remove volume v1 API service client usage 2018-06-07 10:58:23 +00:00
test_ephemeral_disk_encryption.py Replace deprecated function in tempest 2017-09-04 10:13:28 +08:00
test_image_signing.py Add option to toggle validation of signed image 2019-04-03 09:36:20 -07:00
test_volume_encryption.py Use addCleanup to detach volume instead of explicit detach 2018-03-27 17:06:44 +05:30