Comment 29 for bug 1743688

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

Reviewed: https://review.openstack.org/620255
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=6611df0e2da0abc96979c52da0013535abf79428
Submitter: Zuul
Branch: master

commit 6611df0e2da0abc96979c52da0013535abf79428
Author: ghanshyam <email address hidden>
Date: Tue Nov 27 08:21:35 2018 +0000

    Set Tempest's service_available setting for congress

    Tempest's service_available config option includes all the service
    availability which is further used by tests to take decision of skip
    or run the test.

    For example, [service_available].congress is true then, congress test will run
    or if [service_available].congress is false then, all congress related tests either
    in telemetry tempest plugin or any other plugins will be skipped.

    This commit add the setting of congress service[1] on congress devstack plugin.

    Closes-Bug: #1743688
    [1] http://git.openstack.org/cgit/openstack/congress-tempest-plugin/tree/congress_tempest_plugin/config.py#n24

    Change-Id: I57de34d2b185b8e9838dd288d3673149391f0024