diff options
author | RehanRaza <muhammad.rehan.raza@est.tech> | 2019-05-03 14:28:39 +0000 |
---|---|---|
committer | RehanRaza <muhammad.rehan.raza@est.tech> | 2019-05-03 14:28:39 +0000 |
commit | 4b50bdd791fdfcb62ec24317ab6b9a907b3a1b9d (patch) | |
tree | 777ef0fc28f423107a2f6860beb7a886a82bf9fc /test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.yml | |
parent | 3783f88709ce31c05c7a32572ee398aa9fe5e961 (diff) |
Pass typefileserver as parameter in mass-pnf-sim
Change-Id: I1168a5f10cce9b7d17324504a57d90dd9ee7790d
Issue-ID: DCAEGEN2-1434
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
Diffstat (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.yml')
-rw-r--r-- | test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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 ... |