Project

General

Profile

Actions

Feature #2200

open

osmo-gsm-tester: allow collecting statistics / KPI of a test case

Added by neels almost 7 years ago. Updated about 4 years ago.

Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
04/26/2017
Due date:
% Done:

0%

Spec Reference:

Description

the osmo-gsm-tester so far "merely" asserts success or failure of a test run.
For some setups, it would be interesting to see actual key performance indicators on the test results, included in the jenkins reports.

For example received signal strength (RSSI), the time that something took, the amount of data transmitted...

  • Add an API to collect such (presumably) numbers (but keep it type agnostic?)
  • pretty-print these results at the end of the test
  • Include in the jenkins reports

Related issues

Related to OsmoGSMTester - Feature #2201: osmo-gsm-tester: compose jenkins result XMLClosedpespin04/26/2017

Actions
Actions #1

Updated by neels almost 7 years ago

  • Related to Feature #2201: osmo-gsm-tester: compose jenkins result XML added
Actions #2

Updated by laforge almost 7 years ago

  • Assignee deleted (118)
Actions #3

Updated by laforge almost 7 years ago

  • Assignee set to 55360
Actions #5

Updated by pespin about 4 years ago

Since some time ago we support using this API in test, which will overwrite the stdout output reported in junit file for a given test:

test.set_report_stdout(output_str)

It's used for instance in ping.py to only show the ping output upon test success.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)