diff options
Diffstat (limited to 'onap-client/onap_client/tests/test-spec.json')
-rw-r--r-- | onap-client/onap_client/tests/test-spec.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/onap-client/onap_client/tests/test-spec.json b/onap-client/onap_client/tests/test-spec.json new file mode 100644 index 0000000..b2fa428 --- /dev/null +++ b/onap-client/onap_client/tests/test-spec.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "test1": "test1value" + }, + "spec": [ + { + "type": "TEST_RESOURCE", + "resource_spec": { + "test1": "{{test1}}", + "test2": [ + { + "test2_nested": "test2nested", + "test2_nesteddict": { + "abc": "123" + } + } + ] + } + } + ] +}
\ No newline at end of file |