Support both empty data formats 15/106615/1 pre-potassium
authorSangwook Ha <sangwook.ha@verizon.com>
Thu, 22 Jun 2023 08:44:26 +0000 (01:44 -0700)
committerSangwook Ha <sangwook.ha@verizon.com>
Thu, 22 Jun 2023 08:45:24 +0000 (01:45 -0700)
commitff1bb51a8a14f89ceefd91c6fc535a4bce78e0de
tree5c9f0c52c6100d0b046e9454ecad322e210495ab
parent3e5edace5526f9876023937f2be30c8eb91e4de4
Support both empty data formats

Depending on the active XML library the output of empty NETCONF data
can be either

<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"/>

or

<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"></data>

Support both options to make the test results more stable.

Change-Id: I65fe5c428a4d8da14ddc6bce2f411e02692c2659
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
csit/suites/netconf/CRUD-ACTION/CRUD-ACTION.robot
csit/suites/netconf/CRUD/CRUD-RPC.robot
csit/suites/netconf/CRUD/CRUD.robot