Skip to content
Snippets Groups Projects
Commit 4e242e92 authored by Bob Lantz's avatar Bob Lantz
Browse files

Add -v so that we can see exampletest results

parent 94f3c760
No related branches found
No related tags found
No related merge requests found
......@@ -474,14 +474,14 @@ def examplesquickTest( vm, prompt=Prompt ):
"Quick test of mininet examples"
vm.sendline( 'sudo apt-get install python-pexpect' )
vm.expect( prompt )
vm.sendline( 'sudo python ~/mininet/examples/test/runner.py -quick' )
vm.sendline( 'sudo python ~/mininet/examples/test/runner.py -v -quick' )
def examplesfullTest( vm, prompt=Prompt ):
"Full (slow) test of mininet examples"
vm.sendline( 'sudo apt-get install python-pexpect' )
vm.expect( prompt )
vm.sendline( 'sudo python ~/mininet/examples/test/runner.py' )
vm.sendline( 'sudo python ~/mininet/examples/test/runner.py -v' )
def checkOutBranch( vm, branch, prompt=Prompt ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment