broker.cfg.t #1

  • //
  • p4ms/
  • dev/
  • test/
  • broker.cfg.t
  • View
  • Commits
  • Open Download .zip Download (570 B)
target      = __P4PORT__;
listen      = __P4BROKERPORT__;
directory   = __HMS_TEST_HOME__;
logfile     = broker.log;
debug-level = server=1;
admin-name  = "Perforce Admins";
admin-phone = 999/911;
admin-email = [email protected];

compress = false;

# Optional user account to authenticate the broker to the target server with.
#service-user = "svc-user-broker";

# Optional alternate P4TICKETS location.
#ticket-file = "/p4/broker/.p4tickets";

redirection  = selective;

command: ^hms$
{
    action = filter;
    execute = __HMS_SCRIPTS__/broker_wrapper;
}

# Change User Description Committed
#1 31797 C. Thomas Tyler p4 merge -b HMS_to_P4MS; p4 resolve -as; p4 submit
//guest/perforce_software/hms/dev/test/broker.cfg.t
#1 27575 C. Thomas Tyler Test environment refinements.
//guest/perforce_software/hms/dev/test/broker.cfg
#1 25535 C. Thomas Tyler Refactored hms test root.
//guest/perforce_software/hms/dev/test/hms/broker.cfg
#1 25531 C. Thomas Tyler Refactored to receive merge from SDP.

This structure emphasizes that HMS will be layered on the SDP. The tree is
now structured to make it clear where files appear in an as-deployed
configurtion, overlaid into the '/p4/common' structure of the SDP.

The test suite is outside this structure, as it will not be deployed (due
to dependencies on infratructure that won't likely appear in SDP production
deployments).
//guest/perforce_software/hms/dev/hms/test/broker.cfg
#2 20510 C. Thomas Tyler Tweaked to allow sideline testing.
#1 20508 C. Thomas Tyler Added test broker config file.