Brian O'Connor
|
9a11544d87
|
Merge pull request #332 from cdburkard/patches/fix_linear5
adding waitConnected to linear5 test
|
2014-07-14 16:12:43 -07:00 |
|
lantz
|
2451d757bd
|
Merge pull request #318 from cdburkard/patches/hifi_fix
added support in iperf for different result formats.
|
2014-07-14 15:20:11 -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 |
|
Bob Lantz
|
4794871a9a
|
Change algorithm slightly and print progress
|
2014-07-10 13:40:21 -07:00 |
|
Bob Lantz
|
13d25b4109
|
Minor message changes
|
2014-07-10 12:44:49 -07:00 |
|
lantz
|
21b50c962e
|
Merge pull request #325 from cdburkard/patches/userspace_connect
added waitConnected attribute to mininet class
|
2014-07-14 13:46:07 -07:00 |
|
Brian O'Connor
|
54b29af818
|
Merge pull request #327 from mininet/devel/nodelib
Devel/nodelib
|
2014-07-11 17:02:18 -07:00 |
|
Brian O'Connor
|
8f34fa4c88
|
Merge pull request #326 from cdburkard/patches/nets
Switched shutdown order to kill controller first
|
2014-07-11 17:01:43 -07:00 |
|
lantz
|
872e336462
|
Merge pull request #328 from mininet/devel/newtopo
Add build() method to simplify Topo() usage
|
2014-07-11 16:27:49 -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 |
|
Bob Lantz
|
38addf2e24
|
Add alias + switch: { 'ovs': OVSSwitch, 'lxbr': LinuxBridge }
|
2014-07-10 01:34:53 -07:00 |
|
Bob Lantz
|
3878c000fe
|
Add nodelib.py, a library of new node types
|
2014-07-10 00:44:53 -07:00 |
|
Bob Lantz
|
1324ae6262
|
Add build() method to simplify Topo() usage
|
2014-07-09 21:37:47 -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 |
|
Brian O'Connor
|
191df1cb73
|
Adding listen socket to UserSwitch when there is no listenPort set
|
2014-07-09 17:47:25 -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 |
|
lantz
|
3b484491ce
|
Merge pull request #315 from cdburkard/patches/fix_bindpy
Added support for mount namespaces in bind.py
|
2014-07-08 16:27:06 -07:00 |
|
Bob Lantz
|
3b24bd7abd
|
Restore non-mnexec pid detection for background commands
|
2014-07-08 02:22:02 -07:00 |
|
Bob Lantz
|
e9013d761f
|
Fix pid regex to eat \r\n
|
2014-07-07 21:58:30 -07:00 |
|
Bob Lantz
|
c49b216c1f
|
Set default printPid back to True
|
2014-07-07 21:55:34 -07:00 |
|
Bob Lantz
|
16ddf6560a
|
Fix findPid since pty uses \r\n as line ending
|
2014-07-07 21:51:07 -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 |
|
Bob Lantz
|
771850b9cf
|
Possibly faster check for sentinel.
|
2014-07-01 18:04:44 -07:00 |
|
Bob Lantz
|
355696f3dd
|
Don't set self.waiting twice
|
2014-07-01 17:55:14 -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 |
|
lantz
|
25979e715e
|
Merge pull request #317 from cdburkard/patches/cleanup
added code to kill stale mininet processes
|
2014-07-01 13:32:58 -07:00 |
|
Bob Lantz
|
82e0e9f38f
|
Avoid overhead of another process (env) in startShell()
|
2014-07-01 01:49:10 -07:00 |
|
Bob Lantz
|
549f1ebc8f
|
Attach a pty to each node's bash process
This should enable node commands that are expecting a tty to
behave better.
|
2014-06-27 16:41:54 -07:00 |
|
Bob Lantz
|
00803bcd7f
|
Whitespace changes in OVSSwitch.
|
2014-06-27 13:05:10 -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 |
|
Brian O'Connor
|
68e2e45f7d
|
Merge pull request #316 from cdburkard:patches/fix_remote_ip
fixed netParse bug that caused mininet crash when no ip prefix was specified
|
2014-06-19 16:28:09 -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 |
|