144 lines
5.2 KiB
Plaintext
144 lines
5.2 KiB
Plaintext
##############################################################################
|
|
# This file contains common properties for automated Webclient TestBase #
|
|
# (please change prop values before making and using testbase) #
|
|
# #
|
|
##############################################################################
|
|
|
|
############################## BUILD_DESCRIPTION #############################
|
|
# Please place a brief, one line description of current build there.
|
|
# OS version, Mozilla date/mailstoun etc .
|
|
# Example: Solaris 2.7, Mozilla M16, Webclient M4
|
|
|
|
BUILD_DESCRIPTION=Webclient sources from Aug 28(M4 Webclient), M16 Mozilla , Sparc Solaris 2.7
|
|
|
|
|
|
############################## HTML_ROOT_DIR #################################
|
|
# HTML_ROOT_DIR should be pointed to directory on your local filesystem
|
|
# where HTML documents should be placed
|
|
# for example on /home/avm/httpd/htroot/webclient
|
|
|
|
# HTML_ROOT_DIR=/net/earth/export1/avm/httpd_amber/htdocs/automated
|
|
HTML_ROOT_DIR=/opt/JavaWebServer1.1.3/public_html/webclient/automated
|
|
|
|
|
|
################################ HTML_ROOT ###################################
|
|
# HTML_ROOT should be pointed to your HTTPD server entry
|
|
# for example on http://myserv.com/webclient
|
|
|
|
# HTML_ROOT=http://amber:8080/automated
|
|
HTML_ROOT=file:///opt/JavaWebServer1.1.3/public_html/webclient/automated
|
|
|
|
|
|
############################## CGI_BIN_ROOT_DIR ##############################
|
|
# CGI_BIN_ROOT_DIR should be pointed to directory on your local filesystem
|
|
# where CGI-scripts should be placed
|
|
# for example on /home/avm/httpd/cgi-bin/webclient_cgi
|
|
|
|
# CGI_BIN_ROOT_DIR=/net/earth/export1/avm/httpd_amber/cgi-bin/automated
|
|
CGI_BIN_ROOT_DIR=/opt/JavaWebServer1.1.3/public_html/cgi-bin/webclient/automated
|
|
|
|
|
|
############################## CGI_BIN_ROOT ##################################
|
|
# CGI_BIN_ROOT should be pointed to your HTTPD server cgi-bin entry
|
|
# for example on http://myserv.com/cgi-bin/webclient
|
|
|
|
# CGI_BIN_ROOT=http://amber:8080/cgi-bin/automated
|
|
CGI_BIN_ROOT=http://rampriya.eng:8080/cgi-bin/webclient/automated
|
|
|
|
|
|
################################ PERL_DIR ###################################
|
|
# PERL_DIR should be pointed to directory on your filesystem
|
|
# where perl program located . Run a "which perl" command to find out on Sparc Solaris
|
|
# for example on /usr/local/bin
|
|
|
|
# PERL_DIR=/usr/local/bin
|
|
PERL_DIR=/pkg/gnu/bin/
|
|
|
|
|
|
################################ FTP_HOST ####################################
|
|
# FTP_HOST should be equals to url to any ftp server with user name and password
|
|
# if necessary.
|
|
# For example: ftp://guest:guest@polar/
|
|
|
|
# FTP_HOST=ftp://guest:guest@polar/
|
|
|
|
|
|
################################ HTTP_HOST ####################################
|
|
# HTTP_HOST should be equals to url to any accessible httpd server.
|
|
# For example: http://localhost or http://machine_name:8080 if JWS
|
|
|
|
# HTTP_HOST=http://router
|
|
HTTP_HOST=http://rampriya.eng:8080/
|
|
|
|
|
|
############################## PAGES_TO_LOAD ##################################
|
|
# PAGES_TO_LOAD contains comma separated pages, that will be loaded by default.
|
|
# Usually this property specified in TestProperties file and can be empty.
|
|
# For example: file:///c:/temp/webclient/test/basic/bastest1.html,file:///c:/temp/webclient/test/basic/bastest2.html
|
|
|
|
PAGES_TO_LOAD=
|
|
|
|
|
|
############################# BROWSER_BIN_DIR #################################
|
|
# BROWSER_BIN_DIR should be equals to MOZILLA_FIVE_HOME variable
|
|
# I.e point to mozilla executable location.
|
|
# For example: d:\\m16\\mozilla\\dist\\win32_d.obj\\bin
|
|
#
|
|
#NOTE: You must use "\\" as file separator on Win32, because this value
|
|
#will be read via getProperty and "\" will be skipped.
|
|
|
|
# BROWSER_BIN_DIR=/net/earth/export1/avm/m16/mozilla/dist/bin
|
|
BROWSER_BIN_DIR=/opt/mozilla/dist/bin
|
|
|
|
|
|
|
|
############################### TEST_TOP_DIR ##################################
|
|
# TEST_TOP_DIR should be pointed to the top dir of automated testbase.
|
|
# For example: c:\home\avm\webclient\automated
|
|
|
|
# TEST_TOP_DIR=/net/earth/export1/avm/automated
|
|
TEST_TOP_DIR=/Blackwood/src/Webclient/automated
|
|
|
|
|
|
|
|
############################### DELAY_INTERNAL ##################################
|
|
# DELAY_INTERNAL - internal timeout for TestLoader in seconds.
|
|
# After this period of time TestLoader set result of execution automatically.
|
|
|
|
DELAY_INTERNAL=100
|
|
|
|
|
|
############################### DELAY_EXTERNAL ##################################
|
|
# DELAY_EXTERNAL - external timeout for autorun.pl in seconds.
|
|
# After this period of time autorun.pl kill the application if it is still running.
|
|
|
|
DELAY_EXTERNAL=120
|
|
|
|
|
|
############################### DELAY_OF_CYCLE ##################################
|
|
# DELAY_OF_CYCLE - timeout for autorun.pl in seconds.
|
|
# One time in such period autorun.pl performs check for test results and for
|
|
# application status.
|
|
# The good value should be in range :
|
|
# 2<= (DELAY_EXTERNAL - DELAY_INTERNAL)/DELAY_OF_CYCLE <=10
|
|
#
|
|
#
|
|
|
|
DELAY_OF_CYCLE=2
|
|
|
|
|
|
##############################################################################
|
|
#
|
|
# Additional parameters. In common case you MUST NOT change it.
|
|
#
|
|
################################################################################
|
|
|
|
TEST_LOG_FILE=WebclientTest.log
|
|
|
|
TEST_RESULT_FILE=WebclientTest.res
|
|
|
|
Integer_MIN_VALUE=-2147483648
|
|
|
|
Integer_MAX_VALUE=2147483647
|
|
|