diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/mac_spoofing.feature | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/features/mac_spoofing.feature b/features/mac_spoofing.feature index 897cbb3..9bd13e9 100644 --- a/features/mac_spoofing.feature +++ b/features/mac_spoofing.feature @@ -36,20 +36,20 @@ Feature: Spoofing MAC addresses Scenario: MAC address spoofing fails and macchanger returns false Given macchanger will fail by not spoofing and always returns false When I log in to a new session - # XXX: workaround for #11941 - And I see the "Network card disabled" notification after at most 60 seconds Then no network interfaces are enabled And no network device leaked the real MAC address + # XXX: workaround for #11941 + And I see the "Network card disabled" notification after at most 60 seconds #10774 @fragile Scenario: MAC address spoofing fails and macchanger returns true Given macchanger will fail by not spoofing and always returns true When I log in to a new session - # XXX: workaround for #11941 - And I see the "Network card disabled" notification after at most 60 seconds Then no network interfaces are enabled And no network device leaked the real MAC address + # XXX: workaround for #11941 + And I see the "Network card disabled" notification after at most 60 seconds #10774 @fragile @@ -57,10 +57,10 @@ Feature: Spoofing MAC addresses Given macchanger will fail by not spoofing and always returns true And no network interface modules can be unloaded When I log in to a new session - And I see the "All networking disabled" notification after at most 60 seconds Then 1 network interface is enabled But the MAC spoofing panic mode disabled networking And no network device leaked the real MAC address + And I see the "All networking disabled" notification after at most 60 seconds Scenario: The MAC address is not leaked when booting Tails Given a computer |