diff options
author | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-09-26 14:00:23 +0800 |
---|---|---|
committer | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-09-28 12:56:38 +0800 |
commit | 6d1e996f0c83ae1247175cd94907191caf4c3978 (patch) | |
tree | 74cc69a90629482e4adf9b446381f1876f874b68 /test/csit/tests/vfc/nfvo-wfengine/workflow.robot | |
parent | 59f81681d9888fa512c5e4b8f0497f2f6e01582f (diff) |
Add csit script for vfc-nfvo-wfengine
Change-Id: I5aa2c1cfa474f73f8af163e9f3d665a190597b61
Issue-id: VFC-139
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
Diffstat (limited to 'test/csit/tests/vfc/nfvo-wfengine/workflow.robot')
-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 |