diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-05-23 22:10:37 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-26 11:30:08 -0400 |
| commit | a5c4f51c857fde56a86a48509b273e2cfcdcb610 (patch) | |
| tree | f8f57d741592385669b6bf916350eb5c3cebfe5a /meta-openstack-controller-test-config/conf | |
| parent | a1395e1fde90d4e56cabef5e783848d9b1c4262b (diff) | |
| download | meta-cloud-services-a5c4f51c857fde56a86a48509b273e2cfcdcb610.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>
Diffstat (limited to 'meta-openstack-controller-test-config/conf')
| -rw-r--r-- | meta-openstack-controller-test-config/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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 | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "openstack-controller-test-config-layer" | ||
| 8 | BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/" | ||
| 9 | # We want this layer to have higher priority than any other meta-openstack layers | ||
| 10 | BBFILE_PRIORITY_openstack-controller-test-config-layer = "100" | ||
