Comment 28 for bug 1333219

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/101887
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=13c8adc6c11ff0ac2422e7ee027e9b9a705273a4
Submitter: Jenkins
Branch: master

commit 13c8adc6c11ff0ac2422e7ee027e9b9a705273a4
Author: Daniel P. Berrange <email address hidden>
Date: Fri Jun 20 12:05:56 2014 +0100

    virt: add test helper for checking public driver API method names

    The virt driver impls of ComputeDriver should only expose public
    methods which are already defined by the ComputeDriver base class.
    Any other methods should be prefixed with an '_' to indicate that
    they are internal helperrs.

    Provide a test helper method which the virt driver tests will
    call to validate their implementation is in compliance with
    the base class signature.

    Partial-bug: #1333219
    Change-Id: Ibc2369a5f90e09857da29810ac0707614b041d54