Commit 5bb7de37 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Modifying the number of KPIs necessary so that the tests are more suitable for...

Modifying the number of KPIs necessary so that the tests are more suitable for being run after other tests.
parent a211bb38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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