aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sdnc/sdnc_netconf_tls_post_deploy/data/mount.xml
diff options
context:
space:
mode:
authorRahul Yadav <rahul4talk@gmail.com>2019-03-29 16:34:32 +0000
committerRahul Tyagi <rahul.tyagi@ericsson.com>2019-04-04 15:02:12 +0000
commit1f080ab55640d6cd754b83822cdd9793a68976e2 (patch)
treef000c7946f927de4a3c422459e30851abf6aa44d /tests/sdnc/sdnc_netconf_tls_post_deploy/data/mount.xml
parent0937239c445e93e7ceabd27bcef313e0acfcd59b (diff)
CSIT for SDNC Netconf Configuration
This commit have 2 csits for sdnc 1. Checking keystore after SDNC installation 2. Checking PNF mount after SDNC installation Change-Id: I69782b3bc426dac02c691392ae679aeedcf81ee3 Signed-off-by: Rahul Yadav <rahul4talk@gmail.com> Issue-ID: SDNC-660
Diffstat (limited to 'tests/sdnc/sdnc_netconf_tls_post_deploy/data/mount.xml')
-rw-r--r--tests/sdnc/sdnc_netconf_tls_post_deploy/data/mount.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/sdnc/sdnc_netconf_tls_post_deploy/data/mount.xml b/tests/sdnc/sdnc_netconf_tls_post_deploy/data/mount.xml
new file mode 100644
index 00000000..108369bc
--- /dev/null
+++ b/tests/sdnc/sdnc_netconf_tls_post_deploy/data/mount.xml
@@ -0,0 +1,14 @@
+<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
+ <node-id>netopeer2</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>
+ </key-based>
+ <host xmlns="urn:opendaylight:netconf-node-topology">pnfaddr</host>
+ <port xmlns="urn:opendaylight:netconf-node-topology">6513</port>
+ <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
+ <protocol xmlns="urn:opendaylight:netconf-node-topology">
+ <name xmlns="urn:opendaylight:netconf-node-topology">TLS</name>
+ </protocol>
+ <max-connection-attempts xmlns="urn:opendaylight:netconf-node-topology">2</max-connection-attempts>
+</node>