Added examples, which may or may not work yet.

This commit is contained in:
Bob Lantz
2009-12-10 01:47:00 -08:00
parent 95d9a374b2
commit 4ccc7ee941
3 changed files with 64 additions and 0 deletions
+1
View File
@@ -752,6 +752,7 @@ def init():
if __name__ == '__main__':
init()
results = {}
exit( 1 )
print "*** Testing Mininet with kernel and user datapath"
for datapath in [ 'kernel', 'user' ]:
k = datapath == 'kernel'