Skip to content

Commit

Permalink
fix #375 style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Lvov committed Jul 14, 2016
1 parent a512a8e commit 3b4f800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tempesta_fw/t/functional/tests/test_frang.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def request_rate(self):
print("req_rate\n")
self.__init__()
self.cfg.add_section('frang_limits')
self.cfg.add_option('request_burst', '1')
self.cfg.add_option('request_rate', '5')

self.cfg.add_end_of_section()
tfw.start_with_frang()
Expand All @@ -84,6 +84,7 @@ def request_rate(self):

def request_burst(self):
global tcount

self.res = False
print("req_burst\n")
self.__init__()
Expand Down

0 comments on commit 3b4f800

Please sign in to comment.