Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTanenbaum committed Aug 31, 2020
1 parent 04ad677 commit b393f2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/network/ovn_kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,9 @@ func TestOVNKubernetesIsSafe(t *testing.T) {
g := NewGomegaWithT(t)

prev := OVNKubernetesConfig.Spec.DeepCopy()
fmt.Printf("KEYWORD %+v", prev.DefaultNetwork.OVNKubernetesConfig)
FillDefaults(prev, nil)
fmt.Printf("KEYWORD %+v", prev.DefaultNetwork.OVNKubernetesConfig)
next := OVNKubernetesConfig.Spec.DeepCopy()
FillDefaults(next, nil)

Expand Down

0 comments on commit b393f2a

Please sign in to comment.