Skip to content

Commit 2e07c07

Browse files
Shravan Thatikondajotruon
authored andcommitted
test fix for database
1 parent 449d8e9 commit 2e07c07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/integrationtest/database_vm_cluster_network_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ var (
8585
vmClusterNetworkVmNetworksClientNodes1Representation = map[string]interface{}{
8686
"hostname": acctest.Representation{RepType: acctest.Required, Create: `myprefix2-xapb21`, Update: `myprefix2-xapb22`},
8787
"ip": acctest.Representation{RepType: acctest.Required, Create: `192.168.19.10`, Update: `192.168.19.11`},
88-
"vip": acctest.Representation{RepType: acctest.Optional, Create: `192.168.19.12`, Update: `192.168.19.13`},
89-
"vip_hostname": acctest.Representation{RepType: acctest.Optional, Create: `myprefix2-xapb21-vip`, Update: `myprefix2-xapb22-vip`},
88+
"vip": acctest.Representation{RepType: acctest.Required, Create: `192.168.19.12`, Update: `192.168.19.13`},
89+
"vip_hostname": acctest.Representation{RepType: acctest.Required, Create: `myprefix2-xapb21-vip`, Update: `myprefix2-xapb22-vip`},
9090
}
9191
vmClusterNetworkVmNetworksClientNodes2Representation = map[string]interface{}{
9292
"hostname": acctest.Representation{RepType: acctest.Required, Create: `myprefix2-xapb25`, Update: `myprefix2-xapb26`},
9393
"ip": acctest.Representation{RepType: acctest.Required, Create: `192.168.19.14`, Update: `192.168.19.15`},
94-
"vip": acctest.Representation{RepType: acctest.Optional, Create: `192.168.19.16`, Update: `192.168.19.17`},
95-
"vip_hostname": acctest.Representation{RepType: acctest.Optional, Create: `myprefix2-xapb25-vip`, Update: `myprefix2-xapb26-vip`},
94+
"vip": acctest.Representation{RepType: acctest.Required, Create: `192.168.19.16`, Update: `192.168.19.17`},
95+
"vip_hostname": acctest.Representation{RepType: acctest.Required, Create: `myprefix2-xapb25-vip`, Update: `myprefix2-xapb26-vip`},
9696
}
9797
vmClusterNetworkVmNetworksBackupNodes1Representation = map[string]interface{}{
9898
"hostname": acctest.Representation{RepType: acctest.Required, Create: `myprefix2-xapb23`, Update: `myprefix2-xapb24`},

0 commit comments

Comments
 (0)