Comment 2 for bug 1163617

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

Reviewed: https://review.openstack.org/25966
Committed: http://github.com/openstack/glance/commit/07eda706f43c907b1d212a48c6b9514d83bbcdc1
Submitter: Jenkins
Branch: master

commit 07eda706f43c907b1d212a48c6b9514d83bbcdc1
Author: John Bresnahan <email address hidden>
Date: Tue Apr 2 13:57:53 2013 -1000

    Invalid reference to self in functional test test_scrubber.py

    In the test_scrubber.py the function wait_for_scrub() makes a
    reference to self even tho it is not a member of any class and
    has no such reference in its scope. This patch makes that
    function a method in the test class so that it can assert the
    failure which it intends.

    fixes bug: 1163617

    Change-Id: I453c8097363dc2f7577fd807ffe8cbc613078258