diff options
Diffstat (limited to 'meta-openstack-controller-test-config')
| -rw-r--r-- | meta-openstack-controller-test-config/README | 49 | ||||
| -rw-r--r-- | meta-openstack-controller-test-config/conf/layer.conf | 10 |
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 @@ | |||
| 1 | meta-openstack-controller-test-config | ||
| 2 | ===================================== | ||
| 3 | |||
| 4 | This layer provides support configuring and deploying the recipes to | ||
| 5 | setup/configure system to prepare for running openstack tests, | ||
| 6 | e.g. tempest testsuite. | ||
| 7 | |||
| 8 | Dependencies | ||
| 9 | ------------ | ||
| 10 | |||
| 11 | This layer depends on: | ||
| 12 | |||
| 13 | URI: git://github.com/openembedded/oe-core.git | ||
| 14 | branch: master | ||
| 15 | revision: HEAD | ||
| 16 | prio: default | ||
| 17 | |||
| 18 | URI: git://github.com/openembedded/meta-oe.git | ||
| 19 | patches: 0001-python-sqlalchemy-update-to-0.7.9.patch | ||
| 20 | revision: HEAD | ||
| 21 | layers: meta-oe | ||
| 22 | meta-networking | ||
| 23 | meta-ruby | ||
| 24 | |||
| 25 | URI: git://git.yoctoproject.org/meta-virtualization | ||
| 26 | branch: master | ||
| 27 | revision: head | ||
| 28 | |||
| 29 | meta-openstack | ||
| 30 | branch: master | ||
| 31 | revision: head | ||
| 32 | |||
| 33 | Maintenance | ||
| 34 | ----------- | ||
| 35 | |||
| 36 | Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org | ||
| 37 | |||
| 38 | When sending single patches, please using something like: | ||
| 39 | 'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH' | ||
| 40 | |||
| 41 | Maintainers: Bruce Ashfield <bruce.ashfield@windriver.com> | ||
| 42 | |||
| 43 | License | ||
| 44 | ------- | ||
| 45 | |||
| 46 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
| 47 | in 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 | ||
| 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" | ||
