GSO: Add export of results to json files.
[csit.git] / resources / libraries / python / model / ExportJson.py
index 478b3ab..73e8224 100644 (file)
@@ -30,7 +30,7 @@ from robot.libraries.BuiltIn import BuiltIn
 from zlib import compress
 
 from resources.libraries.python.Constants import Constants
-from resources.libraries.python.jumpavg.AvgStdevStats import AvgStdevStats
+from resources.libraries.python.jumpavg import AvgStdevStats
 from resources.libraries.python.model.ExportResult import (
     export_dut_type_and_version, export_tg_type_and_version
 )
@@ -71,7 +71,7 @@ class ExportJson():
         elif u"HOSTSTACK" in tags:
             test_type = u"hoststack"
         elif u"GSO_TRUE" in tags or u"GSO_FALSE" in tags:
-            test_type = u"gso"
+            test_type = u"mrr"
         elif u"RECONF" in tags:
             test_type = u"reconf"
         # The remaining 3 options could also apply to DPDK and TRex tests.