From cc01b3ae0b06fb12cb5a6fed672d50ca433598f5 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 16 Jun 2020 16:39:44 +0200 Subject: Support setting custom username/password for the file server service Change-Id: I21964c4b8819444dd0aebdda117a11ba96f92038 Issue-ID: INT-1627 Signed-off-by: Bartek Grzybowski --- test/mocks/mass-pnf-sim/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/mocks/mass-pnf-sim/conftest.py') diff --git a/test/mocks/mass-pnf-sim/conftest.py b/test/mocks/mass-pnf-sim/conftest.py index 066581040..e6ee05667 100644 --- a/test/mocks/mass-pnf-sim/conftest.py +++ b/test/mocks/mass-pnf-sim/conftest.py @@ -12,7 +12,8 @@ def args_bootstrap(parser): return parser.parse_args(['bootstrap', '--count', str(SIM_INSTANCES), '--urlves', URLVES, '--ipfileserver', IPFILESERVER, '--typefileserver', TYPEFILESERVER, '--ipstart', - IPSTART]) + IPSTART, '--user', FILESERVER_USER, '--password', + FILESERVER_PASSWORD]) @pytest.fixture(scope="module") def args_start(parser): -- cgit 1.2.3-korg