Meaning of properties of lisa.properties added in DevTest
search cancel

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:

  1. devtest.telemetry.usage.enabled
  2. l2w.update.URL
  3. 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

  1. # ==============================================
    ## DevTest Telemetry Usage Service
    ##  Enables/Disables to sending of telemetry usage data
    ## ==============================================
    devtest.telemetry.usage.enabled=false
  2. #============================================
    # 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/
  3. # 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

Additional Information