mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
Modified path append to work better with Windows, updated use of wait_for_ip calls to work with new params
This commit is contained in:
@@ -102,7 +102,9 @@ class IPV4L4(LFCliBase):
|
||||
old_rx_values = self.__get_values()
|
||||
end_time = self.local_realm.parse_time(self.test_duration) + cur_time
|
||||
self.station_profile.admin_up(1)
|
||||
self.local_realm.wait_for_ip()
|
||||
temp_stas = self.sta_list.copy()
|
||||
temp_stas.append("eth1")
|
||||
self.local_realm.wait_for_ip(self.resource, temp_stas)
|
||||
self.cx_profile.start_cx()
|
||||
passes = 0
|
||||
expected_passes = 0
|
||||
|
||||
Reference in New Issue
Block a user