File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Feature: Certificate rotation test
8
8
Background : Setup CRC and rewind the clock forward
9
9
When executing crc setup command succeeds
10
10
And executing "sudo timedatectl set-ntp off" succeeds
11
- Then executing "sudo date -s '3 month'" succeeds
11
+ Then executing "sudo date -s '13 month'" succeeds
12
12
And with up to "10" retries with wait period of "1s" command "virsh --readonly -c qemu:///system capabilities" output matches "^<capabilities>"
13
13
14
14
Scenario : Start CRC "in the future" and clean up
@@ -20,7 +20,7 @@ Feature: Certificate rotation test
20
20
Then executing "oc whoami" succeeds
21
21
And stdout should contain "kubeadmin"
22
22
# Set clock back to the original time
23
- When executing "sudo date -s '-3 month'" succeeds
23
+ When executing "sudo date -s '-13 month'" succeeds
24
24
And executing "sudo timedatectl set-ntp on" succeeds
25
25
# CRC delete and cleanup
26
26
When executing "crc delete -f" succeeds
You can’t perform that action at this time.
0 commit comments