Skip to content

Commit

Permalink
Fix merge issue...
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Sluiter <[email protected]>
  • Loading branch information
slintes committed Sep 4, 2019
1 parent a60c8d2 commit 7d8b975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vmi_networking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var _ = Describe("[rfe_id:694][crit:medium][vendor:[email protected]][level:comp
}

setBridgeEnabled := func(enable bool) {
tests.UpdateClusterConfigValue("permitBridgeInterfaceOnPodNetwork", fmt.Sprintf("%t", enable))
tests.UpdateClusterConfigValueAndWait("permitBridgeInterfaceOnPodNetwork", fmt.Sprintf("%t", enable))
}

Describe("Multiple virtual machines connectivity using bridge binding interface", func() {
Expand Down

0 comments on commit 7d8b975

Please sign in to comment.