mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
test_l3_WAN_LAN: Pass debug to realm
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ class VRTest(LFCliBase):
|
||||
self.debug = _debug_on
|
||||
self.name_prefix = name_prefix
|
||||
self.test_duration = test_duration
|
||||
self.local_realm = realm.Realm(lfclient_host=self.host, lfclient_port=self.port)
|
||||
self.local_realm = realm.Realm(lfclient_host=self.host, lfclient_port=self.port, debug_=_debug_on)
|
||||
self.station_profile = self.local_realm.new_station_profile()
|
||||
self.cx_profile = self.local_realm.new_l3_cx_profile()
|
||||
self.vr_profile = self.local_realm.new_vr_profile()
|
||||
|
||||
Reference in New Issue
Block a user