adding noneTest to Mininet vm build script

This commit is contained in:
Brian O'Connor
2013-12-12 15:38:45 -08:00
parent c7e86f9374
commit 49994c8915
+4
View File
@@ -484,6 +484,10 @@ def coreTest( vm, prompt=Prompt ):
log( '* Test', test, 'output:' )
log( vm.before )
def noneTest( vm ):
"This test does nothing"
vm.sendline( 'echo' )
def examplesquickTest( vm, prompt=Prompt ):
"Quick test of mininet examples"
vm.sendline( 'sudo apt-get install python-pexpect' )