From 6d1e996f0c83ae1247175cd94907191caf4c3978 Mon Sep 17 00:00:00 2001 From: Zhaoxing Date: Tue, 26 Sep 2017 14:00:23 +0800 Subject: Add csit script for vfc-nfvo-wfengine Change-Id: I5aa2c1cfa474f73f8af163e9f3d665a190597b61 Issue-id: VFC-139 Signed-off-by: Zhaoxing --- test/csit/tests/vfc/nfvo-wfengine/workflow.robot | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/csit/tests/vfc/nfvo-wfengine/workflow.robot (limited to 'test/csit/tests') 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 -- cgit 1.2.3-korg