Skip to content

Commit

Permalink
test/e22: libvirt: Add delete pod test
Browse files Browse the repository at this point in the history
Add delete pod test to libvirt e2e as part of #1604 libvirt gap closes

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman authored and snir911 committed Dec 11, 2023
1 parent 832b9d1 commit 1fc52f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e/libvirt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ func TestLibvirtCreatePeerPodWithLargeImage(t *testing.T) {
}
*/

func TestLibvirtDeletePod(t *testing.T) {
assert := LibvirtAssert{}
doTestDeleteSimplePod(t, assert)
}

// LibvirtAssert implements the CloudAssert interface for Libvirt.
type LibvirtAssert struct {
// TODO: create the connection once on the initializer.
Expand Down

0 comments on commit 1fc52f0

Please sign in to comment.