Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/e2e/features/9pfs.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Feature: Verify 9pfs mount works
Verify 9pfs mount of user's home directory is mounted, accessible
and that basic file operations work. Only relevant on Windows.

Background:
Given ensuring CRC cluster is running

Scenario: Test mounted home directory functionality
Given home directory mount exists in VM
And filesystem is mounted
Expand Down
Loading