Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-2865

Uniform state transition for OLT delete

    XMLWordPrintable

    Details

      Description

      Currently the OLT Delete state transition does:
      dMgr.DisableAllChildDevices,
      dMgr.DeleteAllUNILogicalPorts,
      dMgr.DeleteAllChildDevices,
      dMgr.DeleteAllLogicalPorts,
      dMgr.DeleteLogicalDevice,
      dMgr.RunPostDeviceDelete.

      Ideally we coudl simplify this to:
      dMgr.DisableAllChildDevices,
      dMgr.DeleteAllLogicalPorts,
      dMgr.DeleteAllChildDevices
      dMgr.DeleteLogicalDevice,
      dMgr.RunPostDeviceDelete.

      This needs to be tested and code removed accordingly.
      Also there are some code duplications that need addressing.

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            chaitra Chaitrashree G S
            Reporter:
            andrea Andrea Campanella
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes