aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests')
-rw-r--r--test/csit/tests/vfc/nfvo-wfengine/workflow.robot15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/nfvo-wfengine/workflow.robot b/test/csit/tests/vfc/nfvo-wfengine/workflow.robot
new file mode 100644
index 000000000..82cdaed7d
--- /dev/null
+++ b/test/csit/tests/vfc/nfvo-wfengine/workflow.robot
@@ -0,0 +1,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 \ No newline at end of file