Fix functional tests & multiple bugfixes & use CES

This commit is contained in:
Brendan LE GLAUNEC
2016-11-12 12:55:32 +01:00
committed by Brendan Le Glaunec
parent 5be5124e70
commit 58bcfb9ee5
34 changed files with 663 additions and 356 deletions
+8 -4
View File
@@ -1,15 +1,19 @@
#!/bin/bash
while ! mysqladmin ping -h"mysql_cameradar" -P3306 --silent; do
while ! mysqladmin ping -h"cameradar-database" -P3306 --silent; do
sleep 1
done
ls -alhR /conf
cat /etc/hosts
cat /tmp/tests/cameradartest.conf.json
# build
go build
cp /tmp/tests/*.xml ./
# run test
./cameradartest /tmp/tests/cameradartest.conf.json
cp cameratest.log.xml /tmp/tests/
cat *.xml
cp *.xml /tmp/tests/