X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=GPL%2Ftools%2Ftrex%2Ftrex_stl_stop.py;h=8d24a88b33001ff0dd2fd9483f221c25b5f2c566;hp=14ec817f70eac900b754da6849f32f40d44fbf5b;hb=a4ba3f4e9d2124050502b8dc5c53acbdebd39e11;hpb=7829fea4a2c8936513fa95215b7d84997f814a69 diff --git a/GPL/tools/trex/trex_stl_stop.py b/GPL/tools/trex/trex_stl_stop.py index 14ec817f70..8d24a88b33 100644 --- a/GPL/tools/trex/trex_stl_stop.py +++ b/GPL/tools/trex/trex_stl_stop.py @@ -41,6 +41,8 @@ import argparse import json import sys +from collections import OrderedDict # Needed to parse xstats representation. + sys.path.insert( 0, u"/opt/trex-core-2.88/scripts/automation/trex_control_plane/interactive/" )