Skip to content

Commit 4ce82c5

Browse files
authored
feat(e2e): add vm without main network test (#1968)
Description Adds E2E test coverage for VirtualMachines configured with only an additional network (ClusterNetwork) and no Main network interface. This validates a previously untested scenario where VMs operate without the default Main network. --------- Signed-off-by: Daniil Antoshin <daniil.antoshin@flant.com>
1 parent e586260 commit 4ce82c5

20 files changed

+260
-575
lines changed

test/e2e/default_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ testData:
2525
vdSnapshots: "/tmp/testdata/vd-snapshots"
2626
sshKey: "/tmp/testdata/sshkeys/id_ed"
2727
sshUser: "cloud"
28-
vmVpc: "/tmp/testdata/vm-vpc"
2928
logFilter:
3029
- "pattern to exclude"
3130
- "validation failed for data source objectref" # Err.

test/e2e/internal/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ type TestData struct {
9393
VdSnapshots string `yaml:"vdSnapshots"`
9494
Sshkey string `yaml:"sshKey"`
9595
SSHUser string `yaml:"sshUser"`
96-
VMVpc string `yaml:"vmVpc"`
9796
}
9897

9998
type StorageClass struct {

test/e2e/legacy/testdata/vm-vpc/kustomization.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

test/e2e/legacy/testdata/vm-vpc/network/clusternetwork.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/e2e/legacy/testdata/vm-vpc/ns.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/e2e/legacy/testdata/vm-vpc/transformer.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

test/e2e/legacy/testdata/vm-vpc/vi/kustomization.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/e2e/legacy/testdata/vm-vpc/vi/vi-alpine-http.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

test/e2e/legacy/testdata/vm-vpc/vm-bar/cfg/cloudinit-bar.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/e2e/legacy/testdata/vm-vpc/vm-bar/kustomization.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)