-
Task
-
Resolution: Unresolved
-
Major
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
-
CNV QE DevOps Sprint 277, CNV QE DevOps Sprint 278
-
None
The new BGP test suite requires some cluster configuration to be set.
Doc: https://github.com/RedHatQE/openshift-virtualization-tests/blob/9c7269f40c5eeb66bfeca61ff3d64cc985dd084d/tests/network/bgp/README.md
PR: https://github.com/RedHatQE/openshift-virtualization-tests/pull/1776
The scheme is in attachment.
The suite should only be run on tlv2 clusters with ENVs (since it was only there that we managed to test and run the tests):
PRIMARY_NODE_NETWORK_VLAN_TAG=153 EXTERNAL_FRR_STATIC_IPV4=10.46.248.177/21 (reserved IP)
Important: a static IP means lack of parallelization (we can't have two parallel runs of the suite on different clusters)
Future possible enhancement: getting PRIMARY_NODE_NETWORK_VLAN_TAG via lldp and DHCP instead of static address (both are not working now). Once we achieve this, and then reflect the vlan requirements for each cluster type, the BGP test suite will become independent of the cluster type.