We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d8f27 commit 5ad1246Copy full SHA for 5ad1246
sonic-xcvrd/tests/test_xcvrd.py
@@ -24,12 +24,9 @@
24
test_path = os.path.dirname(os.path.abspath(__file__))
25
modules_path = os.path.dirname(test_path)
26
scripts_path = os.path.join(modules_path, "xcvrd")
27
-#helper_file_path = os.path.join(scripts_path, "xcvrd_utilities"+"/y_cable_helper.py")
28
sys.path.insert(0, modules_path)
29
30
os.environ["XCVRD_UNIT_TESTING"] = "1"
31
-#load_source('y_cable_helper', scripts_path + '/xcvrd_utilities/y_cable_helper.py')
32
-#load_source('sfp_status_helper', scripts_path + '/xcvrd_utilities/sfp_status_helper.py')
33
from xcvrd.xcvrd_utilities.y_cable_helper import *
34
from xcvrd.xcvrd import *
35
from xcvrd.xcvrd_utilities.sfp_status_helper import *
0 commit comments