Add csit cases for activiti workflow 15/69015/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 26 Sep 2018 01:47:16 +0000 (09:47 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 26 Sep 2018 01:47:16 +0000 (09:47 +0800)
Change-Id: I1b6accdd6328d8fd2ea93b2956498ba4346725a8
Issue-ID: INT-670
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
test/csit/tests/vfc/nfvo-wfengine/workflow.robot

index 8039ae1..7119730 100644 (file)
@@ -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