diff options
author | Rahul Tyagi <rahul.tyagi@ericsson.com> | 2019-03-01 03:14:46 +0000 |
---|---|---|
committer | Rahul Tyagi <rahul.tyagi@ericsson.com> | 2019-03-01 03:14:56 +0000 |
commit | b4db7778d204a434604330e6a63a6f2fc8d8f84b (patch) | |
tree | 6787292fcbd742ddab5a5b2533527ac8b0f171be /test/mocks/pnfsimulator/netopeer_tls_cfg/mynetconf.data | |
parent | 8028905644ea2dcf71ab2703c571398a19503c67 (diff) |
INT-885: fix netopeer and update yang model
This commit introdues a better yang model
for testing i.e. mynetconf.yang and data
against it. It also fix a problem for netopeer
at startup.
Issue-ID: INT-885
Change-Id: I1d300221399237e57e1ffd4e3a1d9cb8e1674b44
Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
Diffstat (limited to 'test/mocks/pnfsimulator/netopeer_tls_cfg/mynetconf.data')
-rw-r--r-- | test/mocks/pnfsimulator/netopeer_tls_cfg/mynetconf.data | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/netopeer_tls_cfg/mynetconf.data b/test/mocks/pnfsimulator/netopeer_tls_cfg/mynetconf.data new file mode 100644 index 000000000..63872eef9 --- /dev/null +++ b/test/mocks/pnfsimulator/netopeer_tls_cfg/mynetconf.data @@ -0,0 +1,10 @@ +{ + "mynetconf:netconflist": { + "netconf": [ + { + "netconf-id": 3, + "netconf-param": 3 + } + ] + } +} |