Merge "Remove duplicate keys from dictionary"
This commit is contained in:
commit
2acfe40071
@ -604,7 +604,6 @@ class HostStateTestCase(test.TestCase):
|
||||
'reserved_percentage': 0,
|
||||
'dying_disks': 200,
|
||||
'super_hero_1': 'superman',
|
||||
'super_hero_2': ' ',
|
||||
'super_hero_2': 'Hulk',
|
||||
}
|
||||
],
|
||||
|
@ -458,7 +458,6 @@ class HuaweiShareDriverTestCase(test.TestCase):
|
||||
'share_proto': 'NFS',
|
||||
'share_network_id': 'fake_net_id',
|
||||
'share_server_id': 'fake-share-srv-id',
|
||||
'host': 'fake_host@fake_backend#OpenStack_Pool',
|
||||
'export_locations': [
|
||||
{'path': '100.115.10.68:/share_fake_uuid'},
|
||||
],
|
||||
|
@ -53,8 +53,6 @@ class ShareNetworkAdminTest(
|
||||
type_of_creds='alt')
|
||||
cls.data_sn_with_kerberos_ss = {
|
||||
'name': 'sn_with_kerberos_ss',
|
||||
'neutron_net_id': '3333',
|
||||
'neutron_subnet_id': '4444',
|
||||
'created_at': '2003-03-03',
|
||||
'updated_at': None,
|
||||
'neutron_net_id': 'test net id',
|
||||
|
@ -117,8 +117,6 @@ class ShareNetworksTest(base.BaseSharesTest, ShareNetworkListMixin):
|
||||
|
||||
cls.data_sn_with_kerberos_ss = {
|
||||
'name': 'sn_with_kerberos_ss',
|
||||
'neutron_net_id': '3333',
|
||||
'neutron_subnet_id': '4444',
|
||||
'created_at': '2003-03-03',
|
||||
'updated_at': None,
|
||||
'neutron_net_id': 'test net id',
|
||||
|
Loading…
x
Reference in New Issue
Block a user