kselftest: Add new option -E for specifying environment variables

Currently we are not able to run the subtests of a kselftest
due to lack of support for passing the parameters to the
test case. Hence, solve this problem by adding support
for passing environment variables in KernelCI kselftest.

Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
2 files changed
tree: 574b1ed8aa87bc57422830477b26ffbb84e65d4e
  1. .github/
  2. .reuse/
  3. automated/
  4. docs/
  5. LICENSES/
  6. manual/
  7. mkdocs_plugin/
  8. plans/
  9. test/
  10. .gitignore
  11. .readthedocs.yml
  12. COPYING
  13. COPYRIGHTS
  14. mkdocs.yml
  15. README.md
  16. sanity-check.sh
  17. test.sh
  18. validate.py
README.md

Build Status REUSE Compliance Check

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execution outside LAVA.

More details in docs