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#4351 from rmohr/fedora-e2e-parallel
Lift the e2e parallel test restriction for fedora guests
- Loading branch information
Showing
7 changed files
with
9 additions
and
16 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
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
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 |
---|---|---|
|
@@ -400,7 +400,7 @@ var _ = Describe("[rfe_id:3064][crit:medium][vendor:[email protected]][level:com | |
return grepSleepPid(expecter) | ||
} | ||
|
||
It("[Serial][test_id:3090]should be continued after the VMI is unpaused", func() { | ||
It("[test_id:3090]should be continued after the VMI is unpaused", func() { | ||
By("Starting a Fedora VMI") | ||
vmi := tests.NewRandomFedoraVMIWitGuestAgent() | ||
vmi.Spec.Domain.Resources.Requests[k8sv1.ResourceMemory] = resource.MustParse(fedoraVMSize) | ||
|
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 |
---|---|---|
|
@@ -802,7 +802,7 @@ var _ = Describe("[rfe_id:1177][crit:medium][vendor:[email protected]][level:com | |
Expect(err.Error()).To(Equal(fmt.Sprintf(`Error stopping VirtualMachine Operation cannot be fulfilled on virtualmachine.kubevirt.io "%s": VM is not running`, newVM.Name))) | ||
}) | ||
|
||
It("[Serial][test_id:3007]Should force restart a VM with terminationGracePeriodSeconds>0", func() { | ||
It("[test_id:3007]Should force restart a VM with terminationGracePeriodSeconds>0", func() { | ||
|
||
By("getting a VM with high TerminationGracePeriod") | ||
newVMI := tests.NewRandomVMIWithEphemeralDisk(cd.ContainerDiskFor(cd.ContainerDiskFedora)) | ||
|
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 |
---|---|---|
|
@@ -158,7 +158,7 @@ var _ = Describe("[rfe_id:151][crit:high][vendor:[email protected]][level:compon | |
}) | ||
|
||
Context("with injected ssh-key", func() { | ||
It("[Serial][test_id:1616]should have ssh-key under authorized keys", func() { | ||
It("[test_id:1616]should have ssh-key under authorized keys", func() { | ||
userData := fmt.Sprintf( | ||
"#cloud-config\npassword: %s\nchpasswd: { expire: False }\nssh_authorized_keys:\n - %s", | ||
fedoraPassword, | ||
|
@@ -196,7 +196,7 @@ var _ = Describe("[rfe_id:151][crit:high][vendor:[email protected]][level:compon | |
}) | ||
|
||
Context("with injected ssh-key", func() { | ||
It("[Serial][test_id:3178]should have ssh-key under authorized keys", func() { | ||
It("[test_id:3178]should have ssh-key under authorized keys", func() { | ||
userData := fmt.Sprintf( | ||
"#cloud-config\npassword: %s\nchpasswd: { expire: False }\nssh_authorized_keys:\n - %s", | ||
fedoraPassword, | ||
|
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