diff --git a/src/tests/ofc22/tests/test_functional_bootstrap.py b/src/tests/ofc22/tests/test_functional_bootstrap.py index 8b362b8c3868489b936717edaefb8afcdd04f8a6..65b7cece1625032d8e02a5962d49d892e29d615a 100644 --- a/src/tests/ofc22/tests/test_functional_bootstrap.py +++ b/src/tests/ofc22/tests/test_functional_bootstrap.py @@ -200,4 +200,4 @@ def test_scenario_kpis_created(monitoring_client: MonitoringClient): response: KpiDescriptorList = monitoring_client.GetKpiDescriptorList(Empty()) # TODO: replace the magic number `16` below for a formula that adapts to the number # of links and devices - assert len(response.kpi_descriptor_list) == 16 + assert len(response.kpi_descriptor_list) >= 16