You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/qa
Eric Leblond 1180fc1ac7 prscript: add docker handling support
You can now create the docker image necessary to run a
suricata builbot in docker. To do that you need to have
docker and python-docker installed on the system.

Then you can go to the qa directory.

You need to run once the creattion procedure:
 sudo ./prscript.py  -C -d master  -l
This will create a container named 'suri-buildbot'.

You can start it with:
 sudo ./prscript.py  -s -d master  -l

And stop it with:
 sudo ./prscript.py  -S -d master  -l

To start a test, you can do:
 ./prscript.py -d my_branch -l
11 years ago
..
coccinelle coccinelle: fix problem with coccinelle 1.0rc21 12 years ago
gnuplot Profiling: add accounting for several detection phases. 15 years ago
Makefile.am Add DrMemory suppress file 13 years ago
drmemory.suppress drmemory: remove bug 978 suppression 13 years ago
prscript.py prscript: add docker handling support 11 years ago
sock_to_gzip_file.py Add simple socket to gzip file PoC. 15 years ago
travis-libhtp.sh Add initial travis-ci integration. 12 years ago
valgrind.suppress Suppress ARM valgrind warning 12 years ago
wirefuzz.pl Add -z option for excluding pcaps from fuzzing.. What you don't want to fuzz a 750G pcap? 16 years ago