Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2009 01:34:42 GMT
From:      Zachariah Riggle <zjriggl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 165890 for review
Message-ID:  <200907100134.n6A1Yg86033849@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=165890

Change 165890 by zjriggl@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907100134.n6A1Yg86033849>