Skip to content

Commit a0fa656

Browse files
anjannathpraveenkumar
authored andcommitted
e2e: update config feature to work with new libvirt driver name
The driver name now includes a '-$arch' suffix, e.g `crc-driver-libvirt-amd64` This fixes the e2e step deleting the driver for verifying 'crc setup'
1 parent aa46dad commit a0fa656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/features/config.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Feature: Test configuration settings
109109
@linux
110110
Scenario: Missing CRC setup
111111
Given executing single crc setup command succeeds
112-
When executing "rm ~/.crc/bin/crc-driver-libvirt" succeeds
112+
When executing "rm ~/.crc/bin/crc-driver-libvirt-*" succeeds
113113
Then starting CRC with default bundle fails
114114
And stderr should contain "Preflight checks failed during `crc start`, please try to run `crc setup` first in case you haven't done so yet"
115115

0 commit comments

Comments
 (0)