From 2fe74ce1ae8e892cf0230d1b8d8b26098f287b41 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Mon, 26 Nov 2018 10:09:13 +0000 Subject: [PATCH] Update git submodules * Update panko from branch 'master' - 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 --- panko | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panko b/panko index f7f87fc969..a725f64412 160000 --- a/panko +++ b/panko @@ -1 +1 @@ -Subproject commit f7f87fc9694ccaff5e8dc149f956679676210d09 +Subproject commit a725f644120f94f03c575915c70e0f44c7114687