summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/examples/stl_path.py
blob: f159257138df2d07975a718a7f34f07c7f2a4335 (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, os.pardir, os.pardir, os.pardir, 'stl')