forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubevirt#5182 from davidvossel/release-blocker-tes…
…t-marker Add [release-blocker] test marker for critical tests involved with update path.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -880,7 +880,7 @@ var _ = Describe("[Serial][rfe_id:393][crit:high][vendor:[email protected]][leve | |
By("Waiting for VMI to disappear") | ||
tests.WaitForVirtualMachineToDisappearWithTimeout(vmi, 120) | ||
}) | ||
It("[test_id:1377]should be successfully migrated multiple times", func() { | ||
It("[release-blocker][test_id:1377]should be successfully migrated multiple times", func() { | ||
// Start the VirtualMachineInstance with the PVC attached | ||
vmi := tests.NewRandomVMIWithPVC(pvName) | ||
vmi = runVMIAndExpectLaunch(vmi, 180) | ||
|
@@ -2019,7 +2019,7 @@ var _ = Describe("[Serial][rfe_id:393][crit:high][vendor:[email protected]][leve | |
}) | ||
Context("with multiple VMIs with eviction policies set", func() { | ||
|
||
It("[test_id:3245]should not migrate more than two VMIs at the same time from a node", func() { | ||
It("[release-blocker][test_id:3245]should not migrate more than two VMIs at the same time from a node", func() { | ||
var vmis []*v1.VirtualMachineInstance | ||
for i := 0; i < 4; i++ { | ||
vmi := cirrosVMIWithEvictionStrategy() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1545,7 +1545,7 @@ var _ = Describe("[rfe_id:1177][crit:medium][vendor:[email protected]][level:com | |
Expect(strings.HasPrefix(stdErr, "Error from server (AlreadyExists): error when creating")).To(BeTrue(), "command should error when creating VM second time") | ||
}) | ||
|
||
table.DescribeTable("[test_id:299]should create VM via command line using all supported API versions", func(version string) { | ||
table.DescribeTable("[release-blocker][test_id:299]should create VM via command line using all supported API versions", func(version string) { | ||
vmi = tests.NewRandomVMIWithEphemeralDisk(cd.ContainerDiskFor(cd.ContainerDiskAlpine)) | ||
vm := tests.NewRandomVirtualMachine(vmi, true) | ||
|
||
|