X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fmodel%2FExportJson.py;h=73e822491cd8fd74ac9d0abaca9b1740ea90e826;hb=9aaade66aee4d1f1ca57aca272128db201a6f6cc;hp=de8874dc52da25014e2b4b477e74d27cf7c68820;hpb=c3f6c20aa939ccdb0f3673ea715886ad3d1d2333;p=csit.git diff --git a/resources/libraries/python/model/ExportJson.py b/resources/libraries/python/model/ExportJson.py index de8874dc52..73e822491c 100644 --- a/resources/libraries/python/model/ExportJson.py +++ b/resources/libraries/python/model/ExportJson.py @@ -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.