Add a regression test for the ATM call control stuff.
This commit is contained in:
parent
76d3d14692
commit
b5bb945eef
@ -12,5 +12,6 @@ harp HARP tests
|
|||||||
proto_sscfu test suite for the SSCF at the user interface
|
proto_sscfu test suite for the SSCF at the user interface
|
||||||
proto_sscop test suite for the SSCOP protocol
|
proto_sscop test suite for the SSCOP protocol
|
||||||
proto_uni test suite for the UNI protocol
|
proto_uni test suite for the UNI protocol
|
||||||
|
proto_cc test suite for the call control function
|
||||||
|
|
||||||
harti@freebsd.org
|
harti@freebsd.org
|
||||||
|
@ -37,7 +37,9 @@ done
|
|||||||
(cd proto_sscop ; sh ./RunTest.sh -u $options)
|
(cd proto_sscop ; sh ./RunTest.sh -u $options)
|
||||||
(cd proto_sscfu ; sh ./RunTest.sh -u $options)
|
(cd proto_sscfu ; sh ./RunTest.sh -u $options)
|
||||||
(cd proto_uni ; 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_uni ; sh ./RunTest.sh $options)
|
||||||
(cd proto_sscop ; sh ./RunTest.sh $options)
|
(cd proto_sscop ; sh ./RunTest.sh $options)
|
||||||
(cd proto_sscfu ; sh ./RunTest.sh $options)
|
(cd proto_sscfu ; sh ./RunTest.sh $options)
|
||||||
|
(cd proto_cc ; sh ./RunTest.sh $options)
|
||||||
|
10
tools/regression/atm/proto_cc/RunTest.sh
Normal file
10
tools/regression/atm/proto_cc/RunTest.sh
Normal file
@ -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_??_??
|
Loading…
x
Reference in New Issue
Block a user