aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-13 11:01:41 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-13 11:01:41 +0800
commitf36958a959064cb3f1c8ab47fd28ce9bf2727ca6 (patch)
tree673790aa464abf20e2c75ffcef8f6db9d04a7100 /test/csit/tests/vfc
parent0f689f519dfb8c9b074aca3b34511826ff2d70c5 (diff)
Add vfc-driver-gvnfm jujudriver csit
Change-Id: Ic1a899f4669bf160c3f03316e931633ab31b0193 Issue-ID: VFC-349 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'test/csit/tests/vfc')
-rw-r--r--test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot b/test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot
index 8b1378917..d571ee91f 100644
--- a/test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot
+++ b/test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot
@@ -1 +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} /openoapi/jujuvnfm/v1/swagger.json
+
+*** Test Cases ***
+SwaggerFuncTest
+ [Documentation] query swagger info rest test
+ Should Be Equal 2.0 2.0