summaryrefslogtreecommitdiffstats
path: root/features/i2p.feature
diff options
context:
space:
mode:
authorTails developers <amnesia@boum.org>2014-12-19 00:40:08 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:45:40 +0100
commit51680b6ebb645d37ebdfcd122ca163b3a638aefa (patch)
tree337e128d2eac3cbc89ecbacf38851bfa33469cd5 /features/i2p.feature
parent44bab3c86ca3d95837f4c50cc535206352385a46 (diff)
downloadjenkins.debian.net-51680b6ebb645d37ebdfcd122ca163b3a638aefa.tar.xz
files copied from https://git-tails.immerda.ch/tails - many thanks to the tails developers for their nice work and documentation of it - these files have been released under the GNU General Public License version 3 or (at your option) any later version
features/images has been omitted
Diffstat (limited to 'features/i2p.feature')
-rw-r--r--features/i2p.feature33
1 files changed, 33 insertions, 0 deletions
diff --git a/features/i2p.feature b/features/i2p.feature
new file mode 100644
index 00000000..fc4cdf01
--- /dev/null
+++ b/features/i2p.feature
@@ -0,0 +1,33 @@
+@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