]> git.baikalelectronics.ru Git - uboot.git/commit
test: Add a way to set the environment for a pytest
authorSimon Glass <sjg@chromium.org>
Mon, 13 Feb 2023 15:56:40 +0000 (08:56 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 14 Feb 2023 16:43:27 +0000 (09:43 -0700)
commitee94536d9595dfe7b14eb909f640d3310e9d0973
tree8b99aad8ce51df893299745d076240e78924b7b5
parent2c873f074a196d23023a8cd43a35f76414bde3e1
test: Add a way to set the environment for a pytest

This is useful when we need to control a particular environment variable.
Add a way to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/multiplexed_log.py
test/py/u_boot_utils.py