aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/resources
diff options
context:
space:
mode:
authorsheetalm <sheetal.mudholkar@amdocs.com>2018-03-20 12:25:00 +0530
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-03-28 12:12:29 +0000
commit65029c3dfc0f876284489009a01252e1088eac03 (patch)
treed7692d0bb6bf699e2e47265c349f5bbe70be402f /openecomp-bdd/resources
parentd8cdf450a8e4c7f83b5267228a6f7a38b5ad595d (diff)
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 <sheetal.mudholkar@amdocs.com>
Diffstat (limited to 'openecomp-bdd/resources')
-rw-r--r--openecomp-bdd/resources/json/createActivitySpec.json17
1 files changed, 17 insertions, 0 deletions
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