OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / openswan / testing / klips / saref-alloc-01 / testparams.sh
1 #!/bin/sh
2
3 TEST_PURPOSE=regress
4 TEST_PROB_REPORT=0
5 TEST_TYPE=ctltest
6
7 TESTNAME=saref-alloc-01
8 TESTHOST=east
9
10 REF_CONSOLE_OUTPUT=saref-console.txt
11 REF_CONSOLE_FIXUPS="kern-list-fixups.sed nocr.sed"
12 REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS script-only.sed"
13 REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS klips-spi-sanitize.sed"
14 REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS ipsec-look-sanitize.sed"
15 REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS east-prompt-splitline.pl"
16 REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS klips-debug-sanitize.sed"
17 REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS pfkey-sanitize.sed"
18
19 INIT_SCRIPT=alloctest3.sh
20
21 # do not store this in CVS, but generate it the first time.
22 if [ ! -f alloctest2.sh ]
23 then
24     pwd
25     perl genallocfile.pl >alloctest2.sh
26 fi
27
28
29
30
31
32
33
34
35