Meaning of properties of lisa.properties added in DevTest
book
Article ID: 97869
calendar_today
Updated On:
Products
CA Application Test
Issue/Introduction
From DevTest 10.7.2, three new properties added in lisa.properties below:
devtest.telemetry.usage.enabled
l2w.update.URL
lisa.database.migration.safeguards
But there are not any explanations for these three properties in the manuals. Please teach the detail information about these three properties?
Environment
All supported DevTest releases.
Resolution
# ============================================== ## DevTest Telemetry Usage Service ## Enables/Disables to sending of telemetry usage data ## ============================================== devtest.telemetry.usage.enabled=false
#============================================ # DevTest update notifications; blank to disable. #============================================ # every=0 means every time, 1=daily, 2=every 2 days, etc. lisa.update.every=1 lisa.update.URL=http://www.itko.com/download/ga/ l2w.update.URL=http://cainc.to/
# Database migration safeguards # Registry will check whether database user has enough permissions to do modifications of the database # structures during the DevTest upgrade. # By default, changes are safeguarded which means, no changes will be done in the database without enough permissions lisa.database.migration.safeguards=true