Skip to content

Commit

Permalink
Merge pull request kubevirt#5182 from davidvossel/release-blocker-tes…
Browse files Browse the repository at this point in the history
…t-marker

Add [release-blocker] test marker for critical tests involved with update path.
  • Loading branch information
kubevirt-bot authored Mar 15, 2021
2 parents 1266b19 + 20bf0cb commit 2118c09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion tests/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ spec:
// running a VM/VMI using that previous release
// Updating KubeVirt to the target tested code
// Ensuring VM/VMI is still operational after the update from previous release.
It("[owner:@sig-compute][test_id:3145]from previous release to target tested release", func() {
It("[release-blocker][owner:@sig-compute][test_id:3145]from previous release to target tested release", func() {
if !tests.HasCDI() {
Skip("Skip Update test when CDI is not present")
}
Expand Down
2 changes: 1 addition & 1 deletion tests/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2118c09

Please sign in to comment.