Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: update core projects to juno b3 release | Bruce Ashfield | 2014-09-16 | 1 | -28/+28 |
| | | | | | | | Along with this update, we also fix a bug with nova and neutron port types. this patch will be removed once it is fixed in the upstream project. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | glance builtin tests config location and missing packages | Vu Tran | 2014-06-23 | 1 | -0/+88 |
Many glance built-in testcases failed because they can not find glance configuration files, as these testcases assume that they are run at python site-packages dir. So forcing these failure testcases to look for these confiugration file using absolute path. Also some tests fail because of missing two packages: python-psutil and qpid-python. So add these packages into glance-tests RDEPENDS Signed-off-by: Vu Tran <vu.tran@windriver.com> |