diff options
author | Fu Jinhua <fu.jinhua@zte.com.cn> | 2017-09-28 05:10:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-28 05:10:54 +0000 |
commit | bbe96dbc1ec878021475b1e3b7714b777cff4b79 (patch) | |
tree | 7c2cce58dfc35b840a801eee2870b137fa615a78 /test/csit/tests | |
parent | 168b0021eddddef8e8d938fcb166993798f7d8f7 (diff) | |
parent | 6d1e996f0c83ae1247175cd94907191caf4c3978 (diff) |
Merge "Add csit script for vfc-nfvo-wfengine"
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/vfc/nfvo-wfengine/workflow.robot | 15 |
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 |