increase tempest timeout
[integration/test.git] / csit / suites / vpnservice / custom.py
index 6363a6845b7e1b7e0ea18fc3ed60c0b07c6c4bfd..6ec2bf74eff3aaa2714edc0a9d4eec8e23020103 100755 (executable)
@@ -17,6 +17,7 @@ from mininet.topo import Topo
 
 class Switch1(Topo):
     """Single switch s1 connected to n=2 hosts."""
+
     def __init__(self):
         Topo.__init__(self)
         switch = self.addSwitch('s1')
@@ -28,6 +29,7 @@ class Switch1(Topo):
 
 class Switch2(Topo):
     """Single switch s2 connected to n=2 hosts."""
+
     def __init__(self):
         Topo.__init__(self)
         switch = self.addSwitch('s2')