Closed christian-monch closed 1 year ago
so it expects interactive input of username and password. My understanding is that this part in the test function is supposed to provide the credentials:
# Set credentials for the realm credman.set(**{ **dataaccess_credential, 'realm': 'http://data.inm-icf.de/Restricted' })
Or is there something I'm missing? [,,,]
That is pretty much it (Protected
instead of Restricted
though) :-) Thanks.
Uhh. The protected realm is called Restricted
on apache and Protected
on the python http-server....
Looks like the test times out when attempting to clone from the published dataset:
so it expects interactive input of username and password. My understanding is that this part in the test function is supposed to provide the credentials:
Or is there something I'm missing?
Good thing is that the dataladification part runs without failure.