Add simple host test for the moment

This commit is contained in:
Bob Lantz
2015-08-14 13:57:40 -07:00
parent 75cbb67203
commit bc8875c2d6
+4
View File
@@ -1301,6 +1301,10 @@ def paraTest():
print i,
sys.stdout.flush()
def hostTest():
h1 = RemoteHost( 'h1' )
print h1.cmd( 'hostname' )
h1.stop()
if __name__ == '__main__':
setLogLevel( 'info' )