@@ -70,7 +70,7 @@ const (
7070 changedMemorySize = "512Mi"
7171 mountPoint = "/mnt"
7272 fileDataPath = "/mnt/value"
73- additionalNetworkIp = "192.168.1.10/24"
73+ additionalNetworkIP = "192.168.1.10/24"
7474 clusterNetworkCreateCommand = `kubectl apply -f - <<EOF
7575apiVersion: network.deckhouse.io/v1alpha1
7676kind: ClusterNetwork
@@ -132,7 +132,7 @@ var _ = Describe("VirtualMachineOperationRestore", label.Slow(), func() {
132132 util .UnmountBlockDevice (f , t .VM , mountPoint )
133133 t .BlockDeviceHash = util .GetBlockDeviceHash (f , t .VM , v1alpha2 .DiskDevice , t .VDBlankWithNoFstabEntry .Name )
134134
135- t .CheckAdditionalNetworkInterface (t .VM , additionalNetworkIp )
135+ t .CheckAdditionalNetworkInterface (t .VM , additionalNetworkIP )
136136
137137 err = f .CreateWithDeferredDeletion (context .Background (), t .VMSnapshot )
138138 Expect (err ).NotTo (HaveOccurred ())
@@ -513,7 +513,7 @@ func (t *restoreModeTest) CheckVMAfterRestore(
513513 Fail ("Invalid restore mode" )
514514 }
515515
516- t .CheckAdditionalNetworkInterface (vm , additionalNetworkIp )
516+ t .CheckAdditionalNetworkInterface (vm , additionalNetworkIP )
517517}
518518
519519func (t * restoreModeTest ) CheckResourceReadyForRestore (vmopRestore * v1alpha2.VirtualMachineOperation , kind , name string ) {
0 commit comments