Run bandwidth limit test
( net, bw )
| 13 | |
| 14 | |
| 15 | def testLinkLimit( net, bw ): |
| 16 | "Run bandwidth limit test" |
| 17 | info( '*** Testing network %.2f Mbps bandwidth limit\n' % bw ) |
| 18 | net.iperf() |
| 19 | |
| 20 | def limit( bw=10, cpu=.1 ): |
| 21 | """Example/test of link and CPU bandwidth limits |