fix Parameter spelling error in unit test

Change-Id: I3e540a026d8b885908ae4415cfbe026afa452f7f
This commit is contained in:
wangqi 2018-02-28 08:22:08 +00:00
parent c718a4fb2a
commit 5f5d555561
1 changed files with 1 additions and 1 deletions

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')