From 6994d986cbd938c45d6e6f2014dd663d21769b55 Mon Sep 17 00:00:00 2001 From: Sebastian Sch Date: Mon, 23 Dec 2024 20:32:30 +0200 Subject: [PATCH] add link state enable on test if we run on a system where the PF is not connected to the network we can still use it for tests but we need the link state to not be auto. Signed-off-by: Sebastian Sch --- test/conformance/tests/test_policy_configuration.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/conformance/tests/test_policy_configuration.go b/test/conformance/tests/test_policy_configuration.go index 35a079ff2..60a17ab21 100644 --- a/test/conformance/tests/test_policy_configuration.go +++ b/test/conformance/tests/test_policy_configuration.go @@ -600,6 +600,7 @@ var _ = Describe("[sriov] operator", Ordered, func() { ResourceName: resourceName, IPAM: `{"type":"host-local","subnet":"10.10.10.0/24","rangeStart":"10.10.10.171","rangeEnd":"10.10.10.181"}`, NetworkNamespace: namespaces.Test, + LinkState: "enable", }} // We need this to be able to run the connectivity checks on Mellanox cards