Skip to content

SAH-1454: Fix issue - DeviceInfo object not getting created

Mansi Shirore requested to merge sah-1454 into master

1. What this MR does / why we need it:

  • As a part of SS-116, TMC-DISH pairwise testing, for real DISH full FQDN is exposed instead just e.g ska001/elt/master under respective DeviceProperty.
  • It has been observed that current version of CentralNode doesn't support above requirement.
  • So,this MR contains enabling changes which were done in ComponentManager class for mid and low for creating DeviceInfo object for given device name(with full fqdn) as part of MR SAH-1449

2. Make sure that you've checked the boxes below before you submit MR:

  • No conflict with master branch.
  • Merge Request Title appropriate.
  • Unit/Integration tests added and existing test cases are passing.
  • Variable and Function names state the purpose.
  • There is no commented out code, print/debug statements.
  • Logs are added wherever necessary.
  • Exception is handled wherever required.
Edited by Mansi Shirore

Merge request reports