PTU5KAS/tests
Benedikt Niedermayr 4795c21fb6 tests: Add test case for environment variables
These additional test cases check if the env section
can:

- export variables with their default value
- add variables with 'None' assigned only to
  BB_ENV_PASSTHROUGH_ADDITIONS or to the deprecated
  BB_ENV_EXTRAWHITE
- bitbake: make sure that variables actually make it into bitbake

The BB_ENV_EXTRAWHITE variable is still present, so a test case has also
been added for this.

Signed-off-by: Benedikt Niedermayr <benedikt.niedermayr@siemens.com>
[Jan: ensure python 3.5 compatibility, adjust copyright header]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2022-11-11 13:35:45 +01:00
..
test_build_system tests: Stress the build_system property 2020-11-16 11:53:29 +01:00
test_commands tests: Add tests for new for-all-repos & checkout commands 2020-11-17 17:57:59 +01:00
test_environment_variables tests: Add test case for environment variables 2022-11-11 13:35:45 +01:00
test_layers repos: strip dot from layer name 2021-05-05 15:43:58 +02:00
test_menu tests: Add basic tests for menu plugin 2021-10-09 15:02:22 +02:00
test_patch tests: Check patches can still be applied after switching refspec 2020-06-15 19:53:59 +02:00
test_refspec fix: Raise an error if no refspec is provided 2022-02-21 20:05:31 +01:00
test_repo_includes tests: Add failing test with repository includes 2022-07-12 09:21:07 +02:00
conftest.py tests: Extract common changedir fixture 2020-11-13 21:00:35 +01:00
test_build_system.py tests: Fix style warnings around assert usage 2022-08-04 19:09:12 +02:00
test_commands.py tests: Fix style warnings around assert usage 2022-08-04 19:09:12 +02:00
test_environment_variables.py tests: Add test case for environment variables 2022-11-11 13:35:45 +01:00
test_includehandler.py tests: Add include test case for multiple files in sub-dirs 2021-08-19 10:10:26 +02:00
test_layers.py tests: Fix style warnings around assert usage 2022-08-04 19:09:12 +02:00
test_menu.py tests: Add basic tests for menu plugin 2021-10-09 15:02:22 +02:00
test_patch.py tests: test_patch: Restore current directory on exit 2021-10-08 17:58:20 +02:00
test_refspec.py fix: Raise an error if no refspec is provided 2022-02-21 20:05:31 +01:00