1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[setup]
pktsdirs /tmp/pkts /some/other/source
[areas]
# path-to-area map-target-script(future, optional)
fullrun tests/fullrun
ext-tests ext-tests
[contours]
# mode-patt/tag-expr
quick QUICKPATT/quick
# full MAXPATT/long QUICKPATT/quick
[runtypes]
#runtype areapatt:tag-expr/mode-patt/testpatt apatt2:texpr2/mpatt2/tpatt2
smoke smoke:SMOKEPATT
fast smoke,fast:SMOKEPATT,FASTPATT
stress %:%
|
|
<
<
<
<
<
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[setup]
pktsdirs /tmp/pkts /some/other/source
[areas]
# path-to-area map-target-script(future, optional)
fullrun tests/fullrun
ext-tests ext-tests
[contours]
# mode-patt/tag-expr
quick QUICKPATT/quick
full MAXPATT/all QUICKPATT/quick
|