designate-tempest-plugin/designate_tempest_plugin
gecong1973 4f173f37d6 Add __ne__ built-in function
In Python 3 __ne__ by default delegates to __eq__ and inverts the
result, but in Python 2 they urge you to define __ne__ when you
define __eq__ for it to work properly [1].There are no implied
relationships among the comparison operators. The truth of x==y
does not imply that x!=y is false. Accordingly, when defining __eq__(),
one should also define __ne__() so that the operators will behave as
expected.
[1]https://docs.python.org/2/reference/datamodel.html#object.__ne__

Change-Id: I5abcaa9d74712df591499e8334f1d627b2d7d1ca
2016-10-16 09:27:14 +08:00
..
common Add __ne__ built-in function 2016-10-16 09:27:14 +08:00
schemas Port V1 Tempest test from designate's contrib folder 2016-05-12 14:44:08 +01:00
services Allow 200 as a response from /v2/zone/recordsets 2016-09-27 14:48:32 +01:00
tests Merge "Add tests for wildcard RRSets" 2016-09-20 10:42:10 +00:00
__init__.py Initial layout of Designate tempest plugin 2016-04-07 08:08:46 +01:00
clients.py Clean imports in code 2016-08-29 14:52:30 +07:00
config.py Bump test timeout to 4 min 2016-08-23 11:14:16 +01:00
data_utils.py Add functional testing for the v2 API quotas endpoint 2016-07-08 13:06:44 +01:00
plugin.py Port V1 Tempest test from designate's contrib folder 2016-05-12 14:44:08 +01:00