aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_service_resource.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_service_resource.py')
-rw-r--r--tests/test_service_resource.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_service_resource.py b/tests/test_service_resource.py
index f664676..5a18f54 100644
--- a/tests/test_service_resource.py
+++ b/tests/test_service_resource.py
@@ -6,6 +6,14 @@ from onap_data_provider.resources.service_resource import ServiceResource
SERVICE_RESOURCE_DATA = {
"name": "test",
+ "inputs": [
+ {"name": "itest", "type": "string", "value": "itest"},
+ {"name": "itest1", "type": "boolean"},
+ ],
+ "properties": [
+ {"name": "test", "type": "string", "value": "test"},
+ {"name": "test1", "type": "boolean"},
+ ],
}