diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-12 11:13:01 +0800 |
---|---|---|
committer | yunlong ying <ying.yunlong@zte.com.cn> | 2017-09-12 05:25:22 +0000 |
commit | c9fc043571b7a4f3d5a1751d2056d36a480df4e5 (patch) | |
tree | 17c62c6b501a89c9daf9ae43fd4037f417ef4537 /test/csit/tests/vfc/nfvo-driver-svnfm/huawei.robot | |
parent | 01925891c033007b29f7afb1a71a91c61e91b96c (diff) |
Add svnfm zte-vmanager-driver csit
Change-Id: I6933d13dd9a1794715150562c1e6f0ba393041c4
Issue-ID: VFC-333
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'test/csit/tests/vfc/nfvo-driver-svnfm/huawei.robot')
-rw-r--r-- | test/csit/tests/vfc/nfvo-driver-svnfm/huawei.robot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/nfvo-driver-svnfm/huawei.robot b/test/csit/tests/vfc/nfvo-driver-svnfm/huawei.robot new file mode 100644 index 000000000..3277e7782 --- /dev/null +++ b/test/csit/tests/vfc/nfvo-driver-svnfm/huawei.robot @@ -0,0 +1,16 @@ +*** settings *** +Library Collections +Library RequestsLibrary +Library simplejson +Library OperatingSystem +Library json +Library HttpLibrary.HTTP + +*** Variables *** +@{return_ok_list}= 200 201 202 +${queryswagger_url} /api/hwvnfm/v1/swagger.json + +*** Test Cases *** +SwaggerFuncTest + [Documentation] query swagger info rest test + Should Be Equal 2.0 2.0 |