mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Fixed hard-coded variable
This commit is contained in:
@@ -72,7 +72,7 @@ class IPV4L4(LFCliBase):
|
||||
for item in endp_list:
|
||||
expected_passes += 1
|
||||
for name, info in item.items():
|
||||
if info['urls/s'] * 600 > 600 * .9:
|
||||
if info['urls/s'] * self.target_requests_per_ten > self.target_requests_per_ten * .9:
|
||||
passes += 1
|
||||
|
||||
return passes == expected_passes
|
||||
|
||||
Reference in New Issue
Block a user