Remove unused function
This commit is contained in:
@@ -304,12 +304,6 @@ class Switch( Node ):
|
|||||||
|
|
||||||
# Handy utilities
|
# Handy utilities
|
||||||
|
|
||||||
def createNodes( name, count ):
|
|
||||||
"Create and return a list of nodes."
|
|
||||||
nodes = [ Node( name + `i` ) for i in range( 0, count ) ]
|
|
||||||
# print "*** CreateNodes: created:", nodes
|
|
||||||
return nodes
|
|
||||||
|
|
||||||
def dumpNodes( nodes ):
|
def dumpNodes( nodes ):
|
||||||
"Dump ifconfig of each node."
|
"Dump ifconfig of each node."
|
||||||
for node in nodes:
|
for node in nodes:
|
||||||
|
|||||||
Reference in New Issue
Block a user