From 51680b6ebb645d37ebdfcd122ca163b3a638aefa Mon Sep 17 00:00:00 2001 From: Tails developers Date: Fri, 19 Dec 2014 00:40:08 +0100 Subject: 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 --- features/i2p.feature | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 features/i2p.feature (limited to 'features/i2p.feature') 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 -- cgit v1.2.3-54-g00ecf