designate/functionaltests/common
Eric Larson 281b4f9f2e Fix parameterized class decorator
The decorator use the types.MethodType to attach the parameterized
test to the test class, but the function changed in python 3.x. This
uses six to do the right thing so this can be used outside the tempest
tests that are always run with python 2.x.

Change-Id: I56fee078d3fa718536208fd3bd5228cc45d24444
2016-05-06 09:16:11 -05:00
..
hooks A request hook interface for the functional test client 2016-02-15 10:23:03 -06: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 A request hook interface for the functional test client 2016-02-15 10:23:03 -06:00
config.py A request hook interface for the functional test client 2016-02-15 10:23:03 -06:00
datagen.py Fix wildcard NS record 2016-01-29 22:23:40 +00:00
dnsclient.py Verify DNS changes when updating RRSet 2015-08-11 09:52:17 +02:00
models.py Check the contents of a zone export in the functional tests 2015-09-11 20:20:26 +00:00
noauth.py Update urllib/urlparse to use six.moves 2015-06-30 07:58:14 +05:30
test_meta.py Fix argument order in assertEqual to (expect, obs) 2015-11-05 21:39:38 +01:00
utils.py Fix parameterized class decorator 2016-05-06 09:16:11 -05:00