Add test case robot 01/10701/2
authorfengyuanxing <feng.yuanxing@zte.com.cn>
Thu, 7 Sep 2017 05:15:42 +0000 (13:15 +0800)
committerfengyuanxing <feng.yuanxing@zte.com.cn>
Thu, 7 Sep 2017 05:19:10 +0000 (13:19 +0800)
Change-Id: Ie747c8adcda70b6588c5b3d7467f9562d1599c78
Issue-Id: INT-179
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
test/csit/tests/vfc/nfvo-catalog/test.robot [new file with mode: 0644]

diff --git a/test/csit/tests/vfc/nfvo-catalog/test.robot b/test/csit/tests/vfc/nfvo-catalog/test.robot
new file mode 100644 (file)
index 0000000..438f722
--- /dev/null
@@ -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