mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
organized imports in realm.py
Signed-off-by: Dipti <dipti.dhond@candelatech.com>
This commit is contained in:
@@ -1,24 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import re
|
# ---- ---- ---- ---- LANforge Base Imports ---- ---- ---- ----
|
||||||
import time
|
|
||||||
import pprint
|
|
||||||
from pprint import pprint
|
|
||||||
from LANforge import LFRequest
|
from LANforge import LFRequest
|
||||||
from LANforge import LFUtils
|
from LANforge import LFUtils
|
||||||
from LANforge import set_port
|
|
||||||
from LANforge import add_sta
|
|
||||||
from LANforge import add_dut
|
|
||||||
from LANforge import add_vap
|
|
||||||
from LANforge.lfcli_base import LFCliBase
|
from LANforge.lfcli_base import LFCliBase
|
||||||
from LANforge import add_monitor
|
# ---- ---- ---- ---- Profile Imports ---- ---- ---- ----
|
||||||
from LANforge.add_monitor import *
|
|
||||||
from port_utils import PortUtils
|
|
||||||
import os
|
|
||||||
import datetime
|
|
||||||
import base64
|
|
||||||
import pandas as pd
|
|
||||||
import requests
|
|
||||||
import ast
|
|
||||||
from l3_cxprofile import L3CXProfile
|
from l3_cxprofile import L3CXProfile
|
||||||
from l3_cxprofile2 import L3CXProfile2
|
from l3_cxprofile2 import L3CXProfile2
|
||||||
from l4_cxprofile import L4CXProfile
|
from l4_cxprofile import L4CXProfile
|
||||||
@@ -32,6 +17,12 @@ from vap_profile import VAPProfile
|
|||||||
from mac_vlan_profile import MACVLANProfile
|
from mac_vlan_profile import MACVLANProfile
|
||||||
from wifi_monitor_profile import WifiMonitor
|
from wifi_monitor_profile import WifiMonitor
|
||||||
from gen_cxprofile import GenCXProfile
|
from gen_cxprofile import GenCXProfile
|
||||||
|
from port_utils import PortUtils
|
||||||
|
# ---- ---- ---- ---- Other Imports ---- ---- ---- ----
|
||||||
|
import re
|
||||||
|
import time
|
||||||
|
import pprint
|
||||||
|
from pprint import pprint
|
||||||
|
|
||||||
|
|
||||||
def wpa_ent_list():
|
def wpa_ent_list():
|
||||||
|
|||||||
Reference in New Issue
Block a user