support/testing: add assertRunOk method to BRTest class
authorPatrick Havelange <patrick.havelange@essensium.com>
Wed, 20 Nov 2019 13:39:51 +0000 (14:39 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 20 Nov 2019 21:34:53 +0000 (22:34 +0100)
commit63966e56a3cd83df36c6357be9e48608e95dac54
tree782be59b3f87be714b1d56cf4744c7b3f087c451
parenta3a4b092c82a9f87ccfa1b5c79acd36f3c5d4cdc
support/testing: add assertRunOk method to BRTest class

This method asserts that the given command ran successfully.
The goal is for it to be used by the different tests when needed.

Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/infra/basetest.py