← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1577758] Re: fix wrong key name in test code

 

Reviewed:  https://review.openstack.org/312051
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=91bef29e1696d9c88ff1becff1f4d25abfbac5db
Submitter: Jenkins
Branch:    master

commit 91bef29e1696d9c88ff1becff1f4d25abfbac5db
Author: Peng Li <flyd1005@xxxxxxxxxxx>
Date:   Tue May 3 20:43:35 2016 +0800

    fix wrong key name in test code
    
    test_default_root_device_name() in
    nova/tests/unit/virt/libvirt/test_driver.py,
    'detination_type' should be 'destination_type'.
    
    Change-Id: Iba73e582d36fa16f563a8e806073a06f857e1078
    Closes-Bug: #1577758


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1577758

Title:
  fix wrong key name in test code

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  nova/tests/unit/virt/libvirt/test_driver.py, Line 12611
  	root_bdm = {'source_type': 'image',
                      'detination_type': 'volume',
                      'image_id': 'fake_id'}
  'detination_type' should be 'destination_type', it will run fail when testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1577758/+subscriptions


References