aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc
diff options
context:
space:
mode:
authorluxin <luxin7@huawei.com>2017-09-09 15:08:52 +0800
committerluxin <luxin7@huawei.com>2017-09-09 15:08:52 +0800
commitd02475934411bfc2c4e23c40093cb2ee1d819e31 (patch)
treeb938e8e4c96c29365b3e9fd4bbe2d9112164b7c1 /test/csit/tests/vfc
parent328996fc52eee471498f8edd21b074c8ed241602 (diff)
Add vfc-svnfm-huawei CSIT test
Change-Id: I45509cf51d0de6f71ddc5ae40c5dd1fde7665212 Issue-Id:VFC-304 Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'test/csit/tests/vfc')
-rw-r--r--test/csit/tests/vfc/svnfm-huawei/test.robot16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/svnfm-huawei/test.robot b/test/csit/tests/vfc/svnfm-huawei/test.robot
new file mode 100644
index 000000000..3277e7782
--- /dev/null
+++ b/test/csit/tests/vfc/svnfm-huawei/test.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