From 692338185d891e28e85babf6e028152f7f28e462 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 20 Jul 2019 17:47:45 +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: #35883 Depends-On: https://review.opendev.org/#/c/671231/ Depends-On: https://review.opendev.org/#/c/673266/ [1] https://governance.openstack.org/tc/goals/train/ipv6-support-and-testing.html Change-Id: I9cabf0e607b56162c5a2fd49ee0c31b00047ac01 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index d0a2b5e3dc2..5f8e0375465 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -71,6 +71,8 @@ irrelevant-files: *gate-irrelevant-files - grenade-py3: irrelevant-files: *gate-irrelevant-files + - tempest-ipv6-only: + irrelevant-files: *gate-irrelevant-files gate: jobs: - legacy-grenade-dsvm-cinder-mn-sub-volbak: @@ -83,6 +85,8 @@ irrelevant-files: *gate-irrelevant-files - grenade-py3: irrelevant-files: *gate-irrelevant-files + - tempest-ipv6-only: + irrelevant-files: *gate-irrelevant-files experimental: jobs: - tempest-cinder-v2-api: