Skip to content

Commit

Permalink
disable special treatment of admin report user in UI for now NGFW-10262
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Morris committed Dec 30, 2016
1 parent f2c16ff commit cdff630
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def test_060_bypass_udp_block(self):
self.intrusion_prevention_interface.config_request( "save", self.intrusion_prevention_interface.create_patch( "rule", "add", rule ) )
node.reconfigure()

result = remote_control.runCommand("/usr/sbin/traceroute -U -p 1234 " + test_untangle_com_ip)
result = remote_control.runCommand("/usr/sbin/traceroute -U -m 3 -p 1234 " + test_untangle_com_ip)
uvmContext.networkManager().setNetworkSettings(orig_netsettings)

time.sleep(35)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdff630

Please sign in to comment.