diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2019-10-15 14:15:46 +0100 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2019-10-15 14:38:21 +0100 |
commit | 297bacd11441130e2f08636c415c561e2f59d607 (patch) | |
tree | a5e2ea6ad73f87e1833fb45a2f3947777d6c06c9 /src/test/resources | |
parent | ab38dd33bc35ae61fc40d5c4a090a21cb214078c (diff) |
Add support for object characteristic type in Service Order
Change-Id: I36d30f8f4e38400d594215fce2a54a3beea77f2c
Issue-ID: EXTAPI-294
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/karatetest/features/00--ServiceCatalog.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/karatetest/features/00--ServiceCatalog.feature b/src/test/resources/karatetest/features/00--ServiceCatalog.feature index 728d3c8..25f15df 100644 --- a/src/test/resources/karatetest/features/00--ServiceCatalog.feature +++ b/src/test/resources/karatetest/features/00--ServiceCatalog.feature @@ -42,12 +42,12 @@ And match $.serviceSpecCharacteristic contains { name : 'vFW_ServiceCharacteristics', description : 'This object describes all the inputs needed from the client to interact with the vFW Service Topology', - valueType : 'Object', + valueType : 'object', @type : 'ONAPServiceCharacteristic', @schemaLocation : 'null', serviceSpecCharacteristicValue : { - valueType : 'Object', + valueType : 'object', @schemaLocation : '/serviceSpecification/462f84e5-f0e5-44c5-ab95-38fb4bf77064/specificationInputSchema', @type : 'vFW_ServiceCharacteristic', } |