Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> |