aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authortragait <rahul.tyagi@est.tech>2020-02-05 17:02:20 +0000
committerRahul Tyagi <rahul.tyagi@est.tech>2020-02-06 15:42:03 +0000
commitcd8b66ce89c095f7dc17f6a58f271a1f0b897362 (patch)
treeab10788a680998992a20d99d2718e55f8131e2e0 /tests
parent6cf91854a31f9562de405d009224b6f20a855936 (diff)
fix for CSIT config-over-netconf 5G-bulkpm
Issue-ID: INT-1430 Issue-ID: INT-1428 Change-Id: Ic38607d9376b9ebb39bc0ebe18b23f5a73cb1b16 Signed-off-by: tragait <rahul.tyagi@est.tech>
Diffstat (limited to 'tests')
-rw-r--r--tests/usecases/config-over-netconf/config_over_netconf.robot4
-rw-r--r--tests/usecases/config-over-netconf/data/mount.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/usecases/config-over-netconf/config_over_netconf.robot b/tests/usecases/config-over-netconf/config_over_netconf.robot
index c6e06596..2ba64007 100644
--- a/tests/usecases/config-over-netconf/config_over_netconf.robot
+++ b/tests/usecases/config-over-netconf/config_over_netconf.robot
@@ -7,8 +7,8 @@ Library String
*** Variables ***
${SDNC_KEYSTORE_CONFIG_PATH} /config/netconf-keystore:keystore
-${SDNC_MOUNT_PATH} /config/network-topology:network-topology/topology/topology-netconf/node/netopeer2
-${PNFSIM_MOUNT_PATH} /config/network-topology:network-topology/topology/topology-netconf/node/netopeer2/yang-ext:mount/mynetconf:netconflist
+${SDNC_MOUNT_PATH} /config/network-topology:network-topology/topology/topology-netconf/node/pnf-simulator
+${PNFSIM_MOUNT_PATH} /config/network-topology:network-topology/topology/topology-netconf/node/pnf-simulator/yang-ext:mount/mynetconf:netconflist
${BP_UPLOAD_URL} /api/v1/execution-service/upload
${BP_PROCESS_URL} /api/v1/execution-service/process
${BP_ARCHIVE_PATH} ${CURDIR}/data/blueprint_archive.zip
diff --git a/tests/usecases/config-over-netconf/data/mount.xml b/tests/usecases/config-over-netconf/data/mount.xml
index 108369bc..22053e8a 100644
--- a/tests/usecases/config-over-netconf/data/mount.xml
+++ b/tests/usecases/config-over-netconf/data/mount.xml
@@ -1,5 +1,5 @@
<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
- <node-id>netopeer2</node-id>
+ <node-id>pnf-simulator</node-id>
<key-based xmlns="urn:opendaylight:netconf-node-topology">
<key-id xmlns="urn:opendaylight:netconf-node-topology">ODL_private_key_0</key-id>
<username xmlns="urn:opendaylight:netconf-node-topology">netconf</username>