-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Cannot Reproduce
-
Affects Version/s: VOLTHA v2.2
-
Fix Version/s: VOLTHA v2.3
-
Component/s: openolt-adapter, rw-core
-
Labels:
-
Environment:
kind-voltha + bbsim
-
Story Points:5
-
Epic Link:
To reproduce:
- create/enable BBSIM device
- pass EAPOL
- enable access in ONOS
- pass DHCP
- issue the following command
voltctl device disable $(voltctl device list --orderby Root -q); voltctl device delete $(voltctl device list --orderby Root -q)- It is important that this is a single command line to minimize the time between the disable and delete
- this was discovered via robot testing where there is not delay between commands
the delete of the OLT device should fail and a `voltctl device list` should show the OLT as disabled. If you attempt to delete the OLT again it will get a not-found error.
so odd that it is in the device list, but can't be deleted.
- relates to
-
VOL-1977 Running robot e2e sanity test twice is a row does not succeed
- Resolved