Merge "fix Parameter spelling error in unit test"

This commit is contained in:
Zuul 2018-02-28 14:19:02 +00:00 committed by Gerrit Code Review
commit 2a81af0b7f

View File

@ -31,7 +31,7 @@ class DvsUtilsTestCase(base.BaseTestCase):
group='dvs')
cfg.CONF.set_override('host_username', 'fake_host_user_name',
group='dvs')
cfg.CONF.set_override('host_password', 'fake_host_pasword',
cfg.CONF.set_override('host_password', 'fake_host_password',
group='dvs')
cfg.CONF.set_override('dvs_name', 'fake_dvs', group='dvs')
cfg.CONF.set_override('host_port', '443', group='dvs')