designate/functionaltests/common
Tim Simmons 021946e386 Asynchronous Zone Import
* Creates /v2/zones/tasks/imports, which allows users to view imports as resources
* Creates new database table zone_tasks for asynchronous tasks related to zones, along
with the associated objects/adapters
* Imports are done by passing over the request body, creating an async record in the db,
and spawning a thread to do the import
* Adds a config option to enable zone import

Implements: async-import-export
APIImpact: Adds /zones/tasks/imports and removes import from admin api

Change-Id: Ib23810bf8b25d962b9d2d75e042bb097f3c12f7a
2015-06-22 14:45:39 +00:00
..
__init__.py Add initial code for tempest tests 2015-03-05 22:32:07 +00:00
base.py Fix exceptions on pep8 check due to missing tempest.conf 2015-05-28 19:52:53 +00:00
client.py Fix exceptions on pep8 check due to missing tempest.conf 2015-05-28 19:52:53 +00:00
config.py Fix exceptions on pep8 check due to missing tempest.conf 2015-05-28 19:52:53 +00:00
datagen.py Asynchronous Zone Import 2015-06-22 14:45:39 +00:00
models.py Add Tempest zone tests 2015-03-13 21:11:47 +00:00
noauth.py Functional tests: minus tempest, plus noauth support 2015-04-21 15:46:53 +00:00
utils.py Fix exceptions on pep8 check due to missing tempest.conf 2015-05-28 19:52:53 +00:00