Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
tails
tails
Commits
c0410df9
Commit
c0410df9
authored
Oct 21, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also test that the I2P Browser uses the expected shared libs.
parent
5af87727
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
features/i2p.feature
features/i2p.feature
+1
-0
features/step_definitions/common_steps.rb
features/step_definitions/common_steps.rb
+4
-0
No files found.
features/i2p.feature
View file @
c0410df9
...
...
@@ -31,3 +31,4 @@ Feature: I2P
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
And
the I2P Browser uses all expected TBB shared libraries
features/step_definitions/common_steps.rb
View file @
c0410df9
...
...
@@ -598,6 +598,10 @@ Then /^(.*) uses all expected TBB shared libraries$/ do |application|
user
=
"clearnet"
cmd_regex
=
"
#{
binary
}
.* -profile /home/
#{
user
}
/
\.
unsafe-browser/profile
\.
default"
chroot
=
"/var/lib/unsafe-browser/chroot"
when
"the I2P Browser"
user
=
"i2pbrowesr"
cmd_regex
=
"
#{
binary
}
.* -profile /home/
#{
user
}
/
\.
i2p-browser/profile
\.
default"
chroot
=
"/var/lib/i2p-browser/chroot"
when
"Tor Launcher"
user
=
"tor-launcher"
cmd_regex
=
"
#{
binary
}
-app /home/
#{
user
}
/
\.
tor-launcher/tor-launcher-standalone/application
\.
ini"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment