Skip to content

Commit 7aa0e88

Browse files
author
Valeriy Khorunzhin
committed
fix linter
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
1 parent 756cfbf commit 7aa0e88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/vmop/restore.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7575
apiVersion: network.deckhouse.io/v1alpha1
7676
kind: 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

519519
func (t *restoreModeTest) CheckResourceReadyForRestore(vmopRestore *v1alpha2.VirtualMachineOperation, kind, name string) {

0 commit comments

Comments
 (0)