From 65029c3dfc0f876284489009a01252e1088eac03 Mon Sep 17 00:00:00 2001 From: sheetalm Date: Tue, 20 Mar 2018 12:25:00 +0530 Subject: Activity Spec Service - Flow Test Change in URL and correct steps Fixed review comments Flow tests for Activity Spec Currently the tests are commented since Activity Spec is not build and deployed as of now as part of onboarding Change-Id: I6d509ccfa88619f2d9574932f0315a3459a6e0b7 Issue-ID: SDC-1048 Signed-off-by: sheetalm --- openecomp-bdd/resources/json/createActivitySpec.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 openecomp-bdd/resources/json/createActivitySpec.json (limited to 'openecomp-bdd/resources') diff --git a/openecomp-bdd/resources/json/createActivitySpec.json b/openecomp-bdd/resources/json/createActivitySpec.json new file mode 100644 index 0000000000..8d5fc16f72 --- /dev/null +++ b/openecomp-bdd/resources/json/createActivitySpec.json @@ -0,0 +1,17 @@ +{ + "name": "RANDOM", + "description": "Start Server", + "categoryList": [ + "Server" + ], + "inputParameters": [{ + "name": "host", + "type": "string", + "value": "10.1.2.3" + }], + "outputParameters": [{ + "name": "status", + "type": "string", + "value": "started" + }] +} \ No newline at end of file -- cgit 1.2.3-korg