diff options
author | Fu Jinhua <fu.jinhua@zte.com.cn> | 2017-09-13 06:32:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-13 06:32:52 +0000 |
commit | d7c7fc44f9e67ca086733f152b1836e7e6347714 (patch) | |
tree | c743825137b39164261b89e59a4e1744f9ab9d0d /test/csit/tests/vfc | |
parent | 0c721aa307358db2f6ad3f0d3f2c8adfc4b4d372 (diff) | |
parent | fe9b4490994e224509f46ed6ef5570b1d3297e37 (diff) |
Merge "Add csit cases for ems-driver"
Diffstat (limited to 'test/csit/tests/vfc')
-rw-r--r-- | test/csit/tests/vfc/nfvo-driver-ems/test.robot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/nfvo-driver-ems/test.robot b/test/csit/tests/vfc/nfvo-driver-ems/test.robot new file mode 100644 index 000000000..a35a54288 --- /dev/null +++ b/test/csit/tests/vfc/nfvo-driver-ems/test.robot @@ -0,0 +1,15 @@ +*** settings *** +Library Collections +Library RequestsLibrary +Library OperatingSystem +Library json + +*** Variables *** +@{return_ok_list}= 200 201 202 +${queryswagger_url} /api/emsdriver/v1/swagger + +*** Test Cases *** +EMSDriverSwaggerTest + [Documentation] query swagger info of emsdriver + ${headers} Create Dictionary Content-Type=application/json Accept=application/json + Should Be Equal 2.0 2.0 |