4 I want Tor to work properly
5 And for that I need a reasonably accurate system clock
9 And I start Tails from DVD with network unplugged and I login
10 And I save the state so the background can be restored next scenario
12 Scenario: Clock with host's time
13 When the network is plugged
15 Then Tails clock is less than 5 minutes incorrect
17 Scenario: Clock is one day in the past
18 When I bump the system time with "-1 day"
19 And the network is plugged
21 Then Tails clock is less than 5 minutes incorrect
23 Scenario: Clock way in the past
24 When I set the system time to "01 Jan 2000 12:34:56"
25 And the network is plugged
27 Then Tails clock is less than 5 minutes incorrect
29 Scenario: Clock is one day in the future
30 When I bump the system time with "+1 day"
31 And the network is plugged
33 Then Tails clock is less than 5 minutes incorrect
35 Scenario: Clock way in the future
36 When I set the system time to "01 Jan 2020 12:34:56"
37 And the network is plugged
39 Then Tails clock is less than 5 minutes incorrect
41 # Scenario: Clock vs Tor consensus' valid-{after,until} etc.