Replace run_tempest with use_os_tempest

The variable run_tempest was used by validate-tempest. Since now we use
only os_tempest, this variable is no longer required, however, since
use_os_tempest is default to true, we must change it where the
run_tempest is false, like in the upgrade/update jobs, since we don't
run tempest on those.

Change-Id: Idb8166992976ce6303f95f72011aa65fe536931e
This commit is contained in:
Arx Cruz 2021-01-12 16:09:28 +01:00
parent f53f457f62
commit c301c85f12
33 changed files with 19 additions and 34 deletions

View File

@ -29,7 +29,6 @@ undercloud_install_cli_options: >-
# Tempest configuration, keep always at the end of the file
tempest_cloud_name: 'undercloud'
test_ping: false
run_tempest: true
test_regex: ''
tempest_undercloud: true
tempest_overcloud: false

View File

@ -20,7 +20,7 @@ undercloud_generate_service_certificate: false
ssl_overcloud: false
test_ping: true
run_tempest: false
use_os_tempest: false
step_introspect: false
composable_scenario: multinode.yaml

View File

@ -24,7 +24,7 @@ undercloud_generate_service_certificate: false
ssl_overcloud: false
test_ping: true
run_tempest: false
use_os_tempest: false
step_introspect: false
composable_scenario: scenario001-multinode.yaml

View File

@ -22,7 +22,7 @@ undercloud_generate_service_certificate: false
ssl_overcloud: false
test_ping: true
run_tempest: false
use_os_tempest: false
step_introspect: false
composable_scenario: scenario002-multinode.yaml

View File

@ -22,7 +22,7 @@ undercloud_generate_service_certificate: false
ssl_overcloud: false
test_ping: true
run_tempest: false
use_os_tempest: false
step_introspect: false
composable_scenario: scenario003-multinode.yaml

View File

@ -22,7 +22,7 @@ undercloud_generate_service_certificate: false
ssl_overcloud: false
test_ping: true
run_tempest: false
use_os_tempest: false
step_introspect: false
composable_scenario: scenario004-multinode.yaml

View File

@ -21,7 +21,7 @@ overcloud_ipv6: false
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: true
run_tempest: false
use_os_tempest: false
# Tell tripleo how we want things done.
# Note: The order of the templates and arguments passed to heat matters.

View File

@ -3,6 +3,6 @@ ssl_overcloud: false
step_overcloud_image: true
step_glance_upload: false
test_ping: false
run_tempest: false
use_os_tempest: false
undercloud_cloud_domain: "localdomain"
undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}"

View File

@ -35,7 +35,7 @@ extra_args: >-
{% if release not in ['newton', 'ocata'] %}-e {{ overcloud_templates_path }}/ci/environments/ceph-min-osds.yaml{% endif %}
test_ping: true
run_tempest: false
use_os_tempest: false
# keep the doc gen settings at the bottom of the config file.
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -28,7 +28,7 @@ telemetry_args: >-
extra_args: ''
test_ping: true
run_tempest: false
use_os_tempest: false
# keep the doc gen settings at the bottom of the config file.
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -39,7 +39,7 @@ config_download_args: >-
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: false
run_tempest: false
use_os_tempest: false
composable_roles: true
overcloud_roles:
- name: Controller

View File

@ -51,7 +51,6 @@ tempest_format: >-
{%- endif -%}
test_ping: false
run_tempest: true
test_white_regex: ''
tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'

View File

@ -75,7 +75,6 @@ tempest_format: >-
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: false
run_tempest: true
test_white_regex: ''
tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'

View File

@ -68,7 +68,6 @@ tempest_format: >-
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: false
run_tempest: true
test_white_regex: 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
undercloud_enable_tempest: >-
{% if release not in ['newton', 'ocata', 'pike', 'queens'] -%}

View File

@ -107,4 +107,4 @@ tempest_format: >-
# run them.
tempest_config: false
test_ping: false
run_tempest: false
use_os_tempest: false

View File

@ -6,7 +6,7 @@ enable_opstools_repo: false
test_ping: false
run_tempest: false
use_os_tempest: false
test_white_regex: ''

View File

@ -47,7 +47,6 @@ exit_on_validations_failure: false
# extra testing disabled for now, may be enabled later depending on
# job run time
test_ping: false
run_tempest: false
use_os_tempest: false
# test_white_regex: 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'

View File

@ -122,7 +122,6 @@ tempest_black: "{{ skip_list_tests.known_failures | json_query('[?test != `octav
test_black_regex: "{{ tempest_black }}"
test_ping: false
run_tempest: true
test_white_regex: ''
# Run tempest in containers when at least undercloud is containerized

View File

@ -109,7 +109,6 @@ undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}"
# Tempest configuration, keep always at the end of the file
test_ping: false
run_tempest: true
# Run tempest in containers when at least undercloud is containerized
tempest_format: >-
{% if containerized_undercloud|bool -%}

View File

@ -67,7 +67,6 @@ deploy_steps_ansible_workflow: true
# Tempest configuration, keep always at the end of the file
test_ping: false
run_tempest: true
# Run tempest in containers when at least undercloud is containerized
tempest_format: >-
{% if containerized_undercloud|bool -%}

View File

@ -24,7 +24,7 @@ undercloud_generate_service_certificate: false
ssl_overcloud: false
test_ping: true
run_tempest: false
use_os_tempest: false
step_introspect: false
composable_scenario: scenario000-multinode-containers.yaml

View File

@ -22,4 +22,4 @@ use_oooq: true
# Deactivate validations as there is no overcloud
test_ping: false
run_tempest: false
use_os_tempest: false

View File

@ -62,7 +62,6 @@ artcl_create_docs_payload:
# Tempest configuration, keep always at the end of the file
# Tempest
run_tempest: true
# Run tempest in containers when at least undercloud is containerized
tempest_format: >-
{% if containerized_undercloud|bool -%}

View File

@ -12,7 +12,7 @@ network_isolation: true
network_isolation_type: 'single-nic-vlans'
containerized_overcloud: true
test_ping: false
run_tempest: false
use_os_tempest: false
ssl_overcloud: false
artcl_gen_docs: true
artcl_create_docs_payload:

View File

@ -33,8 +33,8 @@ tripleo_ci: true
use_oooq: true
# Deactivate validations as there is no overcloud
use_os_tempest: false
test_ping: false
run_tempest: false
# This enables TLS for the undercloud which will also make haproxy bind to the
# configured public-vip and admin-vip.

View File

@ -28,7 +28,7 @@ upgrade_composable_scenario: scenario000-multinode-containers.yaml
deployed_server: true
test_ping: false
run_tempest: false
use_os_tempest: false
# Tripleo-upgrade role parameters
# Major Upgrade: containers -> containers (keystone-only)

View File

@ -17,7 +17,6 @@ standalone_update: true
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: false
run_tempest: true
test_regex: ''
# NOTE(aschultz): containers assume RC at the moment
tempest_undercloud: true

View File

@ -25,7 +25,6 @@ standalone_custom_env_files:
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: false
run_tempest: false
use_os_tempest: true
# NOTE(aschultz): containers assume RC at the moment
tempest_undercloud: true

View File

@ -64,7 +64,6 @@ artcl_create_docs_payload:
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: false
run_tempest: true
test_regex: ''
# Enable tempest container
undercloud_enable_tempest: true

View File

@ -39,7 +39,6 @@ tempest_private_net_seg_id: ''
test_ping: false
# os_tempest config
run_tempest: false
use_os_tempest: >-
{% if release not in ['pike', 'queens', 'rocky', 'stein'] -%}

View File

@ -136,7 +136,6 @@ additional_cell: true
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: false
run_tempest: true
test_regex: ''
# Enable tempest container
undercloud_enable_tempest: true

View File

@ -22,12 +22,11 @@ standalone_custom_env_files:
- /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml
# validation
standalone_ansible_lint: true
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: false
standalone_ansible_lint: true
run_tempest: true
# Running only smoke tests and a few scenarios
test_white_regex: '\[.*\bsmoke\b.*\]'
# NOTE(aschultz): containers assume RC at the moment

View File

@ -63,7 +63,7 @@ network_isolation_type: 'single-nic-vlans'
extra_args: ''
test_ping: true
enable_pacemaker: true
run_tempest: false
use_os_tempest: false
# Options below direct automatic doc generation by tripleo-collect-logs.
artcl_gen_docs: true