source:
tests/00810_traffic
@
13a1b25
Last change on this file since 13a1b25 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 513 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #!/bin/bash |
2 | ||
3 | ||
4 | source testlib || exit 1 | |
5 | ||
6 | DESCRIPTION1="Ssh beschikbaar?" | |
7 | VERIFYEXIT=0 | |
8 | sshtest || exit 1 | |
9 | ||
10 | DESCRIPTION1="Sla test over indien we niet de juiste licentieoptie hebben." | |
11 | CMD="cat /etc/webint/REG" | |
12 | VERIFYPOSITIVE='"I"' | |
13 | if ! sshtest; then | |
14 | echo "Dit is geen internetserver, test overgeslagen" | |
15 | exit 0 | |
16 | fi | |
17 | ||
18 | ################################# | |
19 | ||
20 | ||
21 | DESCRIPTION1="Standaard instellingen opslaan" | |
22 | PAGE="traffic/edittc.php?save=1" | |
23 | IGNOREERROR=1 | |
24 | VERIFYPOSITIVE="instellingen opgeslagen" | |
25 | scc_add | |
26 | ||
27 | ||
28 | scc_test || exit 1 |
Note: See TracBrowser
for help on using the repository browser.