addition: added forgotten testall.sh script, which can be used rapidly test MISP-Dashboard

pull/29/head
Sami Mokaddem 2018-01-15 14:59:53 +01:00
parent 474ec72e19
commit 7767fa5a70
1 changed files with 11 additions and 0 deletions

11
tests/testall.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
set -e
[ -z "$DASH_HOME" ] && echo "Needs the env var DASHENV. Run the script from the virtual environment." && exit 1;
./start_framework.sh
# Wait a bit that redis terminate
sleep 1
python test_geo.py
python test_users.py
python test_trendings.py
./terminate_framework.sh