From: Eli Halych Date: Tue, 24 Nov 2020 13:58:58 +0000 (+0000) Subject: Fixed comment syntax in netconf.env for masspnfsim X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9533924ae4140938123e06692c3e2703edbb0e30;p=integration.git 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 --- 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