Port scenario004-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/903?kanban-status=1447275

Change-Id: Ic084de61696545af1a8ba391e2c4ab148de5ed55
This commit is contained in:
Arx Cruz 2019-04-29 11:24:37 +00:00
parent d5649d5950
commit b80873beac
1 changed files with 8 additions and 7 deletions

View File

@ -545,21 +545,22 @@
featureset: '052'
standalone_ceph: true
featureset_override:
run_tempest: false
standalone_container_cli: docker
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario004-standalone.yaml'
tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'manila_tempest_tests.tests.api.test_shares.SharesCephFSTest.test_create_get_delete_share'
tempest_plugins:
- python2-manila-tests-tempest
tempest_extra_config:
tempest_services:
- manila
tempest_tempest_conf_overrides:
'share.multitenancy_enabled': 'False'
'share.enable_protocols': 'cephfs'
'share.capability_snapshot_support': 'False'
'share.capability_create_share_from_snapshot_support': 'False'
test_white_regex: ''
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'manila_tempest_tests.tests.api.test_shares.SharesCephFSTest.test_create_get_delete_share'
use_os_tempest: true
# NOTE(rfolco): scen012 should run on master only until it gets stable
- job: