aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc/nfvo-catalog/test.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/vfc/nfvo-catalog/test.robot')
-rw-r--r--test/csit/tests/vfc/nfvo-catalog/test.robot14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/nfvo-catalog/test.robot b/test/csit/tests/vfc/nfvo-catalog/test.robot
new file mode 100644
index 000000000..438f722e4
--- /dev/null
+++ b/test/csit/tests/vfc/nfvo-catalog/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/catalog/v1/swagger.json
+
+*** Test Cases ***
+CatalogSwaggerTest
+ [Documentation] query nslcm swagger info rest test
+ Should Be Equal 2.0 2.0