-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.7
-
Component/s: kind-voltha
-
Labels:None
-
Story Points:5
-
Epic Link:
Duplicated ONUs are created on the soak pod.
It so happened that, when a particular test was run again without deleting the existing OLTs/ONUs. Part of the test included creation of the same OLTs, test failed but noticed that voltha showed duplicated ONUs. But, the OLTs weren't duplicated.
cord@node1:~$ voltctl -c /home/cord/.volt/config-minimal device list --filter=SerialNumber=ALPHe3d1cf8e --format='.Id'
b6a579a5-868c-4769-b047-d9aaf7bc0d51
90609894-ef0f-434e-a192-6290a31232d6
cord@node1:~$ voltctl device list | grep ALP
90609894-ef0f-434e-a192-6290a31232d6 brcm_openomci_onu false 767754d4-df4b-4e35-bd4f-d5486f3e14a3 ALPHe3d1cf8e DISABLED UNKNOWN REACHABLE omci-admin-lock
dc53364c-abf9-40aa-9cf1-613b1b9e5656 brcm_openomci_onu false 767754d4-df4b-4e35-bd4f-d5486f3e14a3 ALPHe3d1cfe3 ENABLED ACTIVE REACHABLE omci-flows-pushed
4810fd64-ac74-476e-a95d-18d7f2164d5d brcm_openomci_onu false 320e5eeb-912f-4126-b47e-75005abe3adb ALPHe3d1cfe3 ENABLED ACTIVE REACHABLE initial-mib-downloaded
b6a579a5-868c-4769-b047-d9aaf7bc0d51 brcm_openomci_onu false 320e5eeb-912f-4126-b47e-75005abe3adb ALPHe3d1cf8e ENABLED ACTIVE REACHABLE initial-mib-downloaded
cord@node1:~$