summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2015-07-06 16:05:57 -0400
committerDavid Paterson <davpat2112@yahoo.com>2015-04-12 07:52:34 -0400
commitd450a19b3a67c2b1e5f12cbe62f987dcc6827d93 (patch)
treea09e37a3e87a8ca20c9749303f53d6f354a74fd7 /setup.cfg
parentc4bfc797ff01116d00f0ebc485c66a8b26d3ac80 (diff)
downloadtempest-d450a19b3a67c2b1e5f12cbe62f987dcc6827d93.tar.gz
Enable tempest install to setup a config dir
This commit adds the necessary bits to tempest's setup.cfg file to instruct pbr on how to make sure that the sample config files and a /etc/tempest dir get setup when installing tempest. In the new cli workflow it is expected that by default /etc/tempest will exist as a source for local working dir configs. Partially implements: bp tempest-cli-improvements Change-Id: I2bf93f6789601caaebdfb85ac2b9f34b82f87980
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5c78632b1..36b22704f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,6 +18,12 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
+[files]
+packages =
+ tempest
+data_files =
+ /etc/tempest = etc/*
+
[entry_points]
console_scripts =
verify-tempest-config = tempest.cmd.verify_tempest_config:main