pass code check

This commit is contained in:
Bob Lantz
2017-03-13 16:36:41 -07:00
parent ef5c80abb3
commit bc0a72e2f9
+2 -1
View File
@@ -892,7 +892,8 @@ def testRemoteNet( remote='ubuntu2', link=RemoteGRELink ):
net.start()
info( 'Mininet is running on', quietRun( 'hostname' ).strip(), '\n' )
for node in c0, h1, h2, s1, s2:
info( 'Node', node, 'is running on', node.cmd( 'hostname' ).strip(), '\n' )
info( 'Node', node, 'is running on',
node.cmd( 'hostname' ).strip(), '\n' )
net.pingAll()
CLI( net )
net.stop()