diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-11 17:31:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-11 17:31:50 +0000 |
commit | 24f96274000828229ccde75aa520e534c48d2480 (patch) | |
tree | 036d8aba1ef565cc482d07c56b1a412fff9fabd8 /test/csit/tests | |
parent | 5b7a0e8cb857a54b98055ec7f1446f1d5c15e5d1 (diff) | |
parent | d02475934411bfc2c4e23c40093cb2ee1d819e31 (diff) |
Merge "Add vfc-svnfm-huawei CSIT test"
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/vfc/svnfm-huawei/test.robot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/svnfm-huawei/test.robot b/test/csit/tests/vfc/svnfm-huawei/test.robot new file mode 100644 index 000000000..3277e7782 --- /dev/null +++ b/test/csit/tests/vfc/svnfm-huawei/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/hwvnfm/v1/swagger.json + +*** Test Cases *** +SwaggerFuncTest + [Documentation] query swagger info rest test + Should Be Equal 2.0 2.0 |