Skip to content

Commit

Permalink
Merge pull request kubevirt#2669 from slintes/fix-test
Browse files Browse the repository at this point in the history
Fix compile error in test
  • Loading branch information
slintes authored Sep 4, 2019
2 parents a60c8d2 + 7d8b975 commit fa28661
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 fa28661

Please sign in to comment.