mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Fixed test_duration
This commit is contained in:
@@ -142,7 +142,7 @@ class GenTest(LFCliBase):
|
|||||||
expected_passes = 0
|
expected_passes = 0
|
||||||
self.generic_endps_profile.start_cx()
|
self.generic_endps_profile.start_cx()
|
||||||
time.sleep(15)
|
time.sleep(15)
|
||||||
end_time = self.local_realm.parse_time("30s") + cur_time
|
end_time = self.local_realm.parse_time(self.test_duration) + cur_time
|
||||||
print("Starting Test...")
|
print("Starting Test...")
|
||||||
result = False
|
result = False
|
||||||
while cur_time < end_time:
|
while cur_time < end_time:
|
||||||
|
|||||||
Reference in New Issue
Block a user