Skip to content

Commit

Permalink
Update test/e2e/e2e_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Claudia <[email protected]>
  • Loading branch information
yitsushi and Callisto13 authored Nov 30, 2021
1 parent ede49e9 commit edb1fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestE2E(t *testing.T) {

log.Println("TEST STEP: getting (and verifying) existing MicroVM")
Eventually(func(g Gomega) error {
g.Expect(fmt.Sprintf(fcPath, mvmNS, secondMvmID) + "/firecracker.pid").To(BeAnExistingFile())
g.Expect(fmt.Sprintf(fcPath, mvmNS, mvmID) + "/firecracker.pid").To(BeAnExistingFile())

// verify that firecracker has started and that a pid has been saved
// and that there is actually a running process
Expand Down

0 comments on commit edb1fec

Please sign in to comment.