diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-06 16:43:41 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-06 16:43:41 +0800 |
commit | dcb405e3662231e917d173cc06089d6f215e210a (patch) | |
tree | b5ea9aea739be4430c853d6f570aabc0611359aa /test/csit/tests/vfc/gvnfm-vnflcm/test.robot | |
parent | cc141af9a93eef61437909ba301e0331b3b3c749 (diff) |
Add csit cases of vfc-gvnfm-vnflcm
Change-Id: I0dff159c8680dfe24f09f3239e63f341ee9ab9fb
Issue-Id: INT-145
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit/tests/vfc/gvnfm-vnflcm/test.robot')
-rw-r--r-- | test/csit/tests/vfc/gvnfm-vnflcm/test.robot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/gvnfm-vnflcm/test.robot b/test/csit/tests/vfc/gvnfm-vnflcm/test.robot new file mode 100644 index 000000000..817be51bd --- /dev/null +++ b/test/csit/tests/vfc/gvnfm-vnflcm/test.robot @@ -0,0 +1,14 @@ +*** settings *** +Library Collections +Library RequestsLibrary +Library OperatingSystem +Library json + +*** Variables *** +@{return_ok_list}= 200 201 202 +${queryswagger_url} /api/vnflcm/v1/swagger.json + +*** Test Cases *** +NslcmSwaggerTest + [Documentation] query nslcm swagger info rest test + Should Be Equal 2.0 2.0 |