From d04c2b4f9dc1e4c4c73c9ffe4f5d366768968312 Mon Sep 17 00:00:00 2001 From: harti Date: Fri, 13 Aug 2004 09:27:21 +0000 Subject: Add a regression test for the ATM call control stuff. --- tools/regression/atm/README | 1 + tools/regression/atm/RunTest.sh | 2 ++ tools/regression/atm/proto_cc/RunTest.sh | 10 ++++++++++ 3 files changed, 13 insertions(+) create mode 100644 tools/regression/atm/proto_cc/RunTest.sh (limited to 'tools/regression') diff --git a/tools/regression/atm/README b/tools/regression/atm/README index 51403bd..509a08d 100644 --- a/tools/regression/atm/README +++ b/tools/regression/atm/README @@ -12,5 +12,6 @@ harp HARP tests proto_sscfu test suite for the SSCF at the user interface proto_sscop test suite for the SSCOP protocol proto_uni test suite for the UNI protocol +proto_cc test suite for the call control function harti@freebsd.org diff --git a/tools/regression/atm/RunTest.sh b/tools/regression/atm/RunTest.sh index 8fd7cc6..53fe605 100644 --- a/tools/regression/atm/RunTest.sh +++ b/tools/regression/atm/RunTest.sh @@ -37,7 +37,9 @@ done (cd proto_sscop ; sh ./RunTest.sh -u $options) (cd proto_sscfu ; sh ./RunTest.sh -u $options) (cd proto_uni ; sh ./RunTest.sh -u $options) +(cd proto_cc ; sh ./RunTest.sh -u $options) (cd proto_uni ; sh ./RunTest.sh $options) (cd proto_sscop ; sh ./RunTest.sh $options) (cd proto_sscfu ; sh ./RunTest.sh $options) +(cd proto_cc ; sh ./RunTest.sh $options) diff --git a/tools/regression/atm/proto_cc/RunTest.sh b/tools/regression/atm/proto_cc/RunTest.sh new file mode 100644 index 0000000..f6c7ce0 --- /dev/null +++ b/tools/regression/atm/proto_cc/RunTest.sh @@ -0,0 +1,10 @@ +#!/bin/sh +# $FreeBSD$ + +. ../Funcs.sh + +parse_options $* + +DATA=$LOCALBASE/share/atmsupport/testsuite_cc + +$LOCALBASE/bin/ats_cc $options $DATA/CC_Funcs $DATA/CC_??_?? -- cgit v1.1