diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-06-18 15:47:19 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-23 15:55:45 -0400 |
| commit | 29c47ac9790d87f0734e53a52c1bb9f70dc31f26 (patch) | |
| tree | 5137d137ac19663fc32bbe4d6c6aa8cb5e1fb3e4 /meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |
| parent | cb6a12ad7c10b7cf2922facd3464200272a34996 (diff) | |
| download | meta-cloud-services-29c47ac9790d87f0734e53a52c1bb9f70dc31f26.tar.gz | |
ceilometer builtin tests config location
Many ceilometer built-in testcases failed because they
can not find ceilometer configuration file, as these tests
use relative paths to find these configuration files.
So forcing these failure testcases to look for these
configuration file using absolute path.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index 94126fc..a867bcf 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
| @@ -12,6 +12,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
| 12 | file://ceilometer.init \ | 12 | file://ceilometer.init \ |
| 13 | file://0001-sqlalchemy-fix-grouping-for-postgresql-databases.patch \ | 13 | file://0001-sqlalchemy-fix-grouping-for-postgresql-databases.patch \ |
| 14 | file://fix_ceilometer_memory_leak.patch \ | 14 | file://fix_ceilometer_memory_leak.patch \ |
| 15 | file://ceilometer-builtin-tests-config-location.patch \ | ||
| 15 | " | 16 | " |
| 16 | 17 | ||
| 17 | SRCREV="faada69444988c66a09ade812e10fa2ab5a0adae" | 18 | SRCREV="faada69444988c66a09ade812e10fa2ab5a0adae" |
