diff options
author | Rahul Tyagi <rahul.tyagi@ericsson.com> | 2019-02-22 19:59:54 +0000 |
---|---|---|
committer | Rahul Tyagi <rahul.tyagi@ericsson.com> | 2019-02-25 03:23:17 +0000 |
commit | e7f4e5e64679f1c4c028dcb5c150d3c2f30a4f7c (patch) | |
tree | dee0b4350bfe4b3f5983fd617358b39eac90d1ad /test/mocks/pnfsimulator/netopeer_tls_cfg/building.data | |
parent | fb2929fa11d5ad6679797b1295acdf2cd92db1fd (diff) |
INT-885:Enhancing the PNF-sim for netconf over TLS
This commit add a script and a known_hosts file so that
while starting the netopeer2 it readily start listening at
6513 port for tls.
This commit also adds a yang data model for testing of
usecases developed under Netconf over tls usecase.
Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
Issue-ID: INT-885
Change-Id: I26b059c293f0684f475f51618d905e10a9efe391
Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
Diffstat (limited to 'test/mocks/pnfsimulator/netopeer_tls_cfg/building.data')
-rw-r--r-- | test/mocks/pnfsimulator/netopeer_tls_cfg/building.data | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/netopeer_tls_cfg/building.data b/test/mocks/pnfsimulator/netopeer_tls_cfg/building.data new file mode 100644 index 000000000..42e811b2c --- /dev/null +++ b/test/mocks/pnfsimulator/netopeer_tls_cfg/building.data @@ -0,0 +1,10 @@ +{ + "building:rooms": { + "room": [ + { + "room-number": 3, + "size": 3 + } + ] + } +} |