Run tempest.api.identity.v3 tests in fs016

This review adds identity.v3 (keystone) to fs16 tempest whitelist.
The TestVolumeBootPattern [1] and TestTelemetryIntegration[2] are skipped
in the master skip list meaning no tests are executed for fs16
leading to the bug below.

[1.] https://review.openstack.org/617845
[2.] https://review.openstack.org/#/c/604091/

Closes-Bug:#1803547

Change-Id: Id441fccc97c6ee7e53a9a0c22df1395b4b6368e5
This commit is contained in:
Chandan Kumar 2018-11-19 10:44:31 +05:30
parent 53731ff535
commit a774b91930
1 changed files with 2 additions and 0 deletions

View File

@ -134,9 +134,11 @@ tempest_format: >-
{%- endif -%}
tempest_whitelist_old:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'ceilometer.tests.tempest.scenario.test_telemetry_integration.TestTelemetryIntegration'
tempest_whitelist_new:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
tempest_whitelist: >-