PERFORCE change 165890 for review

Zachariah Riggle zjriggl at FreeBSD.org
Fri Jul 10 01:34:43 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165890

Change 165890 by zjriggl at zjriggl_tcpregression on 2009/07/10 01:33:53

	Updated Milestones

Affected files ...

.. //depot/projects/soc2009/zjriggl_tcpregression/Milestones#5 edit

Differences ...

==== //depot/projects/soc2009/zjriggl_tcpregression/Milestones#5 (text+ko) ====

@@ -1,5 +1,29 @@
-Tentative Milestones
-¥ Framework successfully tests and validates a standard TCP setup and tear-down.
-¥ Framework successfully tests and validates standard TCP cases.
-¥ Framework successfully tests and validates the ARP protocol, per RFC 826.
-¥ Additional features and milestones TBD per project's progress.+Early May
+
+Become familiar with PCS
+Download and set up
+Run tests to ensure proper setup
+Modify canned example case to do something new
+Late May / June
+
+Get familiar with the TCP RFC. Very familiar. Uncomfortably familiar.
+Start planning the test suite framework (this does not include any tests)
+Start implementing framework
+July
+
+Continue implementing framework
+Implement first few tests (TCP setup/tear-down) using calls to TCP implementation to test it
+Re-implement first few tests by hooking into the correct sections and manually executing the tested code segments.
+Milestones
+
+Framework successfully tests and validates a standard TCP setup and tear-down.
+Framework successfully tests and validates standard TCP cases.
+LISTEN -> SYN-RECVD -> ESTABLISHED
+SYN-SENT -> SYN-RECVD -> ESTABLISHED
+FIN-WAIT-1 -> FIN-WAIT-2 vs. FIN-WAIT-1 -> CLOSING
+Potential Milestones
+
+Time permitting:
+
+Framework successfully tests and validates the ARP protocol, per RFC 826.
+Additional features and milestones TBD per project's progress.


More information about the p4-projects mailing list