aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/mass-pnf-sim/conftest.py')
-rw-r--r--test/mocks/mass-pnf-sim/conftest.py3
1 files changed, 2 insertions, 1 deletions
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):