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

Side by Side Diff: mininet_testing/test-topo-5-csd

Issue 339010043: Created table RIB that holds all path information, regardless if used for routing or not. FIB is a …
Patch Set: 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:
View unified diff | Download patch
OLDNEW
(Empty)
1 py "[TEST-5] Pingall to discover all hosts..."
2 pingall
3 py "[TEST-5] Pingall, again, to verify connectivity between all hosts..."
4 pingall
5 py "[TEST-5] Result of pingall above should have been 100% success between any p air of hosts."
6 py "[TEST-5] Starting bi-directional iPerf TCP flow between hosts (h1, h3)."
Vasileios Papageorgiou 2017/12/06 14:41:28 Have you used this test for bi-directional iperf T
7 py h3.sendCmd('iperf -s')
Vasileios Papageorgiou 2017/12/06 14:41:28 Could you add -p parameter to check with ports as
8 py time.sleep(2)
9 py h1.sendCmd('iperf -c 10.0.0.3 -t 3600 -d')
10 py "[TEST-5] Sleeping for 60 seconds."
11 py time.sleep(60)
12 py "[TEST-5] Starting bi-directional iPerf TCP flow between hosts (h2, h4)."
13 py h4.sendCmd('iperf -s')
14 py time.sleep(2)
15 py h2.sendCmd('iperf -c 10.0.0.4 -t 3600 -d')
16 py "[TEST-5] Starting bi-directional iPerf UDP flow between hosts (h1, h4)."
17 py h1.sendCmd('iperf -s -u')
18 py time.sleep(2)
19 py h4.sendCmd('iperf -c 10.0.0.1 -t 3600 -d -u -b 100m')
20 py "[TEST-5] Sleeping for 60 seconds."
21 py time.sleep(60)
22 py "[TEST-5] Starting bi-directional iPerf UDP flow between hosts (h2, h3)."
23 py h2.sendCmd('iperf -s -u')
24 py time.sleep(2)
25 py h3.sendCmd('iperf -c 10.0.0.2 -t 3600 -d -u -b 100m')
26 py "[TEST-5] End of TEST script. (Though iPerf sessions will go on)"
OLDNEW

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