From 4b50bdd791fdfcb62ec24317ab6b9a907b3a1b9d Mon Sep 17 00:00:00 2001 From: RehanRaza Date: Fri, 3 May 2019 14:28:39 +0000 Subject: Pass typefileserver as parameter in mass-pnf-sim Change-Id: I1168a5f10cce9b7d17324504a57d90dd9ee7790d Issue-ID: DCAEGEN2-1434 Signed-off-by: RehanRaza --- test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/config') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.yml b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.yml index 06c832099..f21329eff 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.yml +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.yml @@ -4,6 +4,5 @@ urlftps: ftps://onap:pano@10.11.0.67 urlsftp: sftp://onap:pano@10.11.0.68 #when run in simulator, it does not have own IP ippnfsim: localhost -defaultfileserver: sftp -#defaultfileserver: ftps +typefileserver: sftp ... -- cgit 1.2.3-korg