Comment 2 for bug 1342516

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

Reviewed: https://review.openstack.org/107230
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=5d7effe9e497e9d73b6b68314b530e12ea314823
Submitter: Jenkins
Branch: master

commit 5d7effe9e497e9d73b6b68314b530e12ea314823
Author: Simeon Monov <email address hidden>
Date: Wed Jul 16 07:32:38 2014 +0300

    Fix exception when api_extensions is set to empty

    test.is_extension_enabled() is not checking if
    config_dict[service] list is empty

    Added a check if config_dict[service] is empty the
    function will return False which means no extensions
    are enabled

    Change-Id: I2ee64f205c393637b5fc65897f1489292781c0be
    Closes-Bug: 1342516