~davi/+junk/randgen

« back to all changes in this revision

Viewing changes to pb2gentest.pl

  • Committer: John H. Embretsen
  • Date: 2011-09-27 09:21:06 UTC
  • mto: (727.9.2 RQGbase)
  • mto: This revision was merged to the branch mainline in revision 729.
  • Revision ID: john.embretsen@oracle.com-20110927092106-jx6az17j3ttqy30w
Update pb2 URLs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
 
1
# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2
2
# Use is subject to license terms.
3
3
#
4
4
# This program is free software; you can redistribute it and/or modify
298
298
                $branch_name=$1;
299
299
        }
300
300
 
301
 
        my $dsn_pb2 = 'dbi:mysql:host=trollheim.norway.sun.com:port=3306:user=readonly:database=pushbuild2';
 
301
        my $dsn_pb2 = 'dbi:mysql:host=trollheim.no.oracle.com:port=3306:user=readonly:database=pushbuild2';
302
302
        my $SQL_getBranchId = "SELECT branch_id FROM branches WHERE branch_name = '$branch_name'";
303
303
 
304
304
        say("Using branch name $branch_name\n");
1099
1099
    # We assume SSH keys have been properly set up to enable seamless scp use.
1100
1100
    $command = $command.' --report-xml-tt-type=scp';
1101
1101
    # Specify destination for XML reports (not relying on defaults):
1102
 
    $command = $command.' --report-xml-tt-dest=regin.norway.sun.com:/raid/xml_results/TestTool/xml/';
 
1102
    $command = $command.' --report-xml-tt-dest=regin.no.oracle.com:/raid/xml_results/TestTool/xml/';
1103
1103
}
1104
1104
### XML reporting setup END
1105
1105