Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100755
|
File size:
513 bytes
|
Line | |
---|
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.