designate/designate/tests/unit
Federico Ceratto ecda910c2b Add delayed NOTIFY
Based on specs in https://review.openstack.org/#/c/246515
Add database column zones.pending_notify and migration script
Add Zone Manager Task to perform delayed NOTIFY
Add Admin API method to count zones pending notify

closes-bug: #1498462
partial-bug: #1436210
Change-Id: Ic5c2745bcd2cc057a42cb8edf21ed4c1a3ddc952
Depends-On: If15594099eb7cf74f1c534a05884c2d2501e57e6
2016-02-17 15:24:00 +00:00
..
test_api Switch to mock fixtures, minor cleanup 2016-01-27 13:20:51 +00:00
test_backend Switch to mock fixtures, minor cleanup 2016-01-27 13:20:51 +00:00
test_central Add delayed NOTIFY 2016-02-17 15:24:00 +00:00
test_mdns Improve unit testing 2016-01-08 15:49:58 +00:00
test_objects Update email addresses hp.com to hpe.com 2016-01-11 14:29:33 +00:00
test_pool_manager Merge "Add retry logic on periodic_sync" 2016-01-18 12:49:26 +00:00
test_zone_manager Ensure ZoneManager emits valid objects 2016-02-15 12:07:39 +00:00
README Create unit tests dir, move objects tests there 2015-07-20 14:15:42 +01:00
__init__.py Ensure ZoneManager emits valid objects 2016-02-15 12:07:39 +00:00
test_pool.py Update email addresses hp.com to hpe.com 2016-01-11 14:29:33 +00:00

README

This directory contains pure unit tests.

Examples:

ostestr --regex designate.tests.test_unit

python setup.py testr --coverage -t designate.tests.test_unit