cody burkard
|
5b13dc62ce
|
Merge branch 'master' of git://github.com/mininet/mininet into devel/startup
|
2014-07-19 02:09:03 -07:00 |
|
cody burkard
|
4d381f0b58
|
testing link stuff
|
2014-07-19 02:05:37 -07:00 |
|
Cody Burkard
|
779ea5f0ad
|
removed bookmark
|
2014-07-15 19:39:50 -07:00 |
|
Cody Burkard
|
00d1963484
|
revised comment on defaultController function
|
2014-07-15 18:21:56 -07:00 |
|
Cody Burkard
|
5ac3cde2bd
|
restructured defaultController into a function
|
2014-07-15 15:48:18 -07:00 |
|
Cody Burkard
|
ea97dea902
|
adding waitConnected to linear5 test
|
2014-07-14 14:42:00 -07:00 |
|
Cody Burkard
|
a19cc91537
|
set DefaultController as the mininet class default
|
2014-07-14 14:09:39 -07:00 |
|
Cody Burkard
|
796b281bf1
|
fixed command parameter
|
2014-07-14 13:09:41 -07:00 |
|
Cody Burkard
|
72fd120dc8
|
added default controller class
|
2014-07-11 19:04:20 -07:00 |
|
Cody Burkard
|
b7a112cbec
|
Shutting down controller first
|
2014-07-10 11:24:58 -07:00 |
|
Cody Burkard
|
5a9c74be03
|
fixed last commit
|
2014-07-10 11:07:50 -07:00 |
|
Cody Burkard
|
3a52ad2f53
|
fixed linearbandwidth and waitconnected
|
2014-07-09 19:24:22 -07:00 |
|
Cody Burkard
|
c23c992f14
|
fixed waitConnected performance and moved waitConnected call to mn.start
|
2014-07-09 19:12:15 -07:00 |
|
Cody Burkard
|
73f477be9d
|
added waitConnect to linearbandwidth example.
|
2014-07-09 19:12:15 -07:00 |
|
Cody Burkard
|
4797b42005
|
conforming to style, and fixing documentation
|
2014-07-09 19:12:15 -07:00 |
|
Cody Burkard
|
6845fd8339
|
added documentation for waitConnected timeout
|
2014-07-09 19:12:15 -07:00 |
|
Cody Burkard
|
8e2443ada4
|
improved waitConnected algorithm and set default wait time to wait forever
|
2014-07-09 19:12:15 -07:00 |
|
Cody Burkard
|
84ea8d7f90
|
added waitConnected attribute to mininet class
|
2014-07-09 19:12:15 -07:00 |
|
Cody Burkard
|
1aed2b8abd
|
Merge remote-tracking branch 'upstream/master'
|
2014-07-09 19:07:29 -07:00 |
|
Cody Burkard
|
b6be1e2810
|
Merge branch 'patches/cleanup'
|
2014-07-08 17:57:10 -07:00 |
|
Cody Burkard
|
a1acfa89c2
|
set default iperf formatting to none
|
2014-07-08 17:23:35 -07:00 |
|
Cody Burkard
|
93ddd92662
|
Revert "fixed default iperf formatting behavior"
This reverts commit 0e733c7754.
|
2014-07-08 16:55:50 -07:00 |
|
Cody Burkard
|
3131c90344
|
rolled back to iperf format option, and changed 'cpu' variable to 'pct'
|
2014-07-08 16:53:45 -07:00 |
|
Cody Burkard
|
0e733c7754
|
fixed default iperf formatting behavior
|
2014-07-02 13:07:57 -07:00 |
|
Cody Burkard
|
9c3ecfe338
|
conforming to mininet style
|
2014-07-02 10:53:41 -07:00 |
|
Cody Burkard
|
342b743b13
|
set staticArp in testLinkDelay
|
2014-07-01 17:07:14 -07:00 |
|
Cody Burkard
|
40a4a25dd8
|
use a single mininet instance in bindpy
|
2014-07-01 14:51:07 -07:00 |
|
Cody Burkard
|
af2f67d98c
|
added documentation for HostWithPrivateDirs
|
2014-06-26 09:29:06 -07:00 |
|
Cody Burkard
|
752c2d6e7c
|
mountprivatedirs is no longer needed
|
2014-06-20 23:54:18 -07:00 |
|
Cody Burkard
|
3c3344e1f5
|
imported check_output
|
2014-06-20 23:31:45 -07:00 |
|
Cody Burkard
|
6a81b6dfb3
|
added persistence option to HostWithPrivateDirs. also attached mount namespaces when mnexec -a is specified
|
2014-06-19 15:08:26 -07:00 |
|
Cody Burkard
|
4e76439c79
|
added support in iperf for different result formats. also added upper bounds for hifi tests
|
2014-06-16 23:33:38 -07:00 |
|
Cody Burkard
|
0d39f11034
|
added code to kill stale mininet processes
|
2014-06-16 17:39:24 -07:00 |
|
Cody Burkard
|
ebc1eae679
|
Merge branch 'patches/fix_bindpy' of https://github.com/cdburkard/mininet into patches/fix_bindpy
|
2014-06-11 03:26:45 -07:00 |
|
Cody Burkard
|
29e5bee34e
|
fixed issue with AssertTrue and skip first test if using old OVS version
|
2014-06-10 22:15:49 -07:00 |
|
Cody Burkard
|
de41192ea7
|
imported warn from mininet.log
|
2014-06-10 21:50:40 -07:00 |
|
Cody Burkard
|
b3055067ac
|
fixed netParse bug that caused mininet crash when no ip prefix was specified
|
2014-06-10 18:38:10 -07:00 |
|
Cody Burkard
|
9109233886
|
Added support for mount namespaces in bind.py. Also moved it to the node class as a host type.
|
2014-06-10 11:44:03 -07:00 |
|
Cody
|
87b6021428
|
restructured code and added a test for the numberedports.py example
|
2014-05-29 17:26:40 -07:00 |
|
Cody
|
50f5080912
|
corrected code
|
2014-05-29 11:52:56 -07:00 |
|
Cody
|
3641723193
|
explaining test
|
2014-05-29 11:11:12 -07:00 |
|
Cody
|
586a9bb631
|
adding example to test functionality of port numbering
|
2014-05-28 17:46:19 -07:00 |
|
Cody
|
4579b303e6
|
conforming to mininet python style
|
2014-05-28 13:46:55 -07:00 |
|
Cody
|
32d3c2bc79
|
removing debugging messages
|
2014-05-28 12:56:24 -07:00 |
|
Cody
|
ba43451bd6
|
rearranged code for elegance
|
2014-05-28 12:42:48 -07:00 |
|
Cody
|
f1e42ba5fa
|
adding ovs version detection to fix port numbering bug
|
2014-05-28 11:50:13 -07:00 |
|