Skip to content

Show testing limits in error messages and store as test comment

The limits of the tests are currently not printed in the output and also not in the test results. This can make it hard to understand why a test fails.

This MR adds the limits in the output messages and makes a comment in the test result jsons with the error message.

So far only concerns tests for the reception testing:

  • PBv3TestTools::testOF

  • PBv3TestTools::scanPADID

  • PBv3TestTools::runBER

  • PBv3TestTools::toggleOutput

  • PBv3TestTools::testDCDCAdj

  • PBv3TestTools::temperature

  • PBv3TestTools::testLvEnable

  • PBv3TestTools::testHvEnable

Edited by Ben Bruers

Merge request reports