summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/console/stl_path.py
blob: f15c666e0ac3f98c95b9081a42853c4c67f7fc35 (plain)
1
2
3
4
5
6
7
import sys, os

# FIXME to the write path for trex_stl_lib 
sys.path.insert(0, "../")

STL_PROFILES_PATH = os.path.join(os.pardir, 'profiles')