Comment 38 for bug 1743688

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

Reviewed: https://review.opendev.org/620000
Committed: https://git.openstack.org/cgit/openstack/panko/commit/?id=a725f644120f94f03c575915c70e0f44c7114687
Submitter: Zuul
Branch: master

commit a725f644120f94f03c575915c70e0f44c7114687
Author: ghanshyam <email address hidden>
Date: Mon Nov 26 10:09:13 2018 +0000

    Set Tempest's service_availability setting for panko

    Tempest's service_availability 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_availability].panko is true then, panko test will run
    or if [service_availability].panko is false then, all panko related tests either
    in telemetry tempest plugin or any other plugins will be skipped.

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

    Closes-Bug: #1743688
    [1] https://github.com/openstack/telemetry-tempest-plugin/blob/master/telemetry_tempest_plugin/config.py#L23

    Change-Id: I57e182850fbf7fcab5df75c05f0ef95a8c23e923