Files
python-openstackclient/openstackclient
Tang Chen 827be8fb8c Move keys() methods in each resource class to FakeResource
FakeXXX classes in network don't need to fake any method,
except keys(). But keys() can be put in FakeResource since
it just returns all attributes in _info.

This patch moves removes all unnecessary fake methods code,
moves keys() method to FakeResource.

This patch also finds out some missing attributes in
network and router tests.

Change-Id: I799822c8715b9ac4f95b98f8350f196757d79d3e
2016-04-11 18:07:50 +08:00
..
2016-04-06 10:30:39 +07:00
2016-01-29 08:18:50 +09:00
2016-01-29 08:18:50 +09:00
2016-04-06 20:21:19 +02:00