fixed path issue to resolve path for VXLAN and MPLS
authoritraviv <[email protected]>
Thu, 18 Aug 2016 14:02:51 +0000 (17:02 +0300)
committeritraviv <[email protected]>
Thu, 18 Aug 2016 14:02:51 +0000 (17:02 +0300)
scripts/automation/regression/functional_tests/scapy_server_test.py

index ea3ec0d..5699438 100755 (executable)
@@ -8,7 +8,8 @@ scapy_server_path = os.path.abspath(os.path.join(os.pardir, 'trex_control_plane'
 stl_pathname = os.path.abspath(os.path.join(os.pardir, os.pardir, 'trex_control_plane','stl'))\r
 sys.path.append(scapy_server_path)\r
 sys.path.append(stl_pathname)\r
-\r
+additional_stl_udp_pkts = os.path.abspath(os.path.join(os.pardir, os.pardir,'stl'))\r
+sys.path.append(additional_stl_udp_pkts)\r
 \r
 import trex_stl_lib\r
 from trex_stl_lib.api import *\r