1417
1417
def test_set_credentials(self):
1418
1418
conf = config.AuthenticationConfig()
1419
conf.set_credentials('name', 'host', 'user', 'password', 'scheme',
1419
conf.set_credentials('name', 'host', 'user', 'scheme', 'password',
1420
1420
99, path='/foo', verify_certificates=False)
1421
1421
credentials = conf.get_credentials(host='host', scheme='scheme',