-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Blocker
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: onos-dhcpl2relay
-
Labels:None
-
Story Points:8
When running the following robot test locally (it can be any test actually), the DCHP error is seen with the latest voltha code.
$ ROBOT_MISC_ARGS='-v INFRA_NAMESPACE:infra -v NAMESPACE:voltha' make reconcile-openonu-go-adapter-test-att
source ./vst_venv/bin/activate ; set -u ;\
cd tests/openonu-go-adapter ;\
robot -V /home/ubuntu/khen/voltha-system-tests/tests/data/bbsim-kind.yaml -v INFRA_NAMESPACE:infra -v NAMESPACE:voltha -v workflow:ATT -i functionalOnuGo -e notreadyOnuGo -X Voltha_ONUReconcileTests.robot
==============================================================================
Voltha ONUReconcileTests :: Test different Reconcile scenarios of ONU Go ad...
==============================================================================
Passed arguments: debugmode:False, logging:False, pausebeforecleanup:False, print2console:False, usekill2restart:False, workflow:ATT, kvstoreprefix:voltha_voltha
Sadis File:None
Reconcile In Starting-OpenOmci :: Validates the Reconcile in Start... | FAIL |
Keyword 'Validate Subscriber DHCP Allocation' failed after retrying for 1 minute. The last error was: ONU port 256 not found in dhcpl2relay-allocations
------------------------------------------------------------------------------
Reconcile In Initial-Mib-Downloaded :: Validates the Reconcile in ... | FAIL |
Critical failure occurred and exit-on-failure mode is in use.
------------------------------------------------------------------------------
Reconcile In Omci-Flows-Pushed :: Validates the Reconcile in omci-... | FAIL |
Critical failure occurred and exit-on-failure mode is in use.
------------------------------------------------------------------------------
Reconcile For Disabled Onu Device :: Validates the Reconcile for d... | FAIL |
Critical failure occurred and exit-on-failure mode is in use.
------------------------------------------------------------------------------
Voltha ONUReconcileTests :: Test different Reconcile scenarios of ... | FAIL |
4 critical tests, 0 passed, 4 failed
4 tests total, 0 passed, 4 failed
==============================================================================
Output: /home/ubuntu/khen/voltha-system-tests/tests/openonu-go-adapter/output.xml
Log: /home/ubuntu/khen/voltha-system-tests/tests/openonu-go-adapter/log.html
Report: /home/ubuntu/khen/voltha-system-tests/tests/openonu-go-adapter/report.html
Makefile:563: recipe for target 'openonu-go-adapter-tests' failed
make: *** [openonu-go-adapter-tests] Error 4