Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(370)

Delta Between Two Patch Sets: topology/Admission_control

Issue 329400043: RPM comupting the RTT of each switch
Left Patch Set: RPM sending to DB Created 6 years, 5 months ago
Right Patch Set: update Created 6 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« RPM/RPM.py ('K') | « RPM/RPM.py ('k') | topology/iperf_traffic » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 1
2 py "[TEST] Testing admission control." 2 py "[TEST] Testing admission control."
3 3
4 py "[TEST-1] Testing connectivity." 4 py "[TEST-1] Testing connectivity."
5 pingall 5 pingall
6 6
7 py h1.sendCmd('iperf -s')
7 8
8 py "[TEST-2] Starting ICMP flow (4kb) from host h2 to h1." 9 py "[TEST-2] Starting ICMP flow (4kb) from host h2 to h1."
9 py h2.sendCmd('ping 10.0.0.1 -s 4000 -t 150') 10 py h2.sendCmd('ping 10.0.0.1 -s 4000 -t 150')
10 py "[TEST-3] Sleeping for 30 seconds." 11 py "[TEST-3] Sleeping for 30 seconds."
11 py time.sleep(30) 12 py time.sleep(30)
12 13
13 py "[TEST-2] Starting UDP flow (4kb) from host h3 to h1." 14 py "[TEST-2] Starting ICMP flow (4kb) from host h3 to h1."
14 py h3.sendCmd('ping 10.0.0.1 -s 4000 -t 90') 15 py h3.sendCmd('ping 10.0.0.1 -s 4000 -t 90')
15 py "[TEST-2] Sleeping for 30 seconds." 16 py "[TEST-2] Sleeping for 30 seconds."
16 py time.sleep(30) 17 py time.sleep(30)
17 18
18 py "[TEST-2] Starting TCP flow (4kb) from host h4 to h1." 19 py "[TEST-2] Starting ICMP flow (4kb) from host h4 to h1."
19 py h4.sendCmd('ping 10.0.0.1 -s 4000 -t 30') 20 py h4.sendCmd('ping 10.0.0.1 -s 4000 -t 30')
20 py "[TEST-2] Sleeping for 30 seconds." 21 py "[TEST-2] Sleeping for 30 seconds."
21 py time.sleep(30) 22 py time.sleep(30)
22 23
23 py "[TEST-2] Flows has stoped. Test 3 has ended." 24 py "[TEST-2] Flows has stoped. Test 3 has ended."
24 25
25 26
26 27
27 py "[TEST-3] Starting iPerf TCP flow (4kb) from host h2 to h1, port 10001." 28 py "[TEST-3] Starting iPerf TCP flow (4kb) from host h2 to h1, port 10001."
28 py h2.sendCmd('iperf -c 10.0.0.1 -b 4000 -p 10001 -t 150') 29 py h2.sendCmd('iperf -c 10.0.0.1 -b 4000 -p 10001 -t 150')
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 py "[TEST-5] Sleeping for 30 seconds." 73 py "[TEST-5] Sleeping for 30 seconds."
73 py time.sleep(30) 74 py time.sleep(30)
74 75
75 py "[TEST-5] Starting iPerf TCP flow (4kb) from host h4 to h1, port 10003." 76 py "[TEST-5] Starting iPerf TCP flow (4kb) from host h4 to h1, port 10003."
76 py h4.sendCmd('iperf -c 10.0.0.1 -b 4000 -p 10003 -t 30') 77 py h4.sendCmd('iperf -c 10.0.0.1 -b 4000 -p 10003 -t 30')
77 py "[TEST-5] Sleeping for 30 seconds." 78 py "[TEST-5] Sleeping for 30 seconds."
78 py time.sleep(30) 79 py time.sleep(30)
79 80
80 py "[TEST-5] Flows has stoped. Test 5 has ended." 81 py "[TEST-5] Flows has stoped. Test 5 has ended."
81 82
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b