mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
CDRouter’s prpl certification tests fail with missing TR-181 parameters
when run against the mainline-23.05 branch, as newer CDRouter releases
default to the 4.1.0 datamodel. For this branch we must explicitly pin
the prplWareVersion testvar to 4.0.0, which matches the datamodel
implemented by prplOS.
This prevents false-positive failures such as missing:
- Device.Ethernet.Interface.{i}.SFPReferenceList
- Device.Routing.Router.{i}.IPv4Forwarding.{i}.MTU
- Device.Routing.Router.{i}.IPv6Forwarding.{i}.MTU
- Device.Routing.Router.{i}.IPv6Forwarding.{i}.SourceIPPrefix
Fixes: PCF-2179
Signed-off-by: Petr Štetiar <petr.stetiar@prplfoundation.org>