diff options
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, 10 insertions, 0 deletions
diff --git a/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env b/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env new file mode 100644 index 000000000..ef79365ec --- /dev/null +++ b/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env @@ -0,0 +1,10 @@ + +//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 |