diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2014-03-27 12:42:29 -0700 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2014-04-03 09:03:23 -0700 |
commit | f2af69419508ac2b9d8083eed7b97d9c1cd8d7be (patch) | |
tree | 5e1bca6957c6ad4b2dfe5649a9afa9cc3830a800 /openstack-common.conf | |
parent | 180b1789e3cf3ed2ea43d5977fb6a0d1c81e7037 (diff) | |
download | stevedore-f2af69419508ac2b9d8083eed7b97d9c1cd8d7be.tar.gz |
Import run_cross_tests.sh from oslo-incubator
Add the script for running unit tests in other
projects so we can establish cross-project gate
jobs.
Depends on https://review.openstack.org/#/c/83411/
and https://review.openstack.org/#/c/83412/
Change-Id: I3d3e25f92ab6337432b54967a381662f32902a6d
Diffstat (limited to 'openstack-common.conf')
-rw-r--r-- | openstack-common.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf new file mode 100644 index 0000000..c09b7e2 --- /dev/null +++ b/openstack-common.conf @@ -0,0 +1,7 @@ +[DEFAULT] + +# The list of modules to copy from oslo-incubator.git +script = tools/run_cross_tests.sh + +# The base module to hold the copy of openstack.common +base=stevedore |