summaryrefslogtreecommitdiffstats
path: root/sli/provider/src/test/resources/clearSingleArrayValues.xml
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <ks6305@att.com>2018-05-03 18:38:16 +0000
committerKevin Smokowski <ks6305@att.com>2018-05-03 18:46:52 +0000
commit979b646bec328670a9ef4c9f24ebd5a4e0ae3987 (patch)
treec2f9b7e52d2861a7ba383a21359eb409c82b1541 /sli/provider/src/test/resources/clearSingleArrayValues.xml
parent1f66572b9e9622634086922caf73f82c24ab50da (diff)
SetNodeExecutor nulling feature enhancement
Add special handling for clear a single array element or an entire array Change-Id: Ica73e2af32f4a566219e1487504753276bc98aa2 Issue-ID: CCSDK-265 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
Diffstat (limited to 'sli/provider/src/test/resources/clearSingleArrayValues.xml')
-rw-r--r--sli/provider/src/test/resources/clearSingleArrayValues.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/sli/provider/src/test/resources/clearSingleArrayValues.xml b/sli/provider/src/test/resources/clearSingleArrayValues.xml
new file mode 100644
index 00000000..3e4e5d98
--- /dev/null
+++ b/sli/provider/src/test/resources/clearSingleArrayValues.xml
@@ -0,0 +1,18 @@
+<service-logic
+ xmlns='http://www.onap.org/sdnc/svclogic'
+ xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='TEST-DG' version='1.0.0'>
+ <method rpc='test-dg' mode='sync'>
+ <block>
+ <set>
+ <parameter name='si[0].field1' value='1' />
+ <parameter name='si[1].field2' value='2' />
+ <parameter name='si[2].field3' value='3' />
+ <parameter name='search1' value='6' />
+ <parameter name='simonSays' value='KeepMe!' />
+ </set>
+ <set>
+ <parameter name='si[0].' value='' />
+ </set>
+ </block>
+ </method>
+</service-logic> \ No newline at end of file