Remove neutron OO wrappers
There are object-oriented wrappers around neutron objects that add
needless complexity to the code and make it more difficult to
read, understand and debug. This patch will remove those wrappers
(which are all contained in tempest/scenario/network_resources.py).
The tests that previously used those wrappers have been updated to
client results directly.
Co-Authored-by: Joshua White <joshua.l.white@intel.com>
Change-Id: I3879ae24e47590d12fb09a4bb4697f139f57caf7
6 files changed