Skip to content

Commit

Permalink
Added periodic whitebox neutron tempest plugin job
Browse files Browse the repository at this point in the history
This pr adds a periodic version of
whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp
rdo third party check job. It will help us to monitor the job and keep
it working.

It moves following tests to skiplist due to known issue `No valid host`
and flakiness.
- ^whitebox_neutron_tempest_plugin.tests.scenario.test_router_flavors
- ^whitebox_neutron_tempest_plugin.tests.scenario.test_dvr_ovn.OvnDvrTest
- ^whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Common.test_flooding_when_special_groups
- ^whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency.test_broadcast_vlan_transparency

Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
  • Loading branch information
raukadah authored and openshift-merge-bot[bot] committed Aug 16, 2024
1 parent 334c972 commit 00bdc94
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
21 changes: 21 additions & 0 deletions zuul.d/edpm_periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,24 @@
cifmw_repo_setup_branch: antelope
openstack_release: "{{ cifmw_repo_setup_branch }}"
cifmw_edpm_build_images_push_registry_namespace: "podified-{{ cifmw_repo_setup_branch }}-centos9"

# Whitebox Neutron tempest plugin job
- job:
name: periodic-whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp
parent: whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp
description: |
A periodic zuul job for rdo third party
whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp job. It will
make sure check job is always functional.
vars:
cifmw_repo_setup_promotion: podified-ci-testing
cifmw_dlrn_report_result: true
cifmw_repo_setup_branch: antelope
cifmw_update_containers_org: podified-{{ cifmw_repo_setup_branch }}-centos9
cifmw_update_containers_registry: quay.rdoproject.org
cifmw_update_containers_tag: "{{ cifmw_repo_setup_full_hash }}"
cifmw_update_containers_openstack: true
cifmw_run_tests: true
cifmw_test_operator_tempest_registry: "{{ cifmw_update_containers_registry }}"
cifmw_test_operator_tempest_namespace: "{{ cifmw_update_containers_org }}"
cifmw_test_operator_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}"
12 changes: 12 additions & 0 deletions zuul.d/whitebox_neutron_tempest_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- job:
name: whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp
parent: podified-multinode-edpm-deployment-crc-2comp
timeout: 12600
override-checkout: main
description: |
A multinode EDPM Zuul job which one controller, one extracted crc and
Expand Down Expand Up @@ -112,13 +113,22 @@
^whitebox_neutron_tempest_plugin.tests.scenario.test_qos.*external
^whitebox_neutron_tempest_plugin.tests.scenario.test_security_group_logging
^whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateless
^whitebox_neutron_tempest_plugin.tests.scenario.test_router_flavors
^whitebox_neutron_tempest_plugin.tests.scenario.test_dvr_ovn.OvnDvrTest
^whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Common.test_flooding_when_special_groups
^whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency.test_broadcast_vlan_transparency
# https://review.opendev.org/892839
# - neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest
# It's in Blacklist before, FWaaS tests are not executed in any of our setups so there is no need to keep them whitelisted
# ^neutron_tempest_plugin.fwaas.*
# Note(chandankumar): Skipping due to https://issues.redhat.com/browse/OSPRH-9091/RHOSZUUL-1940
# and It require xl node to fix no valid host.
# - whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateless
# - whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Common.test_flooding_when_special_groups
# - whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency.test_broadcast_vlan_transparency
# More Flaky tests mblue is working on fixing it
# - whitebox_neutron_tempest_plugin.tests.scenario.test_router_flavors
# - whitebox_neutron_tempest_plugin.tests.scenario.test_dvr_ovn.OvnDvrTest
- stepName: single-thread-testing
tempestRun:
concurrency: 1
Expand All @@ -140,6 +150,8 @@
^whitebox_neutron_tempest_plugin.tests.scenario.test_qos.*external
^whitebox_neutron_tempest_plugin.tests.scenario.test_router_flavors
^whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.ProviderNetworkVlanTransparencyTest
^whitebox_neutron_tempest_plugin.tests.scenario.test_router_flavors
^whitebox_neutron_tempest_plugin.tests.scenario.test_dvr_ovn.OvnDvrTest
# NOTE(mblue): Exclude list has test failures which need further debugging
# remove when bug OSPRH-7998 resolved
# - whitebox_neutron_tempest_plugin.tests.scenario.test_security_group_logging.*test_only_dropped_traffic_logged
Expand Down

0 comments on commit 00bdc94

Please sign in to comment.