PERFORCE change 142946 for review
Victor Hugo Bilouro
bilouro at FreeBSD.org
Thu Jun 5 10:10:24 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=142946
Change 142946 by bilouro at bilouro_tcptest on 2008/06/05 10:10:18
write three way handshake as a unit test
question remote pcap connector??
cthreewayhandshake_nooptions.py still have syntax errors
Affected files ...
.. //depot/projects/soc2008/bilouro_tcptest/TODO#3 edit
.. //depot/projects/soc2008/bilouro_tcptest/src/scripts/tests/README#1 add
.. //depot/projects/soc2008/bilouro_tcptest/src/scripts/tests/cthreewayhandshake_nooptions.py#1 add
Differences ...
==== //depot/projects/soc2008/bilouro_tcptest/TODO#3 (text+ko) ====
@@ -4,8 +4,16 @@
create connection establishment options test
create some regression test scripts
create some conformance test scripts
-choose the better method to create tests, programmatically or parsing
-oriented
-
+choose the better method to create tests, programmatically or parsing oriented
+
+Think about:
+ to be able make synchronous tests, will be wonderful remotely
+ connect via pcap. eg. thatsideoutput = pcs.PcapConnector(remote,"ed0")
+
+ self.output = { self.thisside : pcs.PcapConnector("ed0") , \
+ self.thatside : pcs.PcapConnector(remoteip,"ed0") }
+
+ this.packet == that.packet will be possible
+
done:
-manually establish a tcp connection using pcs
More information about the p4-projects
mailing list