summaryrefslogtreecommitdiffstats
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:32:11 -0400
commitc8573f323cea61c352aa6cc74b791e5e37e3369f (patch)
tree2aeeb2e281c7e5e6d2879b8577ab62755a7b20dd
parent47e3352552e2eac63353837f6366653483495ac8 (diff)
downloadmeta-cloud-services-c8573f323cea61c352aa6cc74b791e5e37e3369f.tar.gz
add new meta-openstack-controller-test-config layer
There are some setting/configuring systems required before starting automatic testsuites such as tempest. Create new layer meta-openstack-controller-test-config as place holder for any changes on Controller side related to automatic testsuites. Signed-off-by: Vu Tran <vu.tran@windriver.com>
-rw-r--r--meta-openstack-controller-test-config/README49
-rw-r--r--meta-openstack-controller-test-config/conf/layer.conf10
2 files changed, 59 insertions, 0 deletions
diff --git a/meta-openstack-controller-test-config/README b/meta-openstack-controller-test-config/README
new file mode 100644
index 0000000..4217997
--- /dev/null
+++ b/meta-openstack-controller-test-config/README
@@ -0,0 +1,49 @@
1meta-openstack-controller-test-config
2=====================================
3
4This layer provides support configuring and deploying the recipes to
5setup/configure system to prepare for running openstack tests,
6e.g. tempest testsuite.
7
8Dependencies
9------------
10
11This layer depends on:
12
13URI: git://github.com/openembedded/oe-core.git
14branch: master
15revision: HEAD
16prio: default
17
18URI: git://github.com/openembedded/meta-oe.git
19patches: 0001-python-sqlalchemy-update-to-0.7.9.patch
20revision: HEAD
21layers: meta-oe
22 meta-networking
23 meta-ruby
24
25URI: git://git.yoctoproject.org/meta-virtualization
26branch: master
27revision: head
28
29meta-openstack
30branch: master
31revision: head
32
33Maintenance
34-----------
35
36Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org
37
38When sending single patches, please using something like:
39'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH'
40
41Maintainers: Bruce Ashfield <bruce.ashfield@windriver.com>
42
43License
44-------
45
46All metadata is MIT licensed unless otherwise stated. Source code included
47in tree for individual recipes is under the LICENSE stated in each recipe
48(.bb file) unless otherwise stated.
49
diff --git a/meta-openstack-controller-test-config/conf/layer.conf b/meta-openstack-controller-test-config/conf/layer.conf
new file mode 100644
index 0000000..f542ce6
--- /dev/null
+++ b/meta-openstack-controller-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-controller-test-config-layer"
8BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/"
9# We want this layer to have higher priority than any other meta-openstack layers
10BBFILE_PRIORITY_openstack-controller-test-config-layer = "100"