Skip to content

Commit

Permalink
Merge pull request #3800 from kubevirt-bot/cherry-pick-3716-to-releas…
Browse files Browse the repository at this point in the history
…e-0.30

[release-0.30] Add test-id for EFI secure boot test
  • Loading branch information
kubevirt-bot committed Jul 11, 2020
2 parents aac7a92 + 88203c7 commit 797ba48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vmi_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ var _ = Describe("Configurations", func() {
Expect(domXml).To(ContainSubstring("OVMF_CODE.fd"))
})

It("should enable EFI secure boot", func() {
It("[test_id:4437]should enable EFI secure boot", func() {
vmi := tests.NewRandomVMIWithSecureBoot()

By("Starting a VirtualMachineInstance")
Expand Down

0 comments on commit 797ba48

Please sign in to comment.