Change in vdsm[master]: networkTests: fix pep8 overindent

mpolednik at redhat.com mpolednik at redhat.com
Wed Jun 24 11:07:34 UTC 2015


Martin Polednik has uploaded a new change for review.

Change subject: networkTests: fix pep8 overindent
......................................................................

networkTests: fix pep8 overindent

Change-Id: I307667f450018006d8b53e4699e604722c534fe6
Signed-off-by: Martin Polednik <mpolednik at redhat.com>
---
M tests/functional/networkTests.py
1 file changed, 18 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/93/42793/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index 9ffd358..30525bc 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -1489,20 +1489,26 @@
         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},
+            {
+                '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},
+            {
+                '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},
+            {
+                'bootproto': 'none',
+                'ipaddr': IP_ADDR_MISSING,
+                'vlan': str(VLAN_UNCHANGED + 2),
+                'netmask': IP_MASK, 'bonding': BOND_MISSING
+            },
         }
 
         def _assert_all_nets_exist(in_running_conf=True):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I307667f450018006d8b53e4699e604722c534fe6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Polednik <mpolednik at redhat.com>


More information about the vdsm-patches mailing list