Port scenario002-standalone-master to os_tempest

Rename variables:
* tempest_whitelist to tempest_test_whitelist
* tempest_plugins to tempest_services
* Also, the plugins are no longer the name of tempest test but the
  services

Remove unecessary test_white_regex

https://tree.taiga.io/project/tripleo-ci-board/task/905

Change-Id: I24dd12f9487ae1581a0139648f654018bb4a03d9
Signed-off-by: Chandan Kumar <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar 2019-04-29 09:09:14 +05:30
parent b25de52cb7
commit d916a04d63
1 changed files with 10 additions and 8 deletions

View File

@ -495,20 +495,22 @@
vars:
featureset: '052'
featureset_override:
run_tempest: false
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario002-standalone.yaml'
tempest_whitelist:
tempest_services:
- barbican
- ceilometer
- aodh
tempest_tempest_conf_overrides:
auth.tempest_roles: "'Member, creator'"
telemetry.alarm_granularity: '60'
tempest_test_whitelist:
- 'tempest.api.object_storage.test_object_services.ObjectTest'
- 'barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
tempest_plugins:
- python-telemetry-tests-tempest
- python-barbican-tests-tempest
tempest_extra_config:
auth.tempest_roles: "'Member, creator'"
telemetry.alarm_granularity: '60'
test_white_regex: ""
use_os_tempest: true
- job:
name: tripleo-ci-centos-7-scenario003-standalone