- job: name: devstack-tempest parent: devstack description: | Base Tempest job. This Tempest job provides the base for both the single and multi-node test setup. To run a multi-node test inherit from devstack-tempest and set the nodeset to a multi-node one. required-projects: - git.openstack.org/openstack/tempest timeout: 7200 roles: - zuul: git.openstack.org/openstack-dev/devstack vars: devstack_services: tempest: true devstack_local_conf: test-config: $TEMPEST_CONFIG: compute: min_compute_nodes: "{{ groups['compute'] | default(['controller']) | length }}" test_results_stage_name: test_results zuul_copy_output: '{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs '{{ devstack_base_dir }}/tempest/etc/accounts.yaml': logs '{{ devstack_base_dir }}/tempest/tempest.log': logs '{{ stage_dir }}/{{ test_results_stage_name }}.subunit': logs '{{ stage_dir }}/{{ test_results_stage_name }}.html': logs '{{ stage_dir }}/stackviz': logs extensions_to_txt: conf: true log: true yaml: true yml: true run: playbooks/devstack-tempest.yaml post-run: playbooks/post-tempest.yaml - job: name: tempest-all parent: devstack-tempest description: | Integration test that runs all tests. Former name for this job was: * legacy-periodic-tempest-dsvm-all-master vars: tox_envlist: all tempest_test_regex: tempest devstack_localrc: ENABLE_FILE_INJECTION: true - job: name: devstack-tempest-ipv6 parent: devstack-ipv6 description: | Base Tempest IPv6 job. required-projects: - git.openstack.org/openstack/tempest timeout: 7200 roles: - zuul: git.openstack.org/openstack-dev/devstack vars: devstack_services: tempest: true devstack_local_conf: test-config: $TEMPEST_CONFIG: compute: min_compute_nodes: "{{ groups['compute'] | default(['controller']) | length }}" test_results_stage_name: test_results zuul_copy_output: '{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs '{{ devstack_base_dir }}/tempest/etc/accounts.yaml': logs '{{ devstack_base_dir }}/tempest/tempest.log': logs '{{ stage_dir }}/{{ test_results_stage_name }}.subunit': logs '{{ stage_dir }}/{{ test_results_stage_name }}.html': logs '{{ stage_dir }}/stackviz': logs extensions_to_txt: conf: true log: true yaml: true yml: true run: playbooks/devstack-tempest.yaml post-run: playbooks/post-tempest.yaml - job: name: tempest-full parent: devstack-tempest # This currently works from stable/pike on. # Before stable/pike, legacy version of tempest-full # 'legacy-tempest-dsvm-neutron-full' run. branches: ^(?!stable/ocata).*$ description: | Base integration test with Neutron networking and py27. Former names for this job where: * legacy-tempest-dsvm-neutron-full * gate-tempest-dsvm-neutron-full-ubuntu-xenial vars: tox_envlist: full devstack_localrc: ENABLE_FILE_INJECTION: true - job: name: tempest-full-oslo-master parent: tempest-full description: | Integration test using current git of oslo libs. This ensures that when oslo libs get released that they do not break OpenStack server projects. Former name for this job was periodic-tempest-dsvm-oslo-latest-full-master. timeout: 10800 required-projects: - git.openstack.org/openstack/oslo.cache - git.openstack.org/openstack/oslo.concurrency - git.openstack.org/openstack/oslo.config - git.openstack.org/openstack/oslo.context - git.openstack.org/openstack/oslo.db - git.openstack.org/openstack/oslo.i18n - git.openstack.org/openstack/oslo.log - git.openstack.org/openstack/oslo.messaging - git.openstack.org/openstack/oslo.middleware - git.openstack.org/openstack/oslo.policy - git.openstack.org/openstack/oslo.privsep - git.openstack.org/openstack/oslo.reports - git.openstack.org/openstack/oslo.rootwrap - git.openstack.org/openstack/oslo.serialization - git.openstack.org/openstack/oslo.service - git.openstack.org/openstack/oslo.utils - git.openstack.org/openstack/oslo.versionedobjects - git.openstack.org/openstack/oslo.vmware - job: name: tempest-full-parallel parent: tempest-full voting: false branches: - master description: | Base integration test with Neutron networking and py27. It includes all scenarios as it was in the past. This job runs all scenario tests in parallel! vars: tox_envlist: full-parallel - job: name: tempest-full-py3 parent: devstack-tempest # This currently works from stable/pike on. # Before stable/pike, legacy version of tempest-full # 'legacy-tempest-dsvm-neutron-full' run. branches: ^(?!stable/ocata).*$ description: | Base integration test with Neutron networking and py3. Former names for this job where: * legacy-tempest-dsvm-py35 * gate-tempest-dsvm-py35 vars: tox_envlist: full devstack_localrc: USE_PYTHON3: true FORCE_CONFIG_DRIVE: true devstack_services: s-account: false s-container: false s-object: false s-proxy: false # without Swift, c-bak cannot run (in the Gate at least) c-bak: false - job: name: tempest-full-py3-ipv6 parent: devstack-tempest-ipv6 # This currently works from stable/pike on. # Before stable/pike, legacy version of tempest-full # 'legacy-tempest-dsvm-neutron-full' run. branches: ^(?!stable/ocata).*$ description: | Base integration test with Neutron networking, IPv6 and py3. vars: tox_envlist: full devstack_localrc: USE_PYTHON3: true FORCE_CONFIG_DRIVE: true devstack_services: s-account: false s-container: false s-object: false s-proxy: false # without Swift, c-bak cannot run (in the Gate at least) c-bak: false - job: name: tempest-multinode-full parent: devstack-tempest nodeset: openstack-two-node-bionic # Until the devstack changes are backported, only run this on master branches: - master description: | Base multinode integration test with Neutron networking and py27. Former names for this job were: * neutron-tempest-multinode-full * legacy-tempest-dsvm-neutron-multinode-full * gate-tempest-dsvm-neutron-multinode-full-ubuntu-xenial-nv This job includes two nodes, controller / tempest plus a subnode, but it can be used with different topologies, as long as a controller node and a tempest one exist. timeout: 10800 vars: tox_envlist: full devstack_localrc: FORCE_CONFIG_DRIVE: false NOVA_ALLOW_MOVE_TO_SAME_HOST: false LIVE_MIGRATION_AVAILABLE: true USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION: true group-vars: peers: devstack_localrc: NOVA_ALLOW_MOVE_TO_SAME_HOST: false LIVE_MIGRATION_AVAILABLE: true USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION: true - job: name: tempest-multinode-full-py3 parent: tempest-multinode-full vars: devstack_localrc: USE_PYTHON3: true - nodeset: name: openstack-bionic-node nodes: - name: controller label: ubuntu-bionic groups: - name: tempest nodes: - controller - nodeset: name: openstack-opensuse150-node nodes: - name: controller label: opensuse-150 groups: - name: tempest nodes: - controller - job: name: tempest-full-py3-opensuse150 parent: tempest-full-py3 nodeset: openstack-opensuse150-node description: | Base integration test with Neutron networking and py36 running on openSUSE Leap 15.0 voting: false - job: name: tempest-slow parent: tempest-multinode-full branches: - master description: | This multinode integration job will run all the tests tagged as slow. It enables the lvm multibackend setup to cover few scenario tests. This job will run only slow tests (API or Scenario) serially. Former names for this job were: * legacy-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend * tempest-scenario-multinode-lvm-multibackend timeout: 10800 vars: tox_envlist: slow-serial devstack_localrc: CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2 tempest_concurrency: 2 - job: name: tempest-slow-py3 parent: tempest-slow vars: devstack_localrc: USE_PYTHON3: true devstack_services: s-account: false s-container: false s-object: false s-proxy: false # without Swift, c-bak cannot run (in the Gate at least) c-bak: false - job: name: tempest-full-rocky parent: tempest-full nodeset: openstack-single-node-xenial override-checkout: stable/rocky - job: name: tempest-full-rocky-py3 parent: tempest-full-py3 nodeset: openstack-single-node-xenial override-checkout: stable/rocky - job: name: tempest-full-queens parent: tempest-full nodeset: openstack-single-node-xenial override-checkout: stable/queens - job: name: tempest-full-queens-py3 parent: tempest-full-py3 nodeset: openstack-single-node-xenial override-checkout: stable/queens - job: name: tempest-full-pike parent: tempest-full nodeset: openstack-single-node-xenial override-checkout: stable/pike - job: name: tempest-tox-plugin-sanity-check parent: tox description: | Run tempest plugin sanity check script using tox. nodeset: ubuntu-xenial vars: tox_envlist: plugin-sanity-check voting: false timeout: 5000 irrelevant-files: - ^.*\.rst$ - ^doc/.*$ - ^etc/.*$ - ^releasenotes/.*$ - ^tempest/hacking/.*$ - ^tempest/tests/.*$ required-projects: - git.openstack.org/openstack/airship-tempest-plugin - git.openstack.org/openstack/almanach - git.openstack.org/openstack/aodh - git.openstack.org/openstack/barbican-tempest-plugin - git.openstack.org/openstack/blazar-tempest-plugin - git.openstack.org/openstack/ceilometer - git.openstack.org/openstack/cinder-tempest-plugin - git.openstack.org/openstack/cloudkitty-tempest-plugin - git.openstack.org/openstack/congress-tempest-plugin - git.openstack.org/openstack/designate-tempest-plugin - git.openstack.org/openstack/ec2api-tempest-plugin - git.openstack.org/openstack/freezer - git.openstack.org/openstack/freezer-api - git.openstack.org/openstack/freezer-tempest-plugin - git.openstack.org/openstack/gabbi-tempest - git.openstack.org/openstack/gce-api - git.openstack.org/openstack/glare - git.openstack.org/openstack/heat-tempest-plugin - git.openstack.org/openstack/intel-nfv-ci-tests - git.openstack.org/openstack/ironic-tempest-plugin - git.openstack.org/openstack/ironic-inspector - git.openstack.org/openstack/keystone-tempest-plugin - git.openstack.org/openstack/kingbird - git.openstack.org/openstack/kuryr-tempest-plugin - git.openstack.org/openstack/magnum - git.openstack.org/openstack/magnum-tempest-plugin - git.openstack.org/openstack/manila - git.openstack.org/openstack/manila-tempest-plugin - git.openstack.org/openstack/mistral-tempest-plugin - git.openstack.org/openstack/mogan - git.openstack.org/openstack/monasca-api - git.openstack.org/openstack/monasca-log-api - git.openstack.org/openstack/monasca-tempest-plugin - git.openstack.org/openstack/murano-tempest-plugin - git.openstack.org/openstack/networking-ansible - git.openstack.org/openstack/networking-bgpvpn - git.openstack.org/openstack/networking-cisco - git.openstack.org/openstack/networking-fortinet - git.openstack.org/openstack/networking-generic-switch - git.openstack.org/openstack/networking-l2gw-tempest-plugin - git.openstack.org/openstack/networking-midonet - git.openstack.org/openstack/networking-sfc - git.openstack.org/openstack/networking-spp - git.openstack.org/openstack/neutron - git.openstack.org/openstack/neutron-dynamic-routing - git.openstack.org/openstack/neutron-fwaas - git.openstack.org/openstack/neutron-lbaas - git.openstack.org/openstack/neutron-tempest-plugin - git.openstack.org/openstack/neutron-vpnaas - git.openstack.org/openstack/nova-lxd - git.openstack.org/openstack/novajoin-tempest-plugin - git.openstack.org/openstack/octavia - git.openstack.org/openstack/octavia-tempest-plugin - git.openstack.org/openstack/oswin-tempest-plugin - git.openstack.org/openstack/panko - git.openstack.org/openstack/patrole - git.openstack.org/openstack/python-watcherclient - git.openstack.org/openstack/qinling - git.openstack.org/openstack/requirements - git.openstack.org/openstack/sahara-tests - git.openstack.org/openstack/senlin - git.openstack.org/openstack/senlin-tempest-plugin - git.openstack.org/openstack/tap-as-a-service - git.openstack.org/openstack/telemetry-tempest-plugin - git.openstack.org/openstack/tempest-horizon - git.openstack.org/openstack/tobiko - git.openstack.org/openstack/tripleo-common-tempest-plugin - git.openstack.org/openstack/trove-tempest-plugin - git.openstack.org/openstack/valet - git.openstack.org/openstack/vitrage-tempest-plugin - git.openstack.org/openstack/vmware-nsx-tempest-plugin - git.openstack.org/openstack/watcher-tempest-plugin - git.openstack.org/openstack/zaqar-tempest-plugin - git.openstack.org/openstack/zun-tempest-plugin - job: name: tempest-cinder-v2-api parent: devstack-tempest branches: - master description: | This job runs the cinder API test against v2 endpoint. vars: tox_envlist: all tempest_test_regex: api.*volume devstack_localrc: TEMPEST_VOLUME_TYPE: volumev2 - job: name: tempest-full-test-account-py3 parent: tempest-full-py3 description: | This job runs the full set of tempest tests using pre-provisioned credentials instead of dynamic credentials and py3. Former names for this job were: - legacy-tempest-dsvm-full-test-accounts - legacy-tempest-dsvm-neutron-full-test-accounts - legacy-tempest-dsvm-identity-v3-test-accounts vars: devstack_localrc: TEMPEST_USE_TEST_ACCOUNTS: True - job: name: tempest-full-test-account-no-admin-py3 parent: tempest-full-test-account-py3 description: | This job runs the full set of tempest tests using pre-provisioned credentials and py3 without having an admin account. Former name for this job was: - legacy-tempest-dsvm-neutron-full-non-admin vars: devstack_localrc: TEMPEST_HAS_ADMIN: False - job: name: tempest-pg-full parent: tempest-full description: | Base integration test with Neutron networking and py27 and PostgreSQL. Former name for this job was legacy-tempest-dsvm-neutron-pg-full. vars: devstack_localrc: ENABLE_FILE_INJECTION: true DATABASE_TYPE: postgresql - project: templates: - check-requirements - integrated-gate - integrated-gate-py3 - openstack-cover-jobs - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - devstack-tempest: files: - ^playbooks/ - ^roles/ - ^.zuul.yaml$ - devstack-tempest-ipv6: voting: false files: - ^playbooks/ - ^roles/ - ^.zuul.yaml$ - nova-multiattach: # Define list of irrelevant files to use everywhere else irrelevant-files: &tempest-irrelevant-files - ^(test-|)requirements.txt$ - ^.*\.rst$ - ^doc/.*$ - ^etc/.*$ - ^releasenotes/.*$ - ^setup.cfg$ - ^tempest/hacking/.*$ - ^tempest/tests/.*$ - ^tools/.*$ - tempest-full-parallel: irrelevant-files: *tempest-irrelevant-files - tempest-full-py3: irrelevant-files: *tempest-irrelevant-files - tempest-full-py3-ipv6: voting: false irrelevant-files: *tempest-irrelevant-files - tempest-full-rocky: irrelevant-files: *tempest-irrelevant-files - tempest-full-rocky-py3: irrelevant-files: *tempest-irrelevant-files - tempest-full-queens: irrelevant-files: *tempest-irrelevant-files - tempest-full-queens-py3: irrelevant-files: *tempest-irrelevant-files - tempest-full-pike: irrelevant-files: *tempest-irrelevant-files - tempest-multinode-full: irrelevant-files: *tempest-irrelevant-files - tempest-multinode-full-py3: irrelevant-files: *tempest-irrelevant-files - tempest-tox-plugin-sanity-check: irrelevant-files: - ^(test-|)requirements.txt$ - ^.*\.rst$ - ^doc/.*$ - ^etc/.*$ - ^releasenotes/.*$ - ^setup.cfg$ - ^tempest/hacking/.*$ - ^tempest/tests/.*$ # tools/ is not here since this relies on a script in tools/. - tempest-slow: irrelevant-files: *tempest-irrelevant-files - tempest-slow-py3: irrelevant-files: *tempest-irrelevant-files - nova-live-migration: voting: false irrelevant-files: *tempest-irrelevant-files - neutron-grenade-multinode: irrelevant-files: *tempest-irrelevant-files - neutron-grenade: irrelevant-files: *tempest-irrelevant-files - grenade-py3: irrelevant-files: *tempest-irrelevant-files - devstack-plugin-ceph-tempest: voting: false irrelevant-files: *tempest-irrelevant-files - puppet-openstack-integration-4-scenario001-tempest-centos-7: voting: false irrelevant-files: *tempest-irrelevant-files - puppet-openstack-integration-4-scenario002-tempest-centos-7: voting: false irrelevant-files: *tempest-irrelevant-files - puppet-openstack-integration-4-scenario003-tempest-centos-7: voting: false irrelevant-files: *tempest-irrelevant-files - puppet-openstack-integration-4-scenario004-tempest-centos-7: voting: false irrelevant-files: *tempest-irrelevant-files - neutron-tempest-dvr: irrelevant-files: *tempest-irrelevant-files - legacy-tempest-dsvm-neutron-full-ocata: irrelevant-files: *tempest-irrelevant-files - tempest-full: irrelevant-files: *tempest-irrelevant-files - interop-tempest-consistency: voting: false irrelevant-files: *tempest-irrelevant-files - tempest-full-test-account-py3: voting: false irrelevant-files: *tempest-irrelevant-files - tempest-full-test-account-no-admin-py3: voting: false irrelevant-files: *tempest-irrelevant-files gate: jobs: - nova-multiattach: irrelevant-files: *tempest-irrelevant-files - tempest-slow-py3: irrelevant-files: *tempest-irrelevant-files - neutron-grenade-multinode: irrelevant-files: *tempest-irrelevant-files - tempest-full: irrelevant-files: *tempest-irrelevant-files - neutron-grenade: irrelevant-files: *tempest-irrelevant-files - grenade-py3: irrelevant-files: *tempest-irrelevant-files experimental: jobs: - tempest-cinder-v2-api: irrelevant-files: *tempest-irrelevant-files - tempest-all: irrelevant-files: *tempest-irrelevant-files - legacy-tempest-dsvm-neutron-dvr-multinode-full: irrelevant-files: *tempest-irrelevant-files - neutron-tempest-dvr-ha-multinode-full: irrelevant-files: *tempest-irrelevant-files - nova-cells-v1: irrelevant-files: *tempest-irrelevant-files - legacy-tempest-dsvm-nova-v20-api: irrelevant-files: *tempest-irrelevant-files - legacy-tempest-dsvm-lvm-multibackend: irrelevant-files: *tempest-irrelevant-files - devstack-plugin-ceph-tempest-py3: irrelevant-files: *tempest-irrelevant-files - tempest-pg-full: irrelevant-files: *tempest-irrelevant-files - tempest-full-py3-opensuse150: irrelevant-files: *tempest-irrelevant-files periodic-stable: jobs: - tempest-full-rocky - tempest-full-rocky-py3 - tempest-full-queens - tempest-full-queens-py3 - tempest-full-pike - legacy-periodic-tempest-dsvm-neutron-full-ocata periodic: jobs: - tempest-all - tempest-full-oslo-master