From e2e2041fccc8beee89a378de2de54f3dce8f056e Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 16 Dec 2020 13:16:47 +0100 Subject: Remove masspnf simulator code It has been moved to it's own repository: https://git.onap.org/integration/simulators/masspnf-simulator/ Change-Id: I54b63243eb9e932cd34373ef33679356542349be Issue-ID: INT-1810 Signed-off-by: Bartek Grzybowski --- .../masspnfsim/pnf-sim-lightweight/netconf/pnf-simulator.yang | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/mocks/masspnfsim/pnf-sim-lightweight/netconf/pnf-simulator.yang (limited to 'test/mocks/masspnfsim/pnf-sim-lightweight/netconf/pnf-simulator.yang') diff --git a/test/mocks/masspnfsim/pnf-sim-lightweight/netconf/pnf-simulator.yang b/test/mocks/masspnfsim/pnf-sim-lightweight/netconf/pnf-simulator.yang deleted file mode 100644 index d7fc2f26e..000000000 --- a/test/mocks/masspnfsim/pnf-sim-lightweight/netconf/pnf-simulator.yang +++ /dev/null @@ -1,9 +0,0 @@ -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