diff options
author | luxin <luxin7@huawei.com> | 2017-09-07 11:16:03 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2017-09-07 11:16:03 +0800 |
commit | 83d7b60ac128125b9ece658dc32b590b041086ea (patch) | |
tree | 93ef91ca8b07454c07d314e8a571f6f330aec365 /test/csit/tests/vfc | |
parent | f3b5ee3e06de6bf58f7d144b6e67feeb1c0f3666 (diff) |
Add vfc-resmgr CSIT test
Change-Id: I48546760cbcb6950bbcc349a14f13240571711fd
Issue-Id:VFC-304
Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'test/csit/tests/vfc')
-rw-r--r-- | test/csit/tests/vfc/nfvo-resmanagement/test.robot | 16 |
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 |