In this section:
This setting specifies the host name of the DTP server.
[host_name] | The host name of your DTP server. |
---|
dtp.server=ada.mycompany.com
This setting specifies the port number that is assigned to the DTP server.
[port_number] | The port number on your DTP server. The default is 443 . |
---|
dtp.port=8443
This setting specifies the username for authentication on the DTP server.
[username] | The username for DTP server authentication. |
---|
dtp.user=johnsmith
This setting specifies the password for authentication on the DTP server. You can provide a password encoded with the -encodepass
switch. See Connecting to DTP for details.
[password] | The password for DTP server authentication. |
---|
dtp.password=pSm3p?Aaak2#
This setting specifies the name of the DTP project that you want to link to. The generated data will be associated with this project.
[project_name] | The name of a project in DTP. |
---|
The following configuration will associate the results sent to DTP with the project called "common":
dtp.project=common
This setting enables or disables automatic configuration with settings that are stored on the DTP server.
true | C/C++testis configured with the settings stored on DTP. |
---|---|
false | Default. The settings stored on DTP are not applied. |
The following configuration disables automatic configuration with settings stored on DTP:
dtp.autoconfig=false
This setting enables or disables connection to Team Server.
true | Connection to Team Server is enabled. |
---|---|
false | Default. Connection to Team Server is disabled. |
The following configuration enables connection to Team Server.
dtp.share.enabled=true