Use tempest totals
Hi there,
How can I get the values of tempest output like number of tests ran, passed, skipped, and runtime ?
======
Totals
======
Ran: 1 tests in 121.0000 sec.
- Passed: 1
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 0
Sum of execute time for each test: 116.2286 sec.
Are there some variables storing these elements ? How can I get these values from a script except filtering the output (grep/sed/awk) ?
Thanks in advance !