From owner-p4-projects@FreeBSD.ORG Thu Jun 5 10:10:24 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 417E5106567B; Thu, 5 Jun 2008 10:10:24 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 014E21065672 for ; Thu, 5 Jun 2008 10:10:24 +0000 (UTC) (envelope-from bilouro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DACDC8FC18 for ; Thu, 5 Jun 2008 10:10:23 +0000 (UTC) (envelope-from bilouro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m55AANmr086082 for ; Thu, 5 Jun 2008 10:10:23 GMT (envelope-from bilouro@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m55AANIG086080 for perforce@freebsd.org; Thu, 5 Jun 2008 10:10:23 GMT (envelope-from bilouro@FreeBSD.org) Date: Thu, 5 Jun 2008 10:10:23 GMT Message-Id: <200806051010.m55AANIG086080@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bilouro@FreeBSD.org using -f From: Victor Hugo Bilouro To: Perforce Change Reviews Cc: Subject: PERFORCE change 142946 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 10:10:24 -0000 http://perforce.freebsd.org/chv.cgi?CH=142946 Change 142946 by bilouro@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