Skip to content

Commit

Permalink
e2e fix check for cleanup command output on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianriobo authored and anjannath committed May 31, 2022
1 parent f2407e1 commit 13b6955
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/e2e/features/basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,14 @@ Feature: Basic test
@darwin
Scenario Outline: CRC clean-up
When executing crc cleanup command succeeds
Then stderr should contain "Removing /etc/resolver/testing file"
And stderr should contain "Unload CRC daemon"
Then stderr should contain "Unloading and removing the daemon plist file"
And stderr should contain "Removing /etc/resolver/testing file"
And stderr should contain "Stopping CRC vfkit process"
And stderr should contain "Removing hosts file records added by CRC"
And stderr should contain "Removing pull secret from the keyring"
And stderr should contain "Removing older logs"
And stderr should contain "Removing CRC Machine Instance directory"
And stderr should contain "Removing crc executable symlink"
And stdout should contain "Cleanup finished"


Expand Down

0 comments on commit 13b6955

Please sign in to comment.