mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lf_cisco_power.py : any spatial stream out of range will fail test
This commit is contained in:
@@ -1189,7 +1189,7 @@ def main():
|
||||
failed_low += 1
|
||||
least = min(least, diff_a4)
|
||||
|
||||
if ((least < (-pfrange - pf_a4_dropoff)) or (failed_low > 1)):
|
||||
if ((least < (-pfrange - pf_a4_dropoff)) or (failed_low >= 1)):
|
||||
pf = 0
|
||||
|
||||
if (diff_a1 > pfrange):
|
||||
|
||||
Reference in New Issue
Block a user