fix(model): Merge vsap into hoststack 88/38088/1
authorpmikus <peter.mikus@protonmail.ch>
Wed, 1 Feb 2023 12:43:14 +0000 (12:43 +0000)
committerpmikus <peter.mikus@protonmail.ch>
Wed, 1 Feb 2023 12:43:14 +0000 (12:43 +0000)
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I2b1aa0240e611f3f7d2b516583a6ea3e36091821

docs/model/current/schema/test_case.info.schema.yaml
resources/libraries/python/model/ExportJson.py

index bc5a350..e97cd74 100644 (file)
@@ -349,7 +349,6 @@ allOf:
             -   ndrpdr
             -   reconf
             -   soak
-            -   vsap
         tg_type:
             description: >-
                 TG type used, e.g. TREX.
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: