manila/manila/tests/share
Valeriy Ponomaryov 5a77f19328 [Container] Fix deletion of veths
In '_teardown_server' method driver was searching for all matches of
'veth' prefix and looping them for deletion. But using Xenial host
it finds each such veth name twice and tries to delete the same veth
twice too getting following error:

ovs-vsctl: no row "veth7ac5738" in table Interface

So, fix it by translating 'list' of veths to 'set' that
will have only unique names.

Change-Id: I819a885547f9fc595b15f98e4c94de21e33914ac
Closes-Bug: #1630512
(cherry picked from commit 8401c150f3)
2016-10-10 15:42:59 +00:00
..
drivers [Container] Fix deletion of veths 2016-10-10 15:42:59 +00:00
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py add access_key to share_access_map 2016-08-22 20:41:19 +05:30
test_api.py Add share type change to Share Migration 2016-08-31 21:07:47 -03:00
test_driver.py Share migration Newton improvements 2016-08-31 12:38:14 -03:00
test_drivers_private_data.py Remove "host" from driver private data 2016-07-26 14:57:34 +08:00
test_hook.py Add share hooks 2015-09-04 19:04:34 +03:00
test_manager.py Merge "Add share type change to Share Migration" 2016-09-01 13:56:40 +00:00
test_migration.py Merge "Fix allow/deny error message and race in migration" 2016-09-14 21:13:27 +00:00
test_rpcapi.py Add share type change to Share Migration 2016-08-31 21:07:47 -03:00
test_share_types.py Support standard Manila capability flags in NetApp cDOT driver 2015-12-22 19:17:02 +00:00
test_share_utils.py Implement replication support in huawei driver 2016-08-27 07:47:48 +00:00