Given
I have started Tails from DVD without network and stopped at Tails Greeter's login screen
7.955
And
I capture all network traffic
0.006
And
the network is plugged
0.076
And
macchanger will fail by not spoofing and always returns true
0.187
And
no network interface modules can be unloaded
0.457
When
I log in to a new session
18.305
Then
1 network interface is enabled
0.137
But
the MAC spoofing panic mode disabled networking
0.457
And
no network device leaked the real MAC address
0.014
And
I see the "All Networking Disabled" notification after at most 60 seconds
20:0.148
execution expired (RemoteShell::Timeout)
./features/support/helpers/remote_shell.rb:56:in `read'
./features/support/helpers/remote_shell.rb:56:in `block (3 levels) in communicate'
./features/support/helpers/remote_shell.rb:55:in `block (2 levels) in communicate'
./features/support/helpers/remote_shell.rb:42:in `loop'
./features/support/helpers/remote_shell.rb:42:in `block in communicate'
./features/support/helpers/remote_shell.rb:37:in `communicate'
./features/support/helpers/remote_shell.rb:174:in `execute'
./features/support/helpers/remote_shell.rb:185:in `initialize'
./features/support/helpers/dogtail.rb:80:in `new'
./features/support/helpers/dogtail.rb:80:in `run'
./features/support/helpers/dogtail.rb:70:in `initialize'
./features/step_definitions/common_steps.rb:588:in `new'
./features/step_definitions/common_steps.rb:588:in `/^I see the "(.+)" notification(?: after at most (\d+) seconds)?$/'
features/mac_spoofing.feature:65:in `And I see the "All Networking Disabled" notification after at most 60 seconds'