Skip to content

Commit

Permalink
match vm restart tests with polarion
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Franczyk <[email protected]>
  • Loading branch information
Marcin Franczyk committed May 6, 2019
1 parent c0f9607 commit 5dc80ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/subresource_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ var _ = Describe("Subresource Api", func() {
})
})

Describe("VirtualMachine subresource", func() {
Describe("[rfe_id:1177][crit:medium][vendor:[email protected]][level:component] VirtualMachine subresource", func() {
Context("with a restart endpoint", func() {
It("should restart a VM", func() {
It("[test_id:1304] should restart a VM", func() {
vm := tests.NewRandomVirtualMachine(tests.NewRandomVMI(), false)
vm, err := virtCli.VirtualMachine(tests.NamespaceTestDefault).Create(vm)
Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit 5dc80ce

Please sign in to comment.