diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-12-16 13:16:47 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-12-16 13:20:34 +0100 |
commit | e2e2041fccc8beee89a378de2de54f3dce8f056e (patch) | |
tree | be72d882fc8d6c572503469dcb2181051abff6a6 /test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env | |
parent | c1049d85e04edc89859dfae21c089e36d941f3b3 (diff) |
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 <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env')
-rw-r--r-- | test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env b/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env deleted file mode 100644 index 1230cdcf2..000000000 --- a/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env +++ /dev/null @@ -1,10 +0,0 @@ - -# to run in simulator -# NETCONF_ADDRESS=netopeer - -# to run in docker -NETCONF_ADDRESS=localhost - -NETCONF_PORT=830 -NETCONF_MODEL=pnf-simulator -NETCONF_MAIN_CONTAINER=config |