cinder/cinder/tests/unit/zonemanager
imacdonn 978f02d219 Stop using deprecated rpc_backend option
oslo.messaging deprecated the rpc_backend option long ago, but it was
still being used in cinder unit test configuration fixtures. oslo.messaging
9.0.0 finally removed that option, so now the tests are failing.

This change replaces use of rpc_backend with the corresponding
transport_url option that as recommended at:

https://docs.openstack.org/oslo.messaging/latest/configuration/conffixture.html

It also removes a redundant setUp() override.

Change-Id: I7cc823e96da1fd38ba28650b72a358e792d7c892
Closes-Bug: #1796759
2018-10-08 20:52:53 +00:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_brcd_fc_san_lookup_service.py Remove BRCD primary_switch_wwn config option 2017-05-22 12:01:32 -05:00
test_brcd_fc_zone_client_cli.py Removed unnecessary setUp() call in unit test 2017-08-01 15:15:07 +02:00
test_brcd_fc_zone_driver.py Remove BRCD primary_switch_wwn config option 2017-05-22 12:01:32 -05:00
test_brcd_http_fc_zone_client.py Resolve Brocade HTTPS connection error 2017-02-01 22:30:23 +01:00
test_brcd_lookup_service.py Replace assertDictMatch with assertDictEqual method in tests 2016-12-21 12:06:24 -05:00
test_cisco_fc_san_lookup_service.py Cisco zonemanager: fix create multi-fabric zones 2017-08-23 02:52:26 -07:00
test_cisco_fc_zone_client_cli.py Fix Cisco Initiator zoning updates 2017-01-03 23:12:49 +01:00
test_cisco_fc_zone_driver.py Cisco: can't add new zone when no zone is created before 2016-12-21 21:23:37 +08:00
test_cisco_lookup_service.py Replace assertDictMatch with assertDictEqual method in tests 2016-12-21 12:06:24 -05:00
test_driverutils.py Adds friendly zone name support 2016-01-22 15:59:46 -08:00
test_fc_zone_manager.py Stop using deprecated rpc_backend option 2018-10-08 20:52:53 +00:00
test_volume_driver.py Move fake_driver to tests root dir 2016-07-26 09:08:43 -06:00