aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc
diff options
context:
space:
mode:
authorFu Jinhua <fu.jinhua@zte.com.cn>2017-09-07 04:08:04 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-07 04:08:04 +0000
commit0123ee7784c9581ad5583359a67ac0fcc037270f (patch)
tree99d0d0247cb9a950a27247ae54ddbe45f3125346 /test/csit/tests/vfc
parent2d911c6775e2bcfa7f297370bab3c686d1d47227 (diff)
parent83d7b60ac128125b9ece658dc32b590b041086ea (diff)
Merge "Add vfc-resmgr CSIT test"
Diffstat (limited to 'test/csit/tests/vfc')
-rw-r--r--test/csit/tests/vfc/nfvo-resmanagement/test.robot16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/nfvo-resmanagement/test.robot b/test/csit/tests/vfc/nfvo-resmanagement/test.robot
new file mode 100644
index 000000000..996cf5845
--- /dev/null
+++ b/test/csit/tests/vfc/nfvo-resmanagement/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/resmgr/v1/swagger.json
+
+*** Test Cases ***
+SwaggerFuncTest
+ [Documentation] query swagger info rest test
+ Should Be Equal 2.0 2.0