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 prefix-contour
ext-tests ext-tests
[contours]
# mode-patt/tag-expr
quick quick/QUICKPATT
full all/MAXPATT quick/QUICKPATT
|
|
|
|
|
|
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 path=tests/fullrun; targtrans=prefix-contour
ext-tests path=ext-tests; targtrans=prefix-contour
[contours]
# mode-patt/tag-expr
quick selector=quick/QUICKPATT
full areas=fullrun,ext-tests; elector=all/MAXPATT
|