ac9c95fde8
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.
11 lines
161 B
Bash
11 lines
161 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
. ../Funcs.sh
|
|
|
|
parse_options $*
|
|
|
|
DATA=$LOCALBASE/share/atmsupport/testsuite_sscop
|
|
|
|
$LOCALBASE/bin/ats_sscop $options $DATA/Funcs $DATA/S*
|