From owner-p4-projects@FreeBSD.ORG Mon Jun 2 08:11:31 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B377B106567C; Mon, 2 Jun 2008 08:11:31 +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 752B81065675 for ; Mon, 2 Jun 2008 08:11:31 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id D6FEF8FC1B for ; Mon, 2 Jun 2008 08:11:30 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 64180 invoked from network); 2 Jun 2008 06:40:29 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 2 Jun 2008 06:40:29 -0000 Message-ID: <4843A49F.1050306@freebsd.org> Date: Mon, 02 Jun 2008 09:43:27 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Victor Hugo Bilouro References: <200806020715.m527F16Y091718@repoman.freebsd.org> In-Reply-To: <200806020715.m527F16Y091718@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Perforce Change Reviews Subject: Re: PERFORCE change 142736 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: Mon, 02 Jun 2008 08:11:32 -0000 Victor Hugo Bilouro wrote: > http://perforce.freebsd.org/chv.cgi?CH=142736 > > Change 142736 by bilouro@bilouro_tcptest on 2008/06/02 07:14:17 > > added some reminders > > Affected files ... > > .. //depot/projects/soc2008/bilouro_tcptest/TODO#2 edit > > Differences ... > > ==== //depot/projects/soc2008/bilouro_tcptest/TODO#2 (text+ko) ==== > > @@ -1,1 +1,11 @@ > -(1) manually establish a tcp connection using pcs > +use the last version of pcs > +rewrite connection establishment and finalization pcb-like oriented > +elicit with net@ some regression test suggested This is a good start to test the basic working of TCP: ftp://ftp.iol.unh.edu/pub/tcp/Core_TCP_Test_Suite_v0.3.pdf It describes a number of tests you could implement. We can certainly expand on it but so far it should keep you busy for a bit. ;-) -- Andre > +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 > + > +done: > +-manually establish a tcp connection using pcs > >