mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Fixed the imports in test_ip_variable_time
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -38,8 +38,8 @@ sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../")))
|
||||
LFUtils = importlib.import_module("py-json.LANforge.LFUtils")
|
||||
realm = importlib.import_module("py-json.realm")
|
||||
Realm = realm.Realm
|
||||
sys.path.append("../py-dashboard")
|
||||
from InfluxRequest import RecordInflux
|
||||
InfluxRequest = importlib.import_module('py-dashboard.InfluxRequest')
|
||||
RecordInflux = InfluxRequest.RecordInflux
|
||||
|
||||
|
||||
class IPVariableTime(Realm):
|
||||
|
||||
Reference in New Issue
Block a user