Skip to content

Commit acf8acd

Browse files
author
Roman Sysoev
committed
test(e2e): add vm version test using new framework
Signed-off-by: Roman Sysoev <roman.sysoev@flant.com>
1 parent c372fd0 commit acf8acd

12 files changed

Lines changed: 81 additions & 283 deletions

File tree

test/e2e/default_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ testData:
2121
vmMigrationCancel: "/tmp/testdata/vm-migration-cancel"
2222
vmEvacuation: "/tmp/testdata/vm-evacuation"
2323
vmDiskAttachment: "/tmp/testdata/vm-disk-attachment"
24-
vmVersions: "/tmp/testdata/vm-versions"
2524
vdSnapshots: "/tmp/testdata/vd-snapshots"
2625
sshKey: "/tmp/testdata/sshkeys/id_ed"
2726
sshUser: "cloud"

test/e2e/internal/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ type TestData struct {
8989
VMMigrationCancel string `yaml:"vmMigrationCancel"`
9090
VMEvacuation string `yaml:"vmEvacuation"`
9191
VMDiskAttachment string `yaml:"vmDiskAttachment"`
92-
VMVersions string `yaml:"vmVersions"`
9392
VdSnapshots string `yaml:"vdSnapshots"`
9493
Sshkey string `yaml:"sshKey"`
9594
SSHUser string `yaml:"sshUser"`

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

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

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

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

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

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

test/e2e/legacy/testdata/vm-versions/vd/kustomization.yaml

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

test/e2e/legacy/testdata/vm-versions/vd/vd-root.yaml

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

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

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

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

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

test/e2e/legacy/testdata/vm-versions/vm/vm.yaml

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

0 commit comments

Comments
 (0)