summaryrefslogtreecommitdiffstats
path: root/csit/tests/ncmp-passthrough/ncmp-passthrough.robot
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-02-14 08:38:56 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-14 08:38:56 +0000
commiteaef84ed9d8dadadbe462d0d065c9bc802e84a74 (patch)
tree19bf29db740e6b6f0a76ee37501519a78957785a /csit/tests/ncmp-passthrough/ncmp-passthrough.robot
parent8cbd81accc20e0642de04694e12aadb19a82e900 (diff)
parent02a89e4739beb90b57da45661fe1c738929694d7 (diff)
Merge "Upgrade SDN-C"
Diffstat (limited to 'csit/tests/ncmp-passthrough/ncmp-passthrough.robot')
-rw-r--r--csit/tests/ncmp-passthrough/ncmp-passthrough.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/tests/ncmp-passthrough/ncmp-passthrough.robot b/csit/tests/ncmp-passthrough/ncmp-passthrough.robot
index 1d977b9d9..32d9604e5 100644
--- a/csit/tests/ncmp-passthrough/ncmp-passthrough.robot
+++ b/csit/tests/ncmp-passthrough/ncmp-passthrough.robot
@@ -36,8 +36,8 @@ ${netconf} NETCONF
*** Test Cases ***
-Get for Passthough Operational (CF, RO) with fields
- ${uri}= Set Variable ${ncmpBasePath}/v1/ch/PNFDemo/data/ds/ncmp-datastore:passthrough-operational?resourceIdentifier=ietf-netconf-monitoring:netconf-state&options=(fields=schemas/schema/location)
+Get for Passthrough Operational (CF, RO) with fields
+ ${uri}= Set Variable ${ncmpBasePath}/v1/ch/PNFDemo/data/ds/ncmp-datastore:passthrough-operational?resourceIdentifier=ietf-netconf-monitoring:netconf-state&options=(fields=schemas/schema)
${headers}= Create Dictionary Authorization=${auth}
${response}= Get On Session CPS_URL ${uri} headers=${headers} expected_status=200
${responseJson}= Set Variable ${response.json()}