mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 14:27:18 +00:00
Added modules
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -3,13 +3,14 @@ import logging
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
|
||||
from datetime import datetime
|
||||
import allure
|
||||
import paramiko
|
||||
import pytest
|
||||
from scp import SCPClient
|
||||
from tabulate import tabulate
|
||||
from itertools import islice
|
||||
import csv
|
||||
|
||||
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../")))
|
||||
lfcli_base = importlib.import_module("py-json.LANforge.lfcli_base")
|
||||
|
||||
Reference in New Issue
Block a user