kolla/kolla/tests
Martin André a136c06ee0 Ensure tests run in isolation
Previously, the images were copied locally in the tests as an attempt
to ensure test isolation but the parent image was still pointing to the
global object. This commit updates the images to point to the local
copies.

Rename the images to have more descriptive names and fix an issue in
test_skip_parents where the regex parameter was passed as a string
while it should be an array, that appeared once the images had their
correct parents.

Also bypass docker client memoization to further minimize the risk of
breaking test isolation.

Change-Id: Id7df645284f260cd615188db2efe889c9cf8115d
Closes-Bug: #1683314
2017-04-18 13:28:07 +02:00
..
common add unittest code base 2016-01-18 11:42:00 +00:00
docker Fix image plugin functionality for oslo.config 2016-02-12 06:00:20 +00:00
etc Fix plugin parsing for base images 2016-11-04 10:27:39 +00:00
__init__.py add unittest code base 2016-01-18 11:42:00 +00:00
base.py Make build.py importable lib 2016-06-07 16:40:16 +00:00
test_build.py Ensure tests run in isolation 2017-04-18 13:28:07 +02:00
test_hacking.py Add HACKING.rst and hacking test case. 2016-11-24 15:55:43 +08:00
test_methods.py Code coverage improvement for kolla 2017-01-25 11:14:35 +05:30