Fix the core to check number of buckets 70/73470/1
authorLuc Provoost <luc.provoost@gmail.com>
Tue, 13 Sep 2022 15:08:18 +0000 (15:08 +0000)
committerLuc Provoost <luc.provoost@gmail.com>
Tue, 13 Sep 2022 15:17:13 +0000 (15:17 +0000)
commitc7b632551d5e3c491c631bc4be2a8f881635e626
tree4c77ffaa0adfcb39b1e5e6b3d39f293d687d2e30
parent834497b9c6ea36461a5b616411325d90ef60f925
Fix the core to check number of buckets

We need to check the number of buckets PROX is using for the irq
duration distribution. In the past, the scripts sent a command to
PROX to check this on core 1. This was typically a core running the
the IRQ task in case of VMs. With containers, this is not the case
any more and we need to query which core will run this IRQ task.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: If06295774b05d94549955cfbb0b1bb5f4eaf03e2
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_irqtest.py