Added modules

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-08-17 08:38:59 +05:30
parent dd84deb663
commit acde9d3060

View File

@@ -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")