kumquat-buildroot/support/testing/tests/boot
Niklas Cassel 3ecff27df1 support/testing: move the kernel config only used by test_edk2.py
The kernel config board/qemu/aarch64-sbsa/linux.config has never been in
use by qemu_aarch64_sbsa_defconfig, neither via
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE, nor via
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES.

test_edk2.py is using the kernel config
board/qemu/aarch64-sbsa/linux.config. However, storing a kernel config
that is not used by qemu_aarch64_sbsa_defconfig, in a directory that is
"owned" by qemu_aarch64_sbsa_defconfig, is bound to cause confusion.

Therefore, move the config file to a new subdirectory:
support/testing/tests/boot/test_edk2/

This is similar to how e.g. test_grub.py has a subdirectory:
support/testing/tests/boot/test_grub/
where it keeps the kernel config that is only used by test_grub.py.

Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-03-12 10:08:43 +01:00
..
test_edk2 support/testing: move the kernel config only used by test_edk2.py 2023-03-12 10:08:43 +01:00
test_grub support/testing/tests/boot: new test cases for Grub 2022-07-23 19:04:41 +02:00
__init__.py
test_atf.py support/testing: test_atf: bump the custom version to v2.5 2021-08-28 14:24:25 +02:00
test_edk2.py support/testing: move the kernel config only used by test_edk2.py 2023-03-12 10:08:43 +01:00
test_grub.py support/testing/tests/boot: new test cases for Grub 2022-07-23 19:04:41 +02:00
test_syslinux.py support/testing/test_syslinux: add missing Kconfig symbol 2020-11-11 09:06:03 +01:00