diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-11-10 13:10:23 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-11-10 14:20:52 +0530 |
commit | 8d99912e879d6deebd0e60763b679aab43b59274 (patch) | |
tree | 215901b8de8e44011e00cabc92407325322ddb4a /test/csit/tests/so | |
parent | 956d5e125bd00ec7b0eef84013b3c290692f657c (diff) |
Added new CSIT test case for E2E Delete
IssueId: SO-317
Change-Id: I9b7ef86a8f55f9ec2b54a5714d865b513c7b773f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'test/csit/tests/so')
-rw-r--r-- | test/csit/tests/so/sanity-check/sanity_test_so.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/so/sanity-check/sanity_test_so.robot b/test/csit/tests/so/sanity-check/sanity_test_so.robot index 065414569..7d6ddf31c 100644 --- a/test/csit/tests/so/sanity-check/sanity_test_so.robot +++ b/test/csit/tests/so/sanity-check/sanity_test_so.robot @@ -207,4 +207,4 @@ Delete E2EService with invalid input data ${data}= Get Binary File ${CURDIR}${/}data${/}deleteE2eserviceInvalid.json &{headers}= Create Dictionary Authorization=Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA== Content-Type=application/json Accept=application/json ${resp}= Delete Request refrepo /ecomp/mso/infra/e2eServiceInstances/v3/ff305d54-75b4-431b-adb2-eb6b9e5ff000 data=${data} headers=${headers} - Run Keyword If '${resp.status_code}' == '400' or '${resp.status_code}' == '404' or '${resp.status_code}' == '405' log to console \nexecuted with expected result + Run Keyword If '${resp.status_code}' == '400' or '${resp.status_code}' == '404' or '${resp.status_code}' == '405' log to console \nexecuted with expected result
\ No newline at end of file |