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

Unified Diff: mininet_testing/test-topo-3-csd

Issue 339010043: Created table RIB that holds all path information, regardless if used for routing or not. FIB is a …
Patch Set: Added flow rule timeout. Added HUM metric for Admission Control. Created 6 years, 3 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mininet_testing/test-topo-2-csd ('k') | mininet_testing/test-topo-4-csd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mininet_testing/test-topo-3-csd
diff --git a/mininet_testing/test-topo-3-csd b/mininet_testing/test-topo-3-csd
new file mode 100644
index 0000000000000000000000000000000000000000..c5b928e6fa21b70d7c25b4d6c8bdd163e4fb8bfe
--- /dev/null
+++ b/mininet_testing/test-topo-3-csd
@@ -0,0 +1,9 @@
+py "[TEST-3] Pingall to discover two hosts... (h1, h2)"
+pingall
+py "[TEST-3] Pingall, again, to verify connectivity between two hosts... (h1, h2)"
+pingall
+py "[TEST-3] Result of pingall above should have been 100% success between (h1, h2)."
+py "[TEST-3] Starting bi-directional iPerf TCP flow between hosts (h1, h2)."
+py h2.sendCmd('iperf -s')
+py h1.sendCmd('iperf -c 10.0.0.2 -t 3600 -d')
+py "[TEST-3] End of TEST script. (Though iPerf sessions will go on)"
« no previous file with comments | « mininet_testing/test-topo-2-csd ('k') | mininet_testing/test-topo-4-csd » ('j') | no next file with comments »

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