From owner-cvs-src@FreeBSD.ORG Thu Jan 29 08:02:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF8B316A4CE; Thu, 29 Jan 2004 08:02:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A49B43D2D; Thu, 29 Jan 2004 08:01:58 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0TG1w0B093657; Thu, 29 Jan 2004 08:01:58 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0TG1vXm093653; Thu, 29 Jan 2004 08:01:57 -0800 (PST) (envelope-from harti) Message-Id: <200401291601.i0TG1vXm093653@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 29 Jan 2004 08:01:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/atm Funcs.sh README RunTest.sh src/tools/regression/atm/proto_sscop RunTest.sh src/tools/regression/atm/proto_uni RunTest.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 16:02:04 -0000 harti 2004/01/29 08:01:57 PST FreeBSD src repository Added files: tools/regression/atm Funcs.sh README RunTest.sh tools/regression/atm/proto_sscfu RunTest.sh tools/regression/atm/proto_sscop RunTest.sh tools/regression/atm/proto_uni RunTest.sh Log: These scripts run the protocol test suites for the SSCOP, SSCF-UNI and UNI protocols. The actual test suites are not in these directories because of their size. One needs to install the atmsupport port (the script will remind you, if it cannot find the port). The SSCOP test suite includes booth the ETSI and the ITU-T test suite, the SSCF-UNI test suite is home grown and the UNI test suite is the P2MP ETSI test suite. Others may follow. Revision Changes Path 1.1 +53 -0 src/tools/regression/atm/Funcs.sh (new) 1.1 +16 -0 src/tools/regression/atm/README (new) 1.1 +43 -0 src/tools/regression/atm/RunTest.sh (new) 1.1 +11 -0 src/tools/regression/atm/proto_sscfu/RunTest.sh (new) 1.1 +10 -0 src/tools/regression/atm/proto_sscop/RunTest.sh (new) 1.1 +12 -0 src/tools/regression/atm/proto_uni/RunTest.sh (new)