Skip to content

Commit c162f73

Browse files
committed
Fix functional tests with new Spec fields
1 parent 3261bc5 commit c162f73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/functional/base_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ func GetDefaultOctaviaSpec() map[string]interface{} {
116116
"persistenceDatabaseAccount": "octavia-persistence-db-account",
117117
"lbMgmtNetwork": map[string]interface{}{
118118
"availabilityZones": []string{"az0"},
119+
// It seems that the functional tests don't use the correct default
120+
// values for nested structures, when the default is defined in the
121+
// parent struct
122+
"manageLbMgmtNetworks": true,
123+
"createDefaultLbMgmtNetwork": true,
119124
},
120125
}
121126
}

0 commit comments

Comments
 (0)