mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Revert "Update py_scripts to be in line with pip standards"
This reverts commit 37df48594e.
This commit is contained in:
@@ -17,13 +17,17 @@ if sys.version_info[0] != 3:
|
||||
if 'py-json' not in sys.path:
|
||||
sys.path.append('../py-json')
|
||||
from LANforge import LFUtils
|
||||
from LANforge import lfcli_base
|
||||
from LANforge.lfcli_base import LFCliBase
|
||||
from LANforge.LFUtils import *
|
||||
from realm import PortUtils, Realm
|
||||
import realm
|
||||
from realm import PortUtils
|
||||
import argparse
|
||||
import datetime
|
||||
import time
|
||||
from test_utility import CreateHTML, RuntimeUpdates
|
||||
from test_utility import CreateHTML
|
||||
from test_utility import RuntimeUpdates
|
||||
import pdfkit
|
||||
import json
|
||||
import re
|
||||
import os
|
||||
@@ -56,7 +60,7 @@ class HTTPTest(LFCliBase):
|
||||
self.urls_ps = url_ps
|
||||
self.test_update =_test_update
|
||||
self.test_update.send_update({"test_status": '1', "duration_left": "initializing...", "data": 'None'})
|
||||
self.local_realm = Realm(lfclient_host=self.host, lfclient_port=self.port)
|
||||
self.local_realm = realm.Realm(lfclient_host=self.host, lfclient_port=self.port)
|
||||
self.test_duration = self.local_realm.parse_time(duration)
|
||||
self.station_profile = self.local_realm.new_station_profile()
|
||||
self.port_util = PortUtils(self.local_realm)
|
||||
|
||||
Reference in New Issue
Block a user