source: tests/00810_traffic

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
RevLine 
[c5c522c]1#!/bin/bash
2
3
4source testlib || exit 1
5
6DESCRIPTION1="Ssh beschikbaar?"
7VERIFYEXIT=0
8sshtest || exit 1
9
10DESCRIPTION1="Sla test over indien we niet de juiste licentieoptie hebben."
11CMD="cat /etc/webint/REG"
12VERIFYPOSITIVE='"I"'
13if ! sshtest; then
14        echo "Dit is geen internetserver, test overgeslagen"
15        exit 0
16fi
17
18#################################
19
20
21DESCRIPTION1="Standaard instellingen opslaan"
22PAGE="traffic/edittc.php?save=1"
23IGNOREERROR=1
24VERIFYPOSITIVE="instellingen opgeslagen"
25scc_add
26
27
28scc_test || exit 1
Note: See TracBrowser for help on using the repository browser.