fix(model): Merge vsap into hoststack
[csit.git] / resources / libraries / python / model / ExportJson.py
index bbb989c..bd457c0 100644 (file)
@@ -65,7 +65,7 @@ class ExportJson():
         if u"DEVICETEST" in tags:
             test_type = u"device"
         elif u"LDP_NGINX" in tags:
-            test_type = u"vsap"
+            test_type = u"hoststack"
         elif u"HOSTSTACK" in tags:
             test_type = u"hoststack"
         elif u"GSO_TRUE" in tags or u"GSO_FALSE" in tags: