Browse code

Merge "Horizon front page test fix"

Jenkins authored on 2014/12/08 23:58:14
Showing 1 changed files
... ...
@@ -36,7 +36,7 @@ source $TOP_DIR/exerciserc
36 36
 is_service_enabled horizon || exit 55
37 37
 
38 38
 # can we get the front page
39
-curl http://$SERVICE_HOST 2>/dev/null | grep -q '<h3>Log In</h3>' || die $LINENO "Horizon front page not functioning!"
39
+curl http://$SERVICE_HOST 2>/dev/null | grep -q '<h3.*>Log In</h3>' || die $LINENO "Horizon front page not functioning!"
40 40
 
41 41
 set +o xtrace
42 42
 echo "*********************************************************************"