diff options
author | Luc Provoost <luc.provoost@intel.com> | 2020-07-15 13:51:02 +0200 |
---|---|---|
committer | Xavier Simonart <xavier.simonart@intel.com> | 2020-08-03 07:28:50 +0000 |
commit | 7c31f36447aa16122ff4b6d1706f7f134d61c1f5 (patch) | |
tree | cc74bd9f56d96caf4ce70ab560e625f276f253c0 /VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml | |
parent | 0973d6613091c8ac51215ed48bfd7cef116d02d8 (diff) |
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 <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml | 64 |
1 files changed, 64 insertions, 0 deletions
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 |