From 7c31f36447aa16122ff4b6d1706f7f134d61c1f5 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Wed, 15 Jul 2020 13:51:02 +0200 Subject: Improved IRQ measurements and pushing results The IRQ test has been reworked to increase the accuracy of the IRQ measurements. Results can now also be pushed to a Prometheus push gateway or to OPNFV's Xtesting. In order to do so, a new file format.yaml has been introduced. Please use this file now to specify the details of the PushGateway or the Xtesting server. Added new test: increment_till_fail.test Change-Id: I111aae3e099bc03e3d2ddd1014a0301bac356e0b Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml | 64 +++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml b/VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml new file mode 100644 index 00000000..a6e5b0c2 --- /dev/null +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml @@ -0,0 +1,64 @@ +;Format: PushGateway +;Format: Xtesting +;URL: + part1: http://192.168.36.61:9091/metrics/job/ + part2: test + part3: /instance/ + part4: environment_file +;rapid_flowsizetest: + Flows: Flows + Size: Size + RequestedSpeed: RequestedSpeed + CoreGenerated: CoreGenerated + SentByNIC: SentByNIC + FwdBySUT: FwdBySUT + RevByCore: RevByCore + AvgLatency: AvgLatency + PCTLatency: PCTLatency + MaxLatency: MaxLatency + PacketsSent: PacketsSent + PacketsReceived: PacketsReceived + PacketsLost: PacketsLost +rapid_flowsizetest: + project_name: "vsperf" + scenario: "vsperf" + start_date: start_date + stop_date: stop_date + case_name: test + pod_name: "intel-pod10" + installer: "Fuel" + version: "1.0" + build_tag: "none" + criteria: "PASS" + details: + Flows: Flows + Size: Size + Speed (Mpps): + RequestedSpeed: RequestedSpeed + CoreGenerated: CoreGenerated + SentByNIC: SentByNIC + FwdBySUT: FwdBySUT + RevByCore: RevByCore + Latency (usec): + AvgLatency: AvgLatency + PCTLatency: PCTLatency + MaxLatency: MaxLatency + Absolute Packet Count: + PacketsSent: PacketsSent + PacketsReceived: PacketsReceived + PacketsLost: PacketsLost +rapid_irqtest: + Core: Core + LessThan1us : B1 + LessThan5us : B5 + LessThan10us : B10 + LessThan50us : B50 + LessThan100us : B100 + LessThan500us : B500 + LessThan1ms : B1000 + LessThan5ms : B5000 + LessThan10ms : B10000 + LessThan50ms : B50000 + LessThan100ms : B100000 + LessThan500ms : B500000 + MoreThan500ms : BM500000 -- cgit 1.2.3-korg