From 9a789458bd9315e53e1788867e73ee7f0d3eb5f4 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 1 Feb 2023 12:43:14 +0000 Subject: fix(model): Merge vsap into hoststack Signed-off-by: pmikus Change-Id: I2b1aa0240e611f3f7d2b516583a6ea3e36091821 --- resources/libraries/python/model/ExportJson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/libraries/python/model/ExportJson.py b/resources/libraries/python/model/ExportJson.py index bbb989c3cc..bd457c00f6 100644 --- a/resources/libraries/python/model/ExportJson.py +++ b/resources/libraries/python/model/ExportJson.py @@ -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: -- cgit 1.2.3-korg