diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-27 19:35:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-27 19:35:32 +0000 |
commit | eebf842d5688d8743f67b17a3f589e148a013def (patch) | |
tree | f56cd0a18653dad6cb497cdb7fd80840c6e9df6f /test/csit/tests | |
parent | 170189c3429dcf4022969a0395ebd25bff7faf4a (diff) | |
parent | 67054db950c18569d5f10e463b4f96b8d2cc3079 (diff) |
Merge "Modify CSIT for vfc-resmanagement"
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/vfc/nfvo-resmanagement/test.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/csit/tests/vfc/nfvo-resmanagement/test.robot b/test/csit/tests/vfc/nfvo-resmanagement/test.robot index 526fb304e..2f2475535 100644 --- a/test/csit/tests/vfc/nfvo-resmanagement/test.robot +++ b/test/csit/tests/vfc/nfvo-resmanagement/test.robot @@ -1,4 +1,5 @@ *** settings *** +Resource ../../common.robot Library Collections Library RequestsLibrary Library simplejson @@ -20,4 +21,4 @@ SwaggerFuncTest List Should Contain Value ${return_ok_list} ${responese_code} ${response_json} json.loads ${resp.content} ${swagger_version}= Convert To String ${response_json['swagger']} - Should Be Equal ${swagger_version} 2.0 + Should Be Equal ${swagger_version} 2.0
\ No newline at end of file |