Page MenuHomeVyOS Platform

pppoe smoke test failed
Closed, ResolvedPublicBUG

Description

During the development and testing process, the following smoke test failed

DEBUG - ======================================================================
DEBUG - FAIL: test_pppoe_dhcpv6pd (__main__.PPPoEInterfaceTest)
DEBUG - Check if PPPoE dialer can be configured with DHCPv6-PD
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/test_interfaces_pppoe.py", line 159, in test_pppoe_dhcpv6pd
DEBUG -     self.assertTrue(tmp)
DEBUG - AssertionError: [] is not true
DEBUG - 
DEBUG - ----------------------------------------------------------------------
DEBUG - Ran 2 tests in 74.118s
DEBUG - 
DEBUG - FAILED (failures=1)

I checked the relevant code

https://github.com/vyos/vyos-1x/blob/86f377f65248263e85fd0156e22daf0daf3c5fc4/smoketest/scripts/cli/test_interfaces_pppoe.py#L157-L159

https://github.com/vyos/vyos-1x/commit/bec29f313d1872584bfcc6bf880516763c33c98c

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Internal change (not visible to end users)