diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-09-26 09:47:16 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-09-26 09:47:16 +0800 |
commit | 336c21a4512c6bc2628d0b131ac1ef466cf6174c (patch) | |
tree | 8f14b02f0ec121d666d0ea264bd8cd30da194614 /test | |
parent | b4c9fdb2aca5d283e16354c488460252c68c7d67 (diff) |
Add csit cases for activiti workflow
Change-Id: I1b6accdd6328d8fd2ea93b2956498ba4346725a8
Issue-ID: INT-670
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test')
-rw-r--r-- | test/csit/tests/vfc/nfvo-wfengine/workflow.robot | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/csit/tests/vfc/nfvo-wfengine/workflow.robot b/test/csit/tests/vfc/nfvo-wfengine/workflow.robot index 8039ae177..71197304b 100644 --- a/test/csit/tests/vfc/nfvo-wfengine/workflow.robot +++ b/test/csit/tests/vfc/nfvo-wfengine/workflow.robot @@ -80,17 +80,17 @@ UnDeploy BPMN File Testt On MgrService ${resp}= Delete Request web_session /api/workflow/v1/package/${deployedId} Should Be Equal ${resp.status_code} ${200} -# Deploy BPMN File Test On MSB -# [Documentation] Check if the test bpmn file can be deployed in activiti engine -# ${auth}= Create List kermit kermit -# ${headers}= Create Dictionary Accept=application/json -# Create Session web_session http://${MSB_IP}:${MSB_PORT} headers=${headers} auth=${auth} -# ${files}= evaluate {"file":open('${bmpfilepath}','rb')} -# ${resp}= Post Request web_session api/workflow/v1/package files=${files} -# Should Be Equal ${resp.status_code} ${200} -# Log ${resp.json()} -# ${deployedId}= Set Variable ${resp.json()["deployedId"]} -# Set Global Variable ${deployedId} +Deploy BPMN File Test On MSB + [Documentation] Check if the test bpmn file can be deployed in activiti engine + ${auth}= Create List kermit kermit + ${headers}= Create Dictionary Accept=application/json + Create Session web_session http://${MSB_IP}:${MSB_PORT} headers=${headers} auth=${auth} + ${files}= evaluate {"file":open('${bmpfilepath}','rb')} + ${resp}= Post Request web_session api/workflow/v1/package files=${files} + Should Be Equal ${resp.status_code} ${200} + Log ${resp.json()} + ${deployedId}= Set Variable ${resp.json()["deployedId"]} + Set Global Variable ${deployedId} # Exectue BPMN File Testt On MSB # [Documentation] Check if the test bpmn file can be exectued in MSB |