From 7d4504f9fc52c98c937ccee87b978ba33fad6165 Mon Sep 17 00:00:00 2001 From: Paul Goins Date: Fri, 1 Mar 2019 11:52:36 +0100 Subject: [PATCH] Update git submodules * Update charm-interface-keystone from branch 'master' - Added tox environment for gathering coverage This technique was borrowed from the tox "cover" environment in openstack/nova's tox.ini. This leverages the fact that stestr lets you override the python executable via the PYTHON environment variable. Doing this allows us to easily generate coverage for our unit tests. An important caveat is that this does not provide any coverage for tests via zaza, amulet, etc. It is purely focused on the unit tests. Note that this replaces the previous .coveragerc; coverage configuration is instead pulled from tox.ini. Change-Id: I2e1964927b44aeef8135350390968f98bf77f8ac --- charm-interface-keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-interface-keystone b/charm-interface-keystone index 0ec113afb7..3c81e2a92e 160000 --- a/charm-interface-keystone +++ b/charm-interface-keystone @@ -1 +1 @@ -Subproject commit 0ec113afb7a553e6065b60ea8e9d6ac3ea4b2241 +Subproject commit 3c81e2a92ef2f9d847b643062722f65161c25234