From 2e7387f982c0b0c218f8452f664b23a2d9eccc04 Mon Sep 17 00:00:00 2001 From: muhammad adil ghaffar Date: Mon, 19 Feb 2024 13:52:01 +0200 Subject: [PATCH] Fixing kubetest warnings for deprecations Signed-off-by: muhammad adil ghaffar --- test/e2e/data/kubetest/conformance.yaml | 6 +++--- test/e2e/data/kubetest/dualstack.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/e2e/data/kubetest/conformance.yaml b/test/e2e/data/kubetest/conformance.yaml index f3d62e99b6c0..743745fd8f8b 100644 --- a/test/e2e/data/kubetest/conformance.yaml +++ b/test/e2e/data/kubetest/conformance.yaml @@ -1,9 +1,9 @@ ginkgo.focus: \[Conformance\] ginkgo.skip: \[Serial\] disable-log-dump: true -ginkgo.progress: true -ginkgo.slowSpecThreshold: 120.0 -ginkgo.flakeAttempts: 3 +ginkgo.show-node-events: true +ginkgo.slow-spec-threshold: 120s +ginkgo.flake-attempts: 3 ginkgo.trace: true ginkgo.v: true # Use 5m instead of the default 10m to fail faster diff --git a/test/e2e/data/kubetest/dualstack.yaml b/test/e2e/data/kubetest/dualstack.yaml index bfa4340eec06..4d4136ebe396 100644 --- a/test/e2e/data/kubetest/dualstack.yaml +++ b/test/e2e/data/kubetest/dualstack.yaml @@ -1,9 +1,9 @@ ginkgo.focus: \[Feature\:IPv6DualStack\] ginkgo.skip: \[Feature\:SCTPConnectivity\] disable-log-dump: true -ginkgo.progress: true -ginkgo.slowSpecThreshold: 120.0 -ginkgo.flakeAttempts: 3 +ginkgo.show-node-events: true +ginkgo.slow-spec-threshold: 120s +ginkgo.flake-attempts: 3 ginkgo.trace: true ginkgo.v: true ginkgo.no-color: true