Skip to content

Commit a0471e8

Browse files
Merge pull request #29844 from jcaamano/vrf-lite-timeout
NO-JIRA: OVNK BGP: set VRF-Lite timeout
2 parents 6f06a24 + 48edaae commit a0471e8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

test/extended/networking/route_advertisements.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,9 @@ var _ = g.Describe("[sig-network][OCPFeatureGate:RouteAdvertisements][Feature:Ro
534534

535535
// All VRF-Lite checks for 'vrfLiteCUDNName' need to happen on a
536536
// single test (or otherwise we should resort to a serial job)
537-
g.It("Pods should be able to communicate on a secondary network", func() {
537+
// This test has a long timeout due to its serial nature and also
538+
// because of OCPBUGS-56488
539+
g.It("Pods should be able to communicate on a secondary network [Timeout:30m]", func() {
538540
g.By("testing with a layer 3 CUDN", func() { test("layer3") })
539541
// TODO: Add test for layer 2 UDN once CORENET-5881 is done.
540542
//g.By("testing with a layer 2 CUDN", func() { test("layer2") })

test/extended/util/annotate/generated/zz_generated.annotations.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zz_generated.manifests/test-reporting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ spec:
603603
when using openshift ovn-kubernetes [PodNetwork] Advertising a cluster user
604604
defined network [apigroup:user.openshift.io][apigroup:security.openshift.io]
605605
Over a VRF-Lite configuration Pods should be able to communicate on a secondary
606-
network'
606+
network [Timeout:30m]'
607607
- testName: '[sig-network][OCPFeatureGate:RouteAdvertisements][Feature:RouteAdvertisements][apigroup:operator.openshift.io]
608608
when using openshift ovn-kubernetes [PodNetwork] Advertising a cluster user
609609
defined network [apigroup:user.openshift.io][apigroup:security.openshift.io]

0 commit comments

Comments
 (0)