-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.schedule.txt
55 lines (35 loc) · 2.64 KB
/
test.schedule.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# A schedule for testing LazyCron.
# Example commands are below:
#Time Frequency Date Requirements Script Path
* 0 Thursday-Mon random 60s # random
* * * idle 5s # idle
* * * start, busy 8s # busy
* * * start, elapsed 8s # elapsed
* * * start, today 8s # today
# This example skips first, runs once and never again:
* 0 * skip, reps 1 # skip
# Thread test, make sure process finishes before starting new one
#* 4s * * sleep 1m
# Timeout test
#* * * timeout 10s, localdir time sleep 1h
# Run once test with live command, but nologs
* * * reps 1, nologs echo reps 1
#* * * online # online only
12am to 11:59pm 0 * max 2 # max
9-11pm * * reps 2 # reps
* 0 * start, # start
* * * cpu # cpu
* 4s elapsed * * # Frequency
# Cpu nice test
#* * * start, nice 10 sha256sum /dev/urandom
* * * delay 4s, # delay
* * * start, ssid: 'free wifi' # ssid
* * * loop 2, loopdelay 4s # msgbox looper
#* * * * md5sum errortest
* * * retry, delaymult 1.2 md5sum delay_retry_test
* * * environs 'muffins = 3 $ test = 2', start env
# Gap tests. Fix the bug where a time interval breaching a cycle boundary didn't work correctly.
# Oct-Feb should go from this year to the next.
* * Oct-Feb * # year gap test
11pm-2am * * * # day gap test
#* * * minbatt 50% msgbox min batt test