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

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

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