test_cbd.template.cfg #1

  • //
  • cbd/
  • main/
  • test/
  • shared/
  • test_cbd.template.cfg
  • View
  • Commits
  • Open Download .zip Download (1 KB)
#------------------------------------------------------------------------------
declare RunHost=__EDITME_SET_TO_YOUR_TEST_SERVER__
declare Platform=linux26x86_64
declare p4Version=r15.1

# Set SampleFileGZFile to sampledepot.tar.gz on Linux, or
# sampledepot.mac.tar.gz on Mac.  It's the same data set,
# but the latter has Mac-prefered line endings.
declare SampleFileGZFile=sampledepot.tar.gz
declare SampleDepotURL=ftp://ftp.perforce.com/perforce/tools/$SampleFileGZFile
declare SampleDepotHome=/tmp/sd
declare SampleDepotP4ROOT=$SampleDepotHome/PerforceSample
declare TestTag=test_cbd.$RunHost
declare TestWS=bruno_jam.$TestTag
declare TestWSRoot=$SampleDepotHome/ws/$TestWS

# Declare the broker and server port.  If testing with the Server Deployment
# Package (SDP), these two values should be set to '1999' (for the server)
# and '1666' (for the broker).  Otherwise, the values here are fine unless
# they conflict with other ports on your test system.
declare SampleDepotP4PORT=7473
declare SampleDepotBrokerPort=8223

# Define where to get Helix executables from.  These are overriden if
# testing with the SDP to use /p4/1/bin/<exe>_1, per the SDP standard.
declare p4URL=ftp://ftp.perforce.com/perforce/$p4Version/bin.$Platform/p4
declare p4dURL=ftp://ftp.perforce.com/perforce/$p4Version/bin.$Platform/p4d
declare p4brokerURL=ftp://ftp.perforce.com/perforce/$p4Version/bin.$Platform/p4broker

# Define CBD_HOME.  For testing with the SDP, /p4/common/bin/cbd is used
# instead.
export CBD_HOME=$SampleDepotHome/cbd
# Change User Description Committed
#1 21633 C. Thomas Tyler Populate -o //guest/perforce_software/cbd/main/...
//cbd/main/....
//guest/perforce_software/cbd/main/test/shared/test_cbd.template.cfg
#2 15057 C. Thomas Tyler Copy Up using 'p4 copy -r -b perforce_software-cbd-dev'.
Added docs to template cfg file.
#1 15009 C. Thomas Tyler Promoted CBD development work to main from dev.
//guest/perforce_software/cbd/dev/test/shared/test_cbd.template.cfg
#2 14993 C. Thomas Tyler Minor OSOT optimization.
#1 14907 C. Thomas Tyler Moved test data files into 'shared' folder to make them available
on the 'helix-01' text VM, and tweaked test_cbd.sh to reference them
there.
//guest/perforce_software/cbd/dev/test/test_cbd.template.cfg
#1 14199 C. Thomas Tyler Added test suite.