summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc/nfvo-wfengine/workflow.robot
blob: 82cdaed7d1f017c47b19108fa3f2bb69c04861da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*** Settings ***
Library  Collections
Library  requests

*** Test Cases ***
Deploy BPMN File Test
    [Documentation]            Check if the test bpmn file can be deployed in activiti engine
      Should Be Equal            200       200
UnDeploy BPMN File Test
    [Documentation]            Check if the test bpmn file can be undeployed in activiti engine
      Should Be Equal            404       404

Exectue BPMN File Test
    [Documentation]            Check if the test bpmn file can be exectued in activiti engine
      Should Be Equal            200       200