Merge "remove tempest plugin install from convert image"

This commit is contained in:
Zuul 2017-12-08 23:23:38 +00:00 committed by Gerrit Code Review
commit 0b73ee26d7
3 changed files with 13 additions and 20 deletions

View File

@ -27,9 +27,12 @@ ssl_overcloud: True
# If `test_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: true
run_tempest: false
test_ping: false
tempest_config: true
run_tempest: true
tempest_workers: 4
test_regex: smoke|test_minimum_basic|test_network_basic_ops|test_snapshot_pattern|test_volume_boot_pattern
# This enables the run of several tripleo-validations tests through Mistral
run_tripleo_validations: True

View File

@ -25,9 +25,14 @@ telemetry_args: >-
network_isolation: true
network_isolation_type: 'single-nic-vlans'
test_ping: true
enable_pacemaker: true
run_tempest: false
test_ping: false
tempest_config: true
run_tempest: true
tempest_workers: 4
test_regex: smoke|test_minimum_basic|test_network_basic_ops|test_snapshot_pattern|test_volume_boot_pattern
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -15,19 +15,4 @@ convert_image_remove_pkgs:
convert_image_install_pkgs:
- python-tripleoclient
# List of tempest plugins to install. This is separated from the other install
# packages list, because it is allowed to fail if there is some issue
# installing the tempest plugins.
convert_image_tempest_plugins:
- openstack-tempest
- python-aodh-tests
- python-ceilometer-tests
- python-heat-tests
- python-ironic-tests
- python-keystone-tests
- python-manila-tests
- python-mistral-tests
- python-neutron-tests
- python-sahara-tests
- python-zaqar-tests
convert_image_tempest_plugins: []