Merge "Remove duplicate keys from dictionary"

This commit is contained in:
Jenkins 2015-12-24 19:21:49 +00:00 committed by Gerrit Code Review
commit 2acfe40071
4 changed files with 0 additions and 6 deletions

View File

@ -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',
}
],

View File

@ -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'},
],

View File

@ -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',

View File

@ -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',