Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
fix VM name in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
networkop committed Sep 16, 2020
1 parent 90b3028 commit 26b2ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/portmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
func TestPortmapCleanup(t *testing.T) {
assert.Assert(t, e2eHome != "", "IGNITE_E2E_HOME should be set")

vmName := "e2e_test_ignite_portmap_cleanup"
vmName := "e2e-test-ignite-portmap-cleanup"
mappedPort := 4242

igniteCmd := util.NewCommand(t, igniteBin)
Expand Down

0 comments on commit 26b2ac8

Please sign in to comment.