diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-13 10:04:43 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-13 14:24:48 +0800 |
commit | fe9b4490994e224509f46ed6ef5570b1d3297e37 (patch) | |
tree | 39950568d9dc9b38ad7446cd91e634032be011e7 /test/csit/tests | |
parent | e81c817e98097aa5a67b1a0edc563e33264d95b2 (diff) |
Add csit cases for ems-driver
comment test cases
Change-Id: I6ed3b8379fd090537c169d6cc2fa14cf6ff122bd
Issue-Id: VFC-345
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit/tests')
-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 |