emergency_shutdown.feature 934 B

1234567891011121314151617181920212223
  1. @product
  2. Feature: Emergency shutdown
  3. Scenario: The emergency shutdown applet can shutdown Tails
  4. Given I have started Tails from DVD without network and logged in
  5. When I request a shutdown using the emergency shutdown applet
  6. Then Tails eventually shuts down
  7. Scenario: The emergency shutdown applet can reboot Tails
  8. Given I have started Tails from DVD without network and logged in
  9. When I request a reboot using the emergency shutdown applet
  10. Then Tails eventually restarts
  11. Scenario: Tails shuts down on DVD boot medium removal
  12. Given I have started Tails from DVD without network and logged in
  13. When I eject the boot medium
  14. Then Tails eventually shuts down
  15. Scenario: Tails shuts down on USB boot medium removal
  16. Given I have started Tails without network from a USB drive without a persistent partition and logged in
  17. When I eject the boot medium
  18. Then Tails eventually shuts down