diff options
author | 2022-02-14 08:38:56 +0000 | |
---|---|---|
committer | 2022-02-14 08:38:56 +0000 | |
commit | eaef84ed9d8dadadbe462d0d065c9bc802e84a74 (patch) | |
tree | 19bf29db740e6b6f0a76ee37501519a78957785a /csit/tests/ncmp-passthrough/ncmp-passthrough.robot | |
parent | 8cbd81accc20e0642de04694e12aadb19a82e900 (diff) | |
parent | 02a89e4739beb90b57da45661fe1c738929694d7 (diff) |
Merge "Upgrade SDN-C"
Diffstat (limited to 'csit/tests/ncmp-passthrough/ncmp-passthrough.robot')
-rw-r--r-- | csit/tests/ncmp-passthrough/ncmp-passthrough.robot | 4 |
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 1d977b9d92..32d9604e50 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()} |