FIX: eval expression 94/32694/1
authorpmikus <pmikus@cisco.com>
Mon, 14 Jun 2021 08:42:02 +0000 (08:42 +0000)
committerpmikus <pmikus@cisco.com>
Mon, 14 Jun 2021 08:42:02 +0000 (08:42 +0000)
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I746a40af0a051978706e7c696d391a051133145f

GPL/tools/trex/trex_astf_stop.py
GPL/tools/trex/trex_stl_stop.py

index 871b252..8c05cb4 100644 (file)
@@ -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/"
 )
index 14ec817..8d24a88 100644 (file)
@@ -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/"
 )