epic-ukulele
[xhome.git] / TestXfhem / FitnessePages / TestWatchdog / content.txt
index 2ce2b4b..564c8c3 100644 (file)
@@ -3,13 +3,18 @@ Install Watchdog
 !|test.util.CallScript|
 |call script|xfhem define watchdog localhost|
 
+Entferne Sysal-Stub-Output
+|call script|!-sudo rm /tmp/sysal-stub.out || true -!|
+
 Verkürze Zeit
-|call script|/opt/fhem/fhem.pl 7072 "modify watchdog +*00:01:00"|
+|call script|/opt/fhem/fhem.pl 7072 "modify watchdog +*00:00:05"|
 
 Warte Auslösezeit
-|call script|sleep 60|
+|call script|sleep 6|
 
 Prüfe Watchdog
+|call script|grep rwd /tmp/sysal-stub.out|
 
 Entferne Watchdog
 |call script|xfhem delete watchdog|
+