manila/manila_tempest_tests
Tom Barron b213a25c44 Remove NovaNetworkPlugin
Nova network was deprecated in Newton and is no longer supported for
regular deployments in Ocata [1].

Complete the removal of nova network support from manila begun in [2]
by removing support for ''nova_net_id`` in the share networks API,
by removing the corresponding column from the share networks DB model,
and by removing the nova network plugins themselves.  Unit tests for
share network api views were refactored to remove redundancy while
extending coverage to the new microversion introduced with this patch
and maintaining full coverage of earlier microversions.

APIImpact
DocImpact
UpgradeImpact

Partially-implements: bp remove-nova-net-plugin

[1] http://docs.openstack.org/releasenotes/nova/unreleased.html
[2] I846b760fa7c01f7f86768399a2bfad9ced7e57cd

Change-Id: I8b9a559fbea61979f01737ed1dc272276c4f1269
2017-01-13 08:11:16 -05:00
..
common [Tempest] Port remote_client into Manila 2016-11-17 09:30:10 -06:00
services Add the ability to check the tenant quota in detail 2016-12-28 10:32:24 +08:00
tests Remove NovaNetworkPlugin 2017-01-13 08:11:16 -05:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
config.py Remove NovaNetworkPlugin 2017-01-13 08:11:16 -05:00
plugin.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
share_exceptions.py Add snapshot instances admin APIs 2016-07-29 11:21:35 +08:00
utils.py Improve Share Migration tempest tests 2016-09-13 13:17:07 -03:00

Tempest Integration

This directory contains Tempest tests to cover Manila project.