mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
fixing import order. this fixes broken code
Signed-off-by: Dipti <dipti.dhond@candelatech.com>
This commit is contained in:
@@ -2,10 +2,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from LANforge.lfcli_base import LFCliBase
|
from LANforge.lfcli_base import LFCliBase
|
||||||
from LANforge import add_dut
|
from LANforge import add_dut
|
||||||
|
import pprint
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
import time
|
import time
|
||||||
import pprint
|
|
||||||
import base64
|
import base64
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from LANforge.lfcli_base import LFCliBase
|
from LANforge.lfcli_base import LFCliBase
|
||||||
|
|
||||||
import pprint
|
import pprint
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
import time
|
import time
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
|
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
|
||||||
from LANforge.lfcli_base import LFCliBase
|
from LANforge.lfcli_base import LFCliBase
|
||||||
from pprint import pprint
|
|
||||||
import pprint
|
import pprint
|
||||||
|
from pprint import pprint
|
||||||
import time
|
import time
|
||||||
|
|
||||||
class GenCXProfile(LFCliBase):
|
class GenCXProfile(LFCliBase):
|
||||||
|
|||||||
@@ -1,16 +1,11 @@
|
|||||||
|
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import re
|
|
||||||
import time
|
|
||||||
import pprint
|
import pprint
|
||||||
|
from pprint import pprint
|
||||||
from LANforge.lfcli_base import LFCliBase
|
from LANforge.lfcli_base import LFCliBase
|
||||||
import csv
|
import csv
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import os
|
|
||||||
from pprint import pprint
|
|
||||||
import time
|
import time
|
||||||
import random
|
|
||||||
import string
|
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
class L3CXProfile(LFCliBase):
|
class L3CXProfile(LFCliBase):
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
|
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import re
|
|
||||||
from LANforge.lfcli_base import LFCliBase
|
from LANforge.lfcli_base import LFCliBase
|
||||||
|
import pprint
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
import requests
|
import requests
|
||||||
import pprint
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import time
|
import time
|
||||||
import datetime
|
import datetime
|
||||||
|
|||||||
@@ -4,9 +4,8 @@ from LANforge.lfcli_base import LFCliBase
|
|||||||
from LANforge import LFRequest
|
from LANforge import LFRequest
|
||||||
from LANforge import LFUtils
|
from LANforge import LFUtils
|
||||||
from LANforge import set_port
|
from LANforge import set_port
|
||||||
|
|
||||||
from pprint import pprint
|
|
||||||
import pprint
|
import pprint
|
||||||
|
from pprint import pprint
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
from LANforge.lfcli_base import LFCliBase
|
from LANforge.lfcli_base import LFCliBase
|
||||||
from pprint import pprint
|
|
||||||
import pprint
|
import pprint
|
||||||
|
from pprint import pprint
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class MULTICASTProfile(LFCliBase):
|
class MULTICASTProfile(LFCliBase):
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
class PortUtils():
|
class PortUtils():
|
||||||
def __init__(self, local_realm):
|
def __init__(self, local_realm):
|
||||||
|
|||||||
@@ -5,12 +5,9 @@ from LANforge import LFRequest
|
|||||||
from LANforge import LFUtils
|
from LANforge import LFUtils
|
||||||
from LANforge import set_port
|
from LANforge import set_port
|
||||||
from LANforge import add_sta
|
from LANforge import add_sta
|
||||||
|
import pprint
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
import time
|
import time
|
||||||
import pprint
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# use the station profile to set the combination of features you want on your stations
|
# use the station profile to set the combination of features you want on your stations
|
||||||
@@ -436,7 +433,7 @@ class StationProfile:
|
|||||||
pprint(add_sta_r.requested_url)
|
pprint(add_sta_r.requested_url)
|
||||||
pprint(add_sta_r.proxies)
|
pprint(add_sta_r.proxies)
|
||||||
pprint(self.add_sta_data)
|
pprint(self.add_sta_data)
|
||||||
pprint(self.set_port_data)
|
print(self.set_port_data)
|
||||||
print("- ~3254 - - - - - - - - - - - - - - - - - - - ")
|
print("- ~3254 - - - - - - - - - - - - - - - - - - - ")
|
||||||
if dry_run:
|
if dry_run:
|
||||||
print("dry run: not creating " + eidn)
|
print("dry run: not creating " + eidn)
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from LANforge.lfcli_base import LFCliBase
|
from LANforge.lfcli_base import LFCliBase
|
||||||
|
import pprint
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
import time
|
import time
|
||||||
import pprint
|
|
||||||
|
|
||||||
class TestGroupProfile(LFCliBase):
|
class TestGroupProfile(LFCliBase):
|
||||||
def __init__(self, lfclient_host, lfclient_port, local_realm, test_group_name=None, debug_=False):
|
def __init__(self, lfclient_host, lfclient_port, local_realm, test_group_name=None, debug_=False):
|
||||||
|
|||||||
@@ -5,9 +5,8 @@ from LANforge import LFRequest
|
|||||||
from LANforge import add_vap
|
from LANforge import add_vap
|
||||||
from LANforge import set_port
|
from LANforge import set_port
|
||||||
from LANforge import LFUtils
|
from LANforge import LFUtils
|
||||||
|
import pprint
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,9 +3,8 @@ from LANforge.lfcli_base import LFCliBase
|
|||||||
from LANforge import add_monitor
|
from LANforge import add_monitor
|
||||||
from LANforge.add_monitor import *
|
from LANforge.add_monitor import *
|
||||||
from LANforge import LFUtils
|
from LANforge import LFUtils
|
||||||
|
|
||||||
from pprint import pprint
|
|
||||||
import pprint
|
import pprint
|
||||||
|
from pprint import pprint
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user