Commit Graph

5 Commits

Author SHA1 Message Date
Ding Jin e85c6b6193 Move load_auth_fixtures()
Move load_auth_fixtures() to the BaseTest class.

Change-Id: I838848114acd8a2e24f89b0cf748eeb19738050f
2018-07-05 09:10:17 -04:00
Kristi Nikolla 6673e2e6f2 Preliminary extension support + Name routing
This introduces preliminary support for extensions.
Extensions are registered to routes, and if the
request matches the registered route they will be
called to handle the request and the response.
The interface is still not finalized and will
progress as more extensions with their different
requirements are added.

Also included dependency on oslo_serialization for
loading the json response. Follow up patch will
change all instances of json.loads to
jsonutils.loads

Change-Id: I9c573ce1d4ebe85c07c8ff219f384e3c6c67b39a
2017-07-21 16:05:13 -04:00
Kristi Nikolla c49aacec27 Config refactoring
This splits the configuration module into a package with multiple
modules.

Additionally adds support for oslo-config-generator.
Additionally adds mixmatch.conf to .gitignore

Change-Id: I735c6e852ef3cddb6dff654e1b8777ba239b91ab
2017-06-13 12:20:28 -04:00
Kristi Nikolla aba889e244 Refactoring of test_volumes
Added some global session_fixtures to the BaseTest and migrated
test_volumes to use those. Also added url building helper
function.

Change-Id: I655183f7286a046cd272092bd3e5698a1160d029
2017-01-31 11:39:04 -05:00
wjdan.alharthi b6adaa8265 Refactor unit tests
changes the structure of unit tests directory by seperating
image tests from volume tests. Created a base for common
classes used by both.

Change-Id: I0e62b25f33d9d30051808927182081dbdc24eced
2016-12-08 16:44:59 +00:00