From 9533924ae4140938123e06692c3e2703edbb0e30 Mon Sep 17 00:00:00 2001 From: Eli Halych Date: Tue, 24 Nov 2020 13:58:58 +0000 Subject: Fixed comment syntax in netconf.env for masspnfsim Details: - Error message: In file pnf-sim-lw-0/config/netconf.env: environment variable name '//to run in simulator' may not contain whitespace. - Beginning of comment lines are changed from // to # Issue-ID: INT-1790 Signed-off-by: Eli Halych Change-Id: I04371f07965a61a524fffe7f8237995b15a81f87 --- test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/mocks/masspnfsim/pnf-sim-lightweight') diff --git a/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env b/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env index ef79365ec..1230cdcf2 100644 --- a/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env +++ b/test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env @@ -1,8 +1,8 @@ -//to run in simulator -//NETCONF_ADDRESS=netopeer +# to run in simulator +# NETCONF_ADDRESS=netopeer -//to run in docker +# to run in docker NETCONF_ADDRESS=localhost NETCONF_PORT=830 -- cgit 1.2.3-korg