test_cbd.helix-01.cfg #1

  • //
  • guest/
  • perforce_software/
  • cbd/
  • dev/
  • test/
  • test_cbd.helix-01.cfg
  • View
  • Commits
  • Open Download .zip Download (910 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 SampleDepotURL=ftp://ftp.perforce.com/perforce/tools/sampledepot.tar.gz
declare SampleDepotHome=/tmp/sd
declare SampleFileGZFile=sampledepot.tar.gz
declare SampleDepotP4ROOT=$SampleDepotHome/PerforceSample
declare SampleDepotP4PORT=7473
declare SampleDepotBrokerPort=8223
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=$SampleDepotHome/cbd
# Change User Description Committed
#2 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.
#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.