diff options
author | fengyuanxing <feng.yuanxing@zte.com.cn> | 2017-09-07 13:15:42 +0800 |
---|---|---|
committer | fengyuanxing <feng.yuanxing@zte.com.cn> | 2017-09-07 13:19:10 +0800 |
commit | d4fd566ea483b58eb0e138423b6f926b30fa5973 (patch) | |
tree | 68069f47fd8b088ed0df4f5af7bc1f5a65124dfe /test/csit/tests/vfc/nfvo-catalog | |
parent | 5c939df1fa170340786c012bd5a9770e812f8536 (diff) |
Add test case robot
Change-Id: Ie747c8adcda70b6588c5b3d7467f9562d1599c78
Issue-Id: INT-179
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
Diffstat (limited to 'test/csit/tests/vfc/nfvo-catalog')
-rw-r--r-- | test/csit/tests/vfc/nfvo-catalog/test.robot | 14 |
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 |