mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-20 21:04:59 +00:00
adding paths for local dev
This commit is contained in:
@@ -7,8 +7,14 @@ import logging
|
|||||||
import argparse
|
import argparse
|
||||||
from time import sleep, gmtime, strftime
|
from time import sleep, gmtime, strftime
|
||||||
from unittest.mock import Mock
|
from unittest.mock import Mock
|
||||||
# if you lack __init__.py in this directory this import will fail
|
|
||||||
|
# the below hack is only needed for local dev
|
||||||
# This should be replaced with a module and added to dockerfile
|
# This should be replaced with a module and added to dockerfile
|
||||||
|
import sys
|
||||||
|
for folder in 'py-json','py-scripts':
|
||||||
|
if folder not in sys.path:
|
||||||
|
sys.path.append(f'../lanforge/lanforge/{folder}')
|
||||||
|
|
||||||
from LANforge.LFUtils import *
|
from LANforge.LFUtils import *
|
||||||
from sta_connect2 import StaConnect2
|
from sta_connect2 import StaConnect2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user