summaryrefslogtreecommitdiff
path: root/test/py/tests/test_env.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-17test: Include /sbin to the PATH when creating ext4 disk imageAndy Shevchenko1-0/+2
2020-09-12test: do no assume hush parser in validate_empty()Heinrich Schuchardt1-1/+1
2020-08-08tests: support mkfs.ext4 without metadata_csumStephen Warren1-1/+4
2020-07-31test: sandbox: add test for erase commandPatrick Delaunay1-0/+16
2020-07-31test: environment in ext4Patrick Delaunay1-1/+96
2020-07-26test: env: add test for env info sub-commandPatrick Delaunay1-0/+63
2020-01-02test_env: don't strip() printenv resultsStephen Warren1-1/+1
2018-07-20test/py: add test for whitelist of variables while importing environmentQuentin Schulz1-0/+97
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-18test/py: Setup variables based on HUSH selectionStephen Warren1-1/+10
2017-05-22test: py: Add cmd_echo dependencyMichal Simek1-0/+3
2016-06-19test/py: fix printenv signon message disable codeStephen Warren1-1/+2
2016-06-09tests: py: disable main_signon check for printenv cmdHeiko Schocher1-1/+5
2016-01-29test/py: fix a couple typos in commentsStephen Warren1-2/+2
2016-01-29test/py: use " for docstringsStephen Warren1-27/+27
2016-01-29test/py: move U-Boot respawn trigger to the test coreStephen Warren1-2/+6
2016-01-21test/py: add test of setenv/printenv/echoStephen Warren1-0/+221