extend tests

This commit is contained in:
Solene Rapenne 2019-01-25 11:12:15 +01:00
parent 04e5233e49
commit f5fc8cf869
1 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,14 @@
(setf *tries* 2)
(setf *reminder* 1)
(setf *reminder* 5)
(alert notification "env DISPLAY=:0.0 notify-send -u critical '%state% %function%' '%params% %result%'")
(alert notification "echo '%state% %function% %params% %result%'")
;; check for /tmp/ disk usage
;; create a big file to increase size
(=> notification disk-usage :path "/tmp" :limit 5 :reminder 2)
(=> notification disk-usage :path "/" :limit 1 :reminder 2)
(=> notification disk-usage :path "/" :limit 1 :reminder 2)
(=> notification disk-usage :path "/" :limit 1 :reminder 2)
(=> notification disk-usage :path "/" :limit 1 :reminder 2)
(=> notification disk-usage :path "/" :limit 1 :reminder 2)
(=> notification disk-usage :path "/" :limit 1 :reminder 2)