summaryrefslogtreecommitdiffstats
path: root/features/i2p.feature
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-19 02:03:30 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:47:01 +0100
commitbc9261df47a5dc59b670142485329299c944f984 (patch)
tree65cf0370e2438c14533bb7010ee66fc99cf91541 /features/i2p.feature
parent1bd026fa13481d9dcf14ab92baa4277324244466 (diff)
downloadjenkins.debian.net-bc9261df47a5dc59b670142485329299c944f984.tar.xz
lvc: remove some test scenarios we will never test (but are nice features in tails)
Diffstat (limited to 'features/i2p.feature')
-rw-r--r--features/i2p.feature33
1 files changed, 0 insertions, 33 deletions
diff --git a/features/i2p.feature b/features/i2p.feature
deleted file mode 100644
index fc4cdf01..00000000
--- a/features/i2p.feature
+++ /dev/null
@@ -1,33 +0,0 @@
-@product
-Feature: I2P
- As a Tails user
- I *might* want to use I2P
-
- Scenario: I2P is disabled by default
- Given a computer
- And I start the computer
- And the computer boots Tails
- And I log in to a new session
- And GNOME has started
- And Tor is ready
- And all notifications have disappeared
- Then the I2P Browser desktop file is not present
- And the I2P Browser sudo rules are not present
- And the I2P firewall rules are disabled
-
- Scenario: I2P is enabled when the "i2p" boot parameter is added
- Given a computer
- And I set Tails to boot with options "i2p"
- And I start the computer
- And the computer boots Tails
- And I log in to a new session
- And GNOME has started
- And Tor is ready
- And I2P is running
- And the I2P router console is ready
- And all notifications have disappeared
- Then the I2P Browser desktop file is present
- And the I2P Browser sudo rules are enabled
- And the I2P firewall rules are enabled
- When I start the I2P Browser through the GNOME menu
- Then I see "I2P_router_console.png" after at most 60 seconds