Merge lp://staging/~vishvananda/nova/fix-more-skips into lp://staging/~hudson-openstack/nova/milestone-proposed
Proposed by
Vish Ishaya
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Vish Ishaya | ||||
Approved revision: | 1135 | ||||
Merged at revision: | 1141 | ||||
Proposed branch: | lp://staging/~vishvananda/nova/fix-more-skips | ||||
Merge into: | lp://staging/~hudson-openstack/nova/milestone-proposed | ||||
Diff against target: |
540 lines (+108/-94) 10 files modified
nova/tests/test_quota.py (+1/-2) nova/tests/test_vmwareapi.py (+48/-57) nova/tests/test_xenapi.py (+28/-26) nova/tests/vmwareapi/db_fakes.py (+6/-4) nova/tests/vmwareapi/stubs.py (+7/-0) nova/virt/vmwareapi/fake.py (+10/-0) nova/virt/vmwareapi/network_utils.py (+1/-0) nova/virt/vmwareapi/vm_util.py (+2/-1) nova/virt/vmwareapi/vmops.py (+4/-3) nova/virt/xenapi/vmops.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~vishvananda/nova/fix-more-skips | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
OpenStack release team | Pending | ||
Review via email: mp+69383@code.staging.launchpad.net |
Description of the change
Fix the skipped tests in vmwareapi and misc spots. The vmware networking stuff is stubbed out, so the tests can be improved there by fixing the fakes.
To post a comment you must log in.