Comment 2 for bug 1353788

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

Reviewed: https://review.openstack.org/112458
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=ddb7e18974964abbe3fc50dab47ab55286a7328c
Submitter: Jenkins
Branch: master

commit ddb7e18974964abbe3fc50dab47ab55286a7328c
Author: wanghong <email address hidden>
Date: Thu Aug 7 11:14:00 2014 +0800

    test_find_resource fails if run alone

    Currently, we set 'NAME_ATTR' attribute for Volume and Snapshot
    class in volume.client.py. When we test test_find_resource alone,
    the Volume and Snapshot class do not have 'NAME_ATTR' attribute since
    we do not import volume.client, which causes the tests to fail.

    Change-Id: I06f727ffa8d37afe1a1191c36574887fecc7a733
    Closes-Bug: #1353788