aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-03-27 08:02:05 -0500
committerDan Murphy <dmurphy@ti.com>2020-03-27 08:02:05 -0500
commit46e963c6f20c8819864916fda808c717319ed8e7 (patch)
tree97df3ebcbc8596bb84d75b4b8a4c731fa4cd18bd
parent8d3c920a0223fcd7aca768d0ea83194cadc722e9 (diff)
downloadlinux-dt-46e963c6f20c8819864916fda808c717319ed8e7.tar.gz
system_test: recipe: Add ethernet as a module test for v7
Add the ethernet as a module test case for am3, am4, k2 and dra7. Also fix the mmc_module recipe. Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rw-r--r--config/system_test/system_test_map.txt1
-rw-r--r--system_test/system_test_recipe8
2 files changed, 7 insertions, 2 deletions
diff --git a/config/system_test/system_test_map.txt b/config/system_test/system_test_map.txt
index 6d373e7..3e69b83 100644
--- a/config/system_test/system_test_map.txt
+++ b/config/system_test/system_test_map.txt
@@ -1,6 +1,7 @@
# Release Defconfigs
classification: v7_System_Test_Defconfigs type: am3_eth_module defconfig: multi_v7_defconfig config_file: None extra_configs: multi_v7_prune.cfg baseport.cfg ipc.cfg connectivity.cfg audio_display.cfg omap_soc.cfg am33xx_only.cfg systemd.cfg system_test/ethernet_module/ethernet_mod.cfg
classification: v7_System_Test_Defconfigs type: am4_eth_module defconfig: multi_v7_defconfig config_file: None extra_configs: multi_v7_prune.cfg baseport.cfg ipc.cfg connectivity.cfg audio_display.cfg omap_soc.cfg am43xx_only.cfg systemd.cfg system_test/ethernet_module/ethernet_mod.cfg
+classification: v7_System_Test_Defconfigs type: dra7_eth_module defconfig: multi_v7_defconfig config_file: None extra_configs: multi_v7_prune.cfg baseport.cfg ipc.cfg connectivity.cfg audio_display.cfg omap_soc.cfg lpae.cfg dra7_only.cfg systemd.cfg system_test/ethernet_module/ethernet_mod.cfg
classification: v7_System_Test_Defconfigs type: k2_eth_module defconfig: multi_v7_defconfig config_file: None extra_configs: multi_v7_prune.cfg baseport.cfg ipc.cfg connectivity.cfg audio_display.cfg keystone.cfg lpae.cfg k2g_only.cfg systemd.cfg system_test/ethernet_module/ethernet_mod.cfg
classification: v7_System_Test_Defconfigs type: am3_can_built_in defconfig: multi_v7_defconfig config_file: None extra_configs: multi_v7_prune.cfg baseport.cfg ipc.cfg connectivity.cfg audio_display.cfg omap_soc.cfg am33xx_only.cfg systemd.cfg system_test/dcan/dcan_built_in.cfg
classification: v7_System_Test_Defconfigs type: am3_mmc_module defconfig: multi_v7_defconfig config_file: None extra_configs: multi_v7_prune.cfg baseport.cfg ipc.cfg connectivity.cfg audio_display.cfg omap_soc.cfg am33xx_only.cfg systemd.cfg system_test/mmc/module/v7_mmc_module.cfg
diff --git a/system_test/system_test_recipe b/system_test/system_test_recipe
index 6662c38..b4b4c86 100644
--- a/system_test/system_test_recipe
+++ b/system_test/system_test_recipe
@@ -1,7 +1,11 @@
-arch: arm testsuite: am3_mmc output: am3_mmc defconfig: am3_eth_module overlay_dir: none
-arch: arm testsuite: am4_mmc output: am4_mmc defconfig: am4_eth_module overlay_dir: none
+arch: arm testsuite: am3_mmc output: am3_mmc defconfig: am3_mmc_module overlay_dir: none
+arch: arm testsuite: am4_mmc output: am4_mmc defconfig: am4_mmc_module overlay_dir: none
arch: arm testsuite: am3_usbhost output: am3_usbhost defconfig: am3_pio_musb overlay_dir: none
arch: arm64 testsuite: j7_usb_otg_full_speed output: j7_usb_otg_full_speed defconfig: ti_sdk_arm64_release dt_overlay: usb_otg/j7/full_speed
arch: arm64 testsuite: j7_usb_otg_high_speed output: j7_usb_otg_high_speed defconfig: ti_sdk_arm64_release dt_overlay: usb_otg/j7/high_speed
arch: arm64 testsuite: j7_pcie_ep output: j7_pcie_ep defconfig: ti_sdk_arm64_release dt_overlay: pcie/pcie_ep/dma/j7
arch: arm64 testsuite: j7_pcie_rc output: j7_pcie_rc defconfig: ti_sdk_arm64_release dt_overlay: none
+arch: arm testsuite: am3_eth_module defconfig: am3_eth_module dt_overlay: none
+arch: arm testsuite: am4_eth_module defconfig: am3_eth_module dt_overlay: none
+arch: arm testsuite: dra7_eth_module defconfig: dra7_eth_module dt_overlay: none
+arch: arm testsuite: k2_eth_module defconfig: k2_eth_module dt_overlay: none