summaryrefslogtreecommitdiffstats
path: root/csit/tests
diff options
context:
space:
mode:
authoremaclee <lee.anjella.macabuhay@est.tech>2022-02-03 15:45:26 +0000
committeremaclee <lee.anjella.macabuhay@est.tech>2022-02-11 11:56:15 +0000
commit02a89e4739beb90b57da45661fe1c738929694d7 (patch)
tree75599a60201fde97873be86e69e8d8379fdd4411 /csit/tests
parentc70300200de2ccc2a8db8a5a905c46c73c50de75 (diff)
Upgrade SDN-C
Issue-ID: CPS-802 Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech> Change-Id: I29604d4e57160c346b5a2a8ce30bda816eae2ecb Signed-off-by: JosephKeenan <joseph.keenan@est.tech> Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Diffstat (limited to 'csit/tests')
-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()}