aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEli Halych <illia.halych@t-mobile.pl>2020-11-24 13:58:58 +0000
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-11-25 08:07:51 +0000
commit9533924ae4140938123e06692c3e2703edbb0e30 (patch)
treecdaa1a99c2143e5b73276477524760e58b01c9bf /test
parent12264303da4265ba0a9f82c66991668d993ca342 (diff)
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 <illia.halych@t-mobile.pl> Change-Id: I04371f07965a61a524fffe7f8237995b15a81f87
Diffstat (limited to 'test')
-rw-r--r--test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env6
1 files changed, 3 insertions, 3 deletions
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