Skip to content

Commit

Permalink
Remove mediated devices from quarantine
Browse files Browse the repository at this point in the history
Enable the test in order to collect feedback from CI

Signed-off-by: Luboslav Pivarc <[email protected]>
  • Loading branch information
xpivarc committed Jul 10, 2023
1 parent e25174f commit 59df06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mdev_configuration_allocation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ var _ = Describe("[Serial][sig-compute]MediatedDevices", Serial, decorators.VGPU
Expect(domXml).ToNot(MatchRegexp(`<hostdev .*display=.?on.?`), "Display should not be enabled")
Expect(domXml).ToNot(MatchRegexp(`<hostdev .*ramfb=.?on.?`), "RamFB should not be enabled")
})
It("[QUARANTINE] Should override default mdev configuration on a specific node", func() {
It("Should override default mdev configuration on a specific node", func() {
newDesiredMdevTypeName := "nvidia-223"
newExpectedInstancesNum := 8
By("Creating a configuration for mediated devices")
Expand Down

0 comments on commit 59df06c

Please sign in to comment.