freebsd-dev/tools/regression/atm
2004-08-13 09:27:21 +00:00
..
harp
proto_cc Add a regression test for the ATM call control stuff. 2004-08-13 09:27:21 +00:00
proto_sscfu
proto_sscop
proto_uni
Funcs.sh
README Add a regression test for the ATM call control stuff. 2004-08-13 09:27:21 +00:00
RunTest.sh Add a regression test for the ATM call control stuff. 2004-08-13 09:27:21 +00:00

$FreeBSD$

This directory contains tests for the ATM stuff. Specific tests for HARP
are in the harp subdirectory and are not automatically run. All
other tests can be run from the top-level or from their sub-directories by
starting RunTest.sh.

These tests require ports/net/atmsupport to be installed - the
scripts will remind you if they cannot find the package.

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