neutron/neutron/tests/tempest/common
Martin Roy fe6654b250 Use string exception casting everywhere
Instead of the deprecated "message" member access,
casting to a string invokes the __str__ method of the exception
that is wired to return the message

Added a test of the failure cases of IpRouteCommand::delete_gateway
because they were missing

Running unit and functional tests locally no longer shows the warning
reported in the bug.

Change-Id: Ia79f526aa973ece1145615d65349f860aa3fd465
Closes-Bug: #1466542
2015-06-22 09:13:56 -04:00
..
generator Python3: use six.iteritems() instead of dict.iteritems() 2015-06-01 23:13:42 +02:00
utils Migrate to oslo.log 2015-03-12 11:22:56 +01:00
__init__.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
accounts.py Use string exception casting everywhere 2015-06-22 09:13:56 -04:00
commands.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
cred_provider.py Update api tests from tempest 2015-03-13 18:46:40 +00:00
credentials.py Update api tests from tempest 2015-03-13 18:46:40 +00:00
custom_matchers.py Python3: use six.iteritems() instead of dict.iteritems() 2015-06-01 23:13:42 +02:00
glance_http.py Python 3: use next() instead of iterator.next() 2015-06-09 20:26:09 +02:00
isolated_creds.py Python 3: use dict.values instead of dict.itervalues 2015-06-15 17:08:44 +02:00
negative_rest_client.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
service_client.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
ssh.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
tempest_fixtures.py Update api tests from tempest 2015-03-13 18:46:40 +00:00
waiters.py Update api tests from tempest 2015-03-13 18:46:40 +00:00