Bob Lantz
|
e37afe996b
|
First crack at Python 3 compatibility
Mostly we just use mininet.util.pexpect so that we can use
unicode strings without changing calls to pexpect.spawn()
|
2018-07-25 19:44:45 -07:00 |
|
Bob Lantz
|
8ac077a721
|
Remove "from __future__ import print"
This was well-intentioned, but it causes more trouble
than it's worth.
Fixes #652
|
2016-08-08 15:28:52 -07:00 |
|
Brad Walker
|
70fcc45893
|
Use print function
|
2016-06-21 16:27:04 -07:00 |
|
Bob Lantz
|
5a530af189
|
Remove trailing whitespace. ;-/
|
2014-12-01 15:39:44 -08:00 |
|
Rémy Léone
|
e10703cd7b
|
fixup: unresolved_references
|
2013-12-20 14:46:38 +01:00 |
|
Bob Lantz
|
76a8a1637f
|
Clean up sshd.py and its test so it works on VirtualBox
|
2013-09-18 20:48:22 -07:00 |
|
Brian O'Connor
|
bfb560045c
|
add rm to sshd tests
|
2013-09-11 14:45:49 -07:00 |
|
Brian O'Connor
|
48c49c54e2
|
cleaned up and commented test_sshd.py
|
2013-09-11 14:45:48 -07:00 |
|
Brian O'Connor
|
a46fae0687
|
adding first draft of tests for all examples, they need comments and clean up, some could be made more rebust
|
2013-09-11 14:45:46 -07:00 |
|