From f4bdcb0031c155aec75aca8db5f34eabc79e2026 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 20 Jul 2019 17:27:47 +0000 Subject: [PATCH] Run 'tempest-ipv6-only' job in gate As part of Train community goal 'Support IPv6-Only Deployments and Testing'[1], Tempest has defined the new job 'tempest-ipv6-only'(adding in Depends-On patch) which will deploy services on IPv6 and run smoke tests and IPv6 related tests present in Tempest. This job will be part of Nova, Neutron, Cinder, Keystone, Glance, Swift gate. Verification structure will be: - 'devstack-IPv6' deploy the service on IPv6 - 'devstack-tempest-ipv6' run will verify the IPv6-only setting and listen address - 'tempest-ipv6-only' will run the smoke + IPv6 related test case. This commit adds the new job 'tempest-ipv6-only' run on gate. Story: #2005477 Task: #35908 Depends-On: https://review.opendev.org/#/c/671231/ [1] https://governance.openstack.org/tc/goals/train/ipv6-support-and-testing.html Change-Id: I6a1d8e40a8cb606b60ebede99bac7e570f761a5a --- .zuul.yaml | 4 ++++ doc/source/contributor/testing/ci_scenario_jobs.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 53d5e8e6669..5004cd8ec41 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -53,6 +53,8 @@ irrelevant-files: *tempest-irrelevant-files - grenade-py3: irrelevant-files: *tempest-irrelevant-files + - tempest-ipv6-only: + irrelevant-files: *tempest-irrelevant-files - openstacksdk-functional-devstack-networking: voting: false - neutron-functional-with-uwsgi: @@ -77,6 +79,8 @@ irrelevant-files: *tempest-irrelevant-files - grenade-py3: irrelevant-files: *tempest-irrelevant-files + - tempest-ipv6-only: + irrelevant-files: *tempest-irrelevant-files periodic: jobs: - neutron-functional diff --git a/doc/source/contributor/testing/ci_scenario_jobs.rst b/doc/source/contributor/testing/ci_scenario_jobs.rst index 9fcff7b7489..3c64e0b188a 100644 --- a/doc/source/contributor/testing/ci_scenario_jobs.rst +++ b/doc/source/contributor/testing/ci_scenario_jobs.rst @@ -86,6 +86,8 @@ Below is a summary of those jobs. | |(only tests related to | | | | | | | | | | | |Neutron and Nova) | | | | | | | | | | +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ + |tempest-ipv6-only |tempest smoke + IPv6 tests | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | Yes | + +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ Grenade jobs running in Neutron CI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~