diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-05 16:11:49 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-05-05 16:12:35 +0800 |
commit | 01d879b618660bbbdfb9398400f55e128263201b (patch) | |
tree | fec7882655dc67f82705d91fbcf20bcff13dddcf /tests | |
parent | bf884ba4194e101f40ca5411d91ab0fd817eac9e (diff) |
update csit test case
Issue-ID: MODELING-156
Change-Id: I5b40a673cd233e27b25f20d285ef1aafc028c5e9
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/modeling-genericparser/test.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeling-genericparser/test.robot b/tests/modeling-genericparser/test.robot index fb4601a3..b3da1c0d 100644 --- a/tests/modeling-genericparser/test.robot +++ b/tests/modeling-genericparser/test.robot @@ -6,7 +6,7 @@ Library json *** Variables *** @{return_ok_list}= 200 201 202 -${queryswagger_url} /api/genericparser/v1/swagger.json +${queryswagger_url} /api/parser/v1/swagger.json ${queryVNFPackage_url} /api/parser/v1/vnfpackages ${queryNSPackages_url} /api/parser/v1/nspackages ${healthcheck_url} /api/parser/v1/health_check |