Modification on SFC test Cases
[integration/test.git] / csit / libraries / Topology.py
index 11a5c71fecc1e7252e534654337afabea56885fb..4c2b066004a58633597f58255370fd5a17fe6663 100644 (file)
@@ -16,7 +16,7 @@ class Topology(object):
         [{u'type': u'OF', u'id': u'00:00:00:00:00:00:00:01'},
          {u'type': u'OF', u'id': u'00:00:00:00:00:00:00:02'},
          {u'type': u'OF', u'id': u'00:00:00:00:00:00:00:03'}]
-        ]
+    ]
 
     def __init__(self):
         self.builtin = BuiltIn()
@@ -40,6 +40,7 @@ class Topology(object):
         else:
             return None
 
+
 if __name__ == '__main__':
     topology = Topology()
     print topology.get_nodes_from_topology(2)