test_cbd.helix-01.cfg #1

  • //
  • cbd/
  • main/
  • test/
  • shared/
  • test_cbd.helix-01.cfg
  • View
  • Commits
  • Open Download .zip Download (899 B)
#------------------------------------------------------------------------------
# CBD Test Configuration for running on vagrant-initialized 'helix-01' server.
declare RunHost=helix-01
declare Platform=linux26x86_64
declare p4Version=r15.1

declare SampleFileGZFile=sampledepot.tar.gz
declare SampleDepotURL=ftp://ftp.perforce.com/perforce/tools/$SampleFileGZFile
declare SampleDepotHome=/tmp/sd
declare SampleDepotP4ROOT=/p4/1/root
declare SampleDepotP4PORT=172.30.30.31:1999
declare SampleDepotBrokerPort=1666
declare TestTag=test_cbd.$RunHost
declare TestWS=bruno_jam.$TestTag
declare TestWSRoot=$SampleDepotHome/ws/$TestWS

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

export CBD_HOME=/p4/common/bin/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.helix-01.cfg
#2 16874 C. Thomas Tyler Tweaked P4PORT.
#1 15009 C. Thomas Tyler Promoted CBD development work to main from dev.
//guest/perforce_software/cbd/dev/test/shared/test_cbd.helix-01.cfg
#4 14993 C. Thomas Tyler Minor OSOT optimization.
#3 14975 C. Thomas Tyler Handles stream spec trigger log same way as CBD log.

Test suite fails early if submit fails while setting up
the test scenarios (e.g. if blocked by the trigger).

Added '-no_ssl' flags to called reset_sdp.sh script.
#2 14959 C. Thomas Tyler Implemented '-S' and configured to work existing SDP, as set up
by the Helix SDP Installer.

Work in progress.
#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.helix-01.cfg
#1 14904 C. Thomas Tyler Prepared CentOS VM, initialized by Vagrant (command-line virtual machine
management) for ground-up test environment building, starting from the
vanilla CentOS OS installation.

Modified startup scripts to use the Helix Installer to simpfliy the bulk of
the installation.

Added test config file for testing on Vagrant-initialized 'helix-01' box.