summaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-test-config/conf
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-05-23 22:10:37 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-26 11:30:08 -0400
commit4d8e797075343d7afa635e6f19ae0d3c41aef768 (patch)
tree6804cb4f6d3f0056392031a12042531684b76d56 /meta-openstack-compute-test-config/conf
parent3b41172e2538c0d6d946f87c8cbc4eb035701c01 (diff)
downloadmeta-cloud-services-4d8e797075343d7afa635e6f19ae0d3c41aef768.tar.gz
add new meta-openstack-compute-test-config layer
There are some setting/configuring systems required before starting automatic testsuites such as tempest. Create new layer meta-openstack-compute-test-config as place holder for any changes on Compute side related to automatic testsuites. Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack-compute-test-config/conf')
-rw-r--r--meta-openstack-compute-test-config/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack-compute-test-config/conf/layer.conf b/meta-openstack-compute-test-config/conf/layer.conf
new file mode 100644
index 0000000..9de86a7
--- /dev/null
+++ b/meta-openstack-compute-test-config/conf/layer.conf
@@ -0,0 +1,10 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass"
6
7BBFILE_COLLECTIONS += "openstack-compute-test-config-layer"
8BBFILE_PATTERN_openstack-compute-test-config-layer := "^${LAYERDIR}/"
9# We want this layer to have higher priority than any other meta-openstack layers
10BBFILE_PRIORITY_openstack-compute-test-config-layer = "100"