-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test (e2e) : update basic scenario to skip manpages check on windows (#…
…4608) + Update manpages step in basic scenario to skip execution for windows + Instead of relying of man command output, only verify whether we've generated the man pages files correctly in the directory. Signed-off-by: Rohan Kumar <[email protected]>
- Loading branch information
1 parent
b03610c
commit df2b631
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@story_manpages | ||
Feature: Check generation and cleanup of manpages | ||
|
||
@linux @darwin @cleanup | ||
Scenario: verify man pages are generated after crc setup and deleted on cleanup | ||
When executing single crc setup command succeeds | ||
Then accessing crc man pages succeeds | ||
|
||
When executing crc cleanup command succeeds | ||
Then accessing crc man pages fails |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters