Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
grs.* localsettings properties are no longer supported in SOAtest 9.10.3 and later
Starting with SOAtest 9.10.3, localsettings properties with the "grs" prefix are no longer supported. If they are specified in the localsettings file, then the following will be printed out in the console:
The following deprecated localsettings properties are no longer supported:
- grs.server
- grs.enabled
- grs.port
Please use the equivalent dtp.* or concerto.* localsettings properties instead.
Instead of using the grs.* properties, the following properties should be used instead:
GRS PROPERTY | UPDATED PROPERTY |
---|---|
grs.web.port | dtp.port |
grs.server | dtp.server |
grs.report_visited_files | concerto.report_visited_files |
grs.port | concerto.data.port |
grs.data.port | concerto.data.port |
grs.log_as_nightly | concerto.log_as_nightly |
grs.enabled | concerto.reporting |
grs.use_resource_attributes | concerto.use_resource_attributes |
grs.user_defined_attributes | concerto.user_defined_attributes |
0