Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rajakavitha Kodhandapani
tails
Commits
c92d1897
Commit
c92d1897
authored
Jun 27, 2015
by
kytv
Browse files
Force new circuits outside of Vidalia by sending NEWNYM to the Tor control port
parent
502f7568
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/step_definitions/common_steps.rb
View file @
c92d1897
...
...
@@ -1033,6 +1033,6 @@ Then /^I force Tor to use a new circuit( in Vidalia)?$/ do |with_vidalia|
@screen
.
wait
(
'VidaliaNewIdentityNotification.png'
,
20
)
@screen
.
waitVanish
(
'VidaliaNewIdentityNotification.png'
,
60
)
else
@vm
.
execute_successfully
(
'
restart-tor
'
)
@vm
.
execute_successfully
(
'
. /usr/local/lib/tails-shell-library/tor.sh; tor_control_send "signal NEWNYM"
'
)
end
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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