Port tripleo-ci-centos-7-scenario001-standalone to os_tempest

Vars changes made for os_tempest:
tempest_plugins -> tempest_services
tempest_workers -> tempest_run_concurrency
tempest_extra_config -> tempest_tempest_conf_overrides
tempest_whitelist -> tempest_test_whitelist

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

Change-Id: Icefe04d7b0e9981038a0428e1390051fef1563f4
Signed-off-by: Chandan Kumar <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar 2019-04-26 16:16:55 +05:30
parent f74999d333
commit d0b81022a6
1 changed files with 8 additions and 7 deletions

View File

@ -472,19 +472,20 @@
featureset: '052'
standalone_ceph: true
featureset_override:
run_tempest: false
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario001-standalone.yaml'
tempest_plugins:
- python-telemetry-tests-tempest
- python-heat-tests-tempest
test_white_regex: ''
tempest_workers: 1
tempest_extra_config: {'telemetry.alarm_granularity': '60'}
tempest_whitelist:
tempest_services:
- aodh
tempest_run_concurrency: 1
tempest_tempest_conf_overrides:
'telemetry.alarm_granularity': '60'
tempest_test_whitelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
use_os_tempest: true
- job:
name: tripleo-ci-centos-7-scenario002-standalone