Place VMs deterministically
[integration/test.git] / csit / libraries / MininetTopo / vlan_vtn_test.py
index d0010f74e54854d8af334751026af886de245a33..be3caa877d9668452db568379f2c6ee0fb35f4e5 100644 (file)
@@ -60,4 +60,5 @@ class VlanTopo(Topo):
         self.addLink(s3, host5)
         self.addLink(s3, host6)
 
+
 topos = {'vlantopo': (lambda: VlanTopo())}