From 114c21c9ff09fd80851e8419b575ea75f5e0a206 Mon Sep 17 00:00:00 2001 From: TamasBakai Date: Tue, 19 Mar 2019 09:56:28 +0000 Subject: ROP file processing in mass-pnf-simulator Change-Id: I66203ff66e9d91865f8eee06bef01e55bcd6c39c Issue-ID: DCAEGEN2-1225 Signed-off-by: TamasBakai --- .../pnf-sim-lightweight/netconf/pnf-simulator.data.xml | 4 ++++ .../mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.yang | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.data.xml create mode 100644 test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.yang (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.data.xml b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.data.xml new file mode 100644 index 000000000..9d648bba7 --- /dev/null +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.data.xml @@ -0,0 +1,4 @@ + + 42 + 35 + diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.yang b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.yang new file mode 100644 index 000000000..d7fc2f26e --- /dev/null +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.yang @@ -0,0 +1,9 @@ +module pnf-simulator { + namespace "http://nokia.com/pnf-simulator"; + prefix config; + container config { + config true; + leaf itemValue1 {type uint32;} + leaf itemValue2 {type uint32;} + } +} -- cgit 1.2.3-korg