Fix delimiter string for xml-download CDT action 57/50457/3
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 5 Jun 2018 20:40:13 +0000 (16:40 -0400)
committerPatrick Brady <pb071s@att.com>
Thu, 7 Jun 2018 18:12:09 +0000 (18:12 +0000)
commitaa40d7357b5445de9aac67bc8beee1a3a6361bb2
tree9e95c15477e98aa6e827d0e8470ce9848138f8af
parent07949a86e70e61771a0cac4dc2dc60fa1281f253
Fix delimiter string for xml-download CDT action

The ssh session is waiting until the </nc:rpc-reply> delimiter is received,
but the last item to be sent in the pipe by the device is the trailing
]]>]]> as specified in the command (whether commitCmd or loadConfigurationString).

Change-Id: I3a7c5df3f06eb648a0551d7767f90acef533c5ee
Issue-ID: APPC-973
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/ConfigComponentAdaptor.java