#------------------------------------------------------------------------------ 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/_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