From 29911aa9812af62763cbbbea147510fcd0e7c2d5 Mon Sep 17 00:00:00 2001 From: Paul Goins Date: Fri, 1 Mar 2019 11:59:08 +0100 Subject: [PATCH] Update git submodules * Update charm-interface-nova-compute 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: Ibf0a0a4ad3e369f15011bce8f69466a8ee3cde7a --- charm-interface-nova-compute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-interface-nova-compute b/charm-interface-nova-compute index dd789af72d..874c08afde 160000 --- a/charm-interface-nova-compute +++ b/charm-interface-nova-compute @@ -1 +1 @@ -Subproject commit dd789af72deff96939ba85987392dd1fa20e4345 +Subproject commit 874c08afde64663d15401396571c7683bb448c64