Test: replace namespace with variable

This commit is contained in:
Olof hagsand 2023-11-28 15:04:13 +01:00
parent bbcb4a7b03
commit f3ae28b938
24 changed files with 77 additions and 69 deletions

View file

@ -185,7 +185,7 @@ EOF
# delete x, add y
XML=$(cat <<EOF
<sender-config xmlns="urn:example:example" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" nc:operation="delete">
<sender-config xmlns="urn:example:example" xmlns:nc="${BASENS}" nc:operation="delete">
<name>x</name>
</sender-config>
<sender-config xmlns="urn:example:example">