From d4fd566ea483b58eb0e138423b6f926b30fa5973 Mon Sep 17 00:00:00 2001 From: fengyuanxing Date: Thu, 7 Sep 2017 13:15:42 +0800 Subject: [PATCH] Add test case robot Change-Id: Ie747c8adcda70b6588c5b3d7467f9562d1599c78 Issue-Id: INT-179 Signed-off-by: fengyuanxing --- test/csit/tests/vfc/nfvo-catalog/test.robot | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/csit/tests/vfc/nfvo-catalog/test.robot 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 -- 2.16.6