Change in vdsm[master]: make pep8-1.4.6 (el7) happy

danken at redhat.com danken at redhat.com
Thu Jul 30 14:52:21 UTC 2015


Dan Kenigsberg has uploaded a new change for review.

Change subject: make pep8-1.4.6 (el7) happy
......................................................................

make pep8-1.4.6 (el7) happy

Change-Id: Iee593cee60690c43f82f30900f5c992bfba49000
Signed-off-by: Dan Kenigsberg <danken at redhat.com>
---
M tests/functional/networkTests.py
1 file changed, 27 insertions(+), 27 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/44201/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index ce532bb..c6eedcd 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -1539,21 +1539,21 @@
         IP_ADDR_NET_CHANGED = '240.0.0.101'
         IP_ADDR_MISSING = '204.0.0.102'
         nets = {
-            NET_UNCHANGED:
-                {'bootproto': 'none', 'ipaddr': IP_ADD_UNCHANGED,
-                 'vlan': str(VLAN_UNCHANGED), 'netmask': IP_MASK,
-                 'bonding': BOND_UNCHANGED, 'defaultRoute': True},
-            NET_CHANGED:
-                {'bootproto': 'none',
-                 'ipaddr': IP_ADDR_NET_CHANGED,
-                 'vlan': str(VLAN_UNCHANGED + 1),
-                 'netmask': IP_MASK, 'bonding': BOND_UNCHANGED,
-                 'defaultRoute': False},
-            NET_MISSING:
-                {'bootproto': 'none',
-                 'ipaddr': IP_ADDR_MISSING,
-                 'vlan': str(VLAN_UNCHANGED + 2),
-                 'netmask': IP_MASK, 'bonding': BOND_MISSING},
+            NET_UNCHANGED: {
+                'bootproto': 'none', 'ipaddr': IP_ADD_UNCHANGED,
+                'vlan': str(VLAN_UNCHANGED), 'netmask': IP_MASK,
+                'bonding': BOND_UNCHANGED, 'defaultRoute': True},
+            NET_CHANGED: {
+                'bootproto': 'none',
+                'ipaddr': IP_ADDR_NET_CHANGED,
+                'vlan': str(VLAN_UNCHANGED + 1),
+                'netmask': IP_MASK, 'bonding': BOND_UNCHANGED,
+                'defaultRoute': False},
+            NET_MISSING: {
+                'bootproto': 'none',
+                'ipaddr': IP_ADDR_MISSING,
+                'vlan': str(VLAN_UNCHANGED + 2),
+                'netmask': IP_MASK, 'bonding': BOND_MISSING},
         }
 
         def _assert_all_nets_exist():
@@ -1632,18 +1632,18 @@
         IP_ADDR_CHANGED = '204.0.0.102'
         IP_ADDR_ADDITIONAL = '204.0.0.102'
         nets = {
-            NET_MGMT:
-                {'bootproto': 'none', 'ipaddr': IP_MGMT,
-                 'netmask': IP_MASK, 'defaultRoute': True},
-            NET_UNCHANGED:
-                {'bootproto': 'none',
-                 'ipaddr': IP_ADDR_UNCHANGED,
-                 'netmask': IP_MASK, 'bonding': BOND_UNCHANGED,
-                 'defaultRoute': False},
-            NET_CHANGED:
-                {'bootproto': 'none',
-                 'ipaddr': IP_ADDR_CHANGED,
-                 'netmask': IP_MASK, 'bonding': BOND_CHANGED},
+            NET_MGMT: {
+                'bootproto': 'none', 'ipaddr': IP_MGMT,
+                'netmask': IP_MASK, 'defaultRoute': True},
+            NET_UNCHANGED: {
+                'bootproto': 'none',
+                'ipaddr': IP_ADDR_UNCHANGED,
+                'netmask': IP_MASK, 'bonding': BOND_UNCHANGED,
+                'defaultRoute': False},
+            NET_CHANGED: {
+                'bootproto': 'none',
+                'ipaddr': IP_ADDR_CHANGED,
+                'netmask': IP_MASK, 'bonding': BOND_CHANGED},
         }
         net_additional_attrs = {
             'bootproto': 'none', 'ipaddr': IP_ADDR_ADDITIONAL,


-- 
To view, visit https://gerrit.ovirt.org/44201
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee593cee60690c43f82f30900f5c992bfba49000
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>


More information about the vdsm-patches mailing list