source: tests/00900_webportal @ 26ffad7

Last change on this file since 26ffad7 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: 515 bytes
Line 
1#!/bin/bash
2
3source testlib || exit 1
4
5DESCRIPTION1="Draait apache en redirect hij naar portal?"
6URL="http://$IP"
7VERIFYPOSITIVE="0;url=syn3/webportal"
8web_add
9
10DESCRIPTION1="Ook met https?"
11URL="https://$IP"
12VERIFYPOSITIVE="0;url=syn3/webportal"
13web_add
14
15DESCRIPTION1="Portal pagina aanwezig?"
16URL="http://$IP/syn3/webportal/"
17VERIFYPOSITIVE="Syn-3 web portal"
18VERIFYPOSITIVE2="/SCC"
19web_add
20
21DESCRIPTION1="SCC redirect  aanwezig?"
22URL="http://$IP/syn3/SCC/"
23VERIFYPOSITIVE=":10000/"
24web_add
25
26web_test || exit 1
27
28
Note: See TracBrowser for help on using the repository browser.