From a4c4eadbcea65697af129f8f54d7bdb2e45c1397 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 25 Mar 2016 14:23:31 +0100 Subject: [PATCH] Also package mistral_tempest_tests With the current setup.cfg, the folder mistral_tempest_tests is not being packaged, making it more difficult for package maintainer like myself to run tempest tests. Please allow this change, so that I don't have to carry such a patch in the Debian package. Change-Id: I5c34f3516c4f171ab4f34647f1cc4a08883feacf --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index df029d1a7..fafcfe8c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ author-email = openstack-dev@lists.openstack.org [files] packages = mistral + mistral_tempest_tests [build_sphinx] source-dir = doc/source