Skip to content

Commit

Permalink
add link state enable on test
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
SchSeba committed Dec 23, 2024
1 parent eb2fa5f commit 6994d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/conformance/tests/test_policy_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6994d98

Please sign in to comment.