From 0716fde70f5e8a596302c4feaba3bead43d9c5c8 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 26 Jun 2016 17:11:47 +0200 Subject: [PATCH] more checks --- test_coverage.sh | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/test_coverage.sh b/test_coverage.sh index e90c450d..23c0a83d 100755 --- a/test_coverage.sh +++ b/test_coverage.sh @@ -179,11 +179,21 @@ f -e -c mc.5 r -c mc.5 Timer.Monday w -c mc.5 Timer.Monday "-:-;-:-;-:-;-:-;-:-;-:-;Mo-So" w -c mc.5 -d 53 HeatingCurve 0.25 -w -h fe070400 hex fe070400 hex 53070400 dump grab result +r -c mc.5 -d g3 HeatingCurve +r -c mc.5 -d 00 HeatingCurve +r -c mc.5 -m 999999 HeatingCurve +r -c +r -d +r -p +r -i +r -Z +r -h fe070400 +w -h fe070400 +nocommand reload EOF while [ ! "$status" = 0 ]; do @@ -207,6 +217,9 @@ if [ "$status" = 0 ]; then done echo "scan result:" ./src/tools/ebusctl -p 8877 scan result + curl http://localhost:8080/data/ >/dev/null + curl "http://localhost:8080/data/?verbose=1" >/dev/null + curl -T .travis.yml http://localhost:8080/data/ echo "commands done" fi sleep 5