From 2e80eadd210c3f113371cf7ced8913d0bb7aa1b4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 8 Oct 2025 13:07:49 -1000 Subject: [PATCH] fix --- tests/components/mcp23s08/test.esp32-c3-ard.yaml | 2 +- tests/components/mcp23s08/test.esp32-c3-idf.yaml | 2 +- tests/components/mcp23s08/test.esp32-idf.yaml | 2 +- tests/components/mcp23s08/test.esp8266-ard.yaml | 2 +- tests/components/mcp23s08/test.rp2040-ard.yaml | 2 +- tests/components/mcp23s17/test.esp32-ard.yaml | 2 +- tests/components/mcp23s17/test.esp32-c3-ard.yaml | 2 +- tests/components/mcp23s17/test.esp32-c3-idf.yaml | 2 +- tests/components/mcp23s17/test.esp32-idf.yaml | 2 +- tests/components/mcp23s17/test.esp8266-ard.yaml | 2 +- tests/components/mcp23s17/test.rp2040-ard.yaml | 2 +- tests/components/micronova/test.esp32-ard.yaml | 4 +--- tests/components/micronova/test.esp32-c3-ard.yaml | 4 +--- tests/components/micronova/test.esp32-c3-idf.yaml | 4 +--- tests/components/micronova/test.esp32-idf.yaml | 4 +--- tests/components/micronova/test.esp8266-ard.yaml | 4 +--- tests/components/micronova/test.rp2040-ard.yaml | 4 +--- 17 files changed, 17 insertions(+), 29 deletions(-) diff --git a/tests/components/mcp23s08/test.esp32-c3-ard.yaml b/tests/components/mcp23s08/test.esp32-c3-ard.yaml index a1335410f8..c020810175 100644 --- a/tests/components/mcp23s08/test.esp32-c3-ard.yaml +++ b/tests/components/mcp23s08/test.esp32-c3-ard.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO8 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml + spi: !include ../../test_build_components/common/spi/esp32-c3-ard.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s08/test.esp32-c3-idf.yaml b/tests/components/mcp23s08/test.esp32-c3-idf.yaml index d310367248..b11ec9cdc6 100644 --- a/tests/components/mcp23s08/test.esp32-c3-idf.yaml +++ b/tests/components/mcp23s08/test.esp32-c3-idf.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO8 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml + spi: !include ../../test_build_components/common/spi/esp32-c3-idf.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s08/test.esp32-idf.yaml b/tests/components/mcp23s08/test.esp32-idf.yaml index b28268039c..a3352cf880 100644 --- a/tests/components/mcp23s08/test.esp32-idf.yaml +++ b/tests/components/mcp23s08/test.esp32-idf.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO5 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml + spi: !include ../../test_build_components/common/spi/esp32-idf.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s08/test.esp8266-ard.yaml b/tests/components/mcp23s08/test.esp8266-ard.yaml index 5fbe102149..595f31046a 100644 --- a/tests/components/mcp23s08/test.esp8266-ard.yaml +++ b/tests/components/mcp23s08/test.esp8266-ard.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO15 packages: - i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml + spi: !include ../../test_build_components/common/spi/esp8266-ard.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s08/test.rp2040-ard.yaml b/tests/components/mcp23s08/test.rp2040-ard.yaml index e1338e071e..79ea6ce90b 100644 --- a/tests/components/mcp23s08/test.rp2040-ard.yaml +++ b/tests/components/mcp23s08/test.rp2040-ard.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO5 packages: - i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml + spi: !include ../../test_build_components/common/spi/rp2040-ard.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s17/test.esp32-ard.yaml b/tests/components/mcp23s17/test.esp32-ard.yaml index 690ff5c060..5a48fca9e2 100644 --- a/tests/components/mcp23s17/test.esp32-ard.yaml +++ b/tests/components/mcp23s17/test.esp32-ard.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO5 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml + spi: !include ../../test_build_components/common/spi/esp32-ard.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s17/test.esp32-c3-ard.yaml b/tests/components/mcp23s17/test.esp32-c3-ard.yaml index a1335410f8..c020810175 100644 --- a/tests/components/mcp23s17/test.esp32-c3-ard.yaml +++ b/tests/components/mcp23s17/test.esp32-c3-ard.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO8 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml + spi: !include ../../test_build_components/common/spi/esp32-c3-ard.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s17/test.esp32-c3-idf.yaml b/tests/components/mcp23s17/test.esp32-c3-idf.yaml index d310367248..b11ec9cdc6 100644 --- a/tests/components/mcp23s17/test.esp32-c3-idf.yaml +++ b/tests/components/mcp23s17/test.esp32-c3-idf.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO8 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml + spi: !include ../../test_build_components/common/spi/esp32-c3-idf.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s17/test.esp32-idf.yaml b/tests/components/mcp23s17/test.esp32-idf.yaml index b28268039c..a3352cf880 100644 --- a/tests/components/mcp23s17/test.esp32-idf.yaml +++ b/tests/components/mcp23s17/test.esp32-idf.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO5 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml + spi: !include ../../test_build_components/common/spi/esp32-idf.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s17/test.esp8266-ard.yaml b/tests/components/mcp23s17/test.esp8266-ard.yaml index 5fbe102149..595f31046a 100644 --- a/tests/components/mcp23s17/test.esp8266-ard.yaml +++ b/tests/components/mcp23s17/test.esp8266-ard.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO15 packages: - i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml + spi: !include ../../test_build_components/common/spi/esp8266-ard.yaml <<: !include common.yaml diff --git a/tests/components/mcp23s17/test.rp2040-ard.yaml b/tests/components/mcp23s17/test.rp2040-ard.yaml index e1338e071e..79ea6ce90b 100644 --- a/tests/components/mcp23s17/test.rp2040-ard.yaml +++ b/tests/components/mcp23s17/test.rp2040-ard.yaml @@ -2,6 +2,6 @@ substitutions: cs_pin: GPIO5 packages: - i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml + spi: !include ../../test_build_components/common/spi/rp2040-ard.yaml <<: !include common.yaml diff --git a/tests/components/micronova/test.esp32-ard.yaml b/tests/components/micronova/test.esp32-ard.yaml index 42c7e96f5d..28920f9952 100644 --- a/tests/components/micronova/test.esp32-ard.yaml +++ b/tests/components/micronova/test.esp32-ard.yaml @@ -1,9 +1,7 @@ substitutions: - tx_pin: GPIO12 - rx_pin: GPIO14 enable_rx_pin: GPIO13 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml + uart: !include ../../test_build_components/common/uart/esp32-ard.yaml <<: !include common.yaml diff --git a/tests/components/micronova/test.esp32-c3-ard.yaml b/tests/components/micronova/test.esp32-c3-ard.yaml index 5f6cbe634e..e377ba6b40 100644 --- a/tests/components/micronova/test.esp32-c3-ard.yaml +++ b/tests/components/micronova/test.esp32-c3-ard.yaml @@ -1,9 +1,7 @@ substitutions: - tx_pin: GPIO4 - rx_pin: GPIO5 enable_rx_pin: GPIO3 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml + uart: !include ../../test_build_components/common/uart/esp32-c3-ard.yaml <<: !include common.yaml diff --git a/tests/components/micronova/test.esp32-c3-idf.yaml b/tests/components/micronova/test.esp32-c3-idf.yaml index eb2baf4235..eed876ae74 100644 --- a/tests/components/micronova/test.esp32-c3-idf.yaml +++ b/tests/components/micronova/test.esp32-c3-idf.yaml @@ -1,9 +1,7 @@ substitutions: - tx_pin: GPIO4 - rx_pin: GPIO5 enable_rx_pin: GPIO3 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml + uart: !include ../../test_build_components/common/uart/esp32-c3-idf.yaml <<: !include common.yaml diff --git a/tests/components/micronova/test.esp32-idf.yaml b/tests/components/micronova/test.esp32-idf.yaml index d8ec698e32..5cc3a234ca 100644 --- a/tests/components/micronova/test.esp32-idf.yaml +++ b/tests/components/micronova/test.esp32-idf.yaml @@ -1,9 +1,7 @@ substitutions: - tx_pin: GPIO12 - rx_pin: GPIO14 enable_rx_pin: GPIO13 packages: - i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml + uart: !include ../../test_build_components/common/uart/esp32-idf.yaml <<: !include common.yaml diff --git a/tests/components/micronova/test.esp8266-ard.yaml b/tests/components/micronova/test.esp8266-ard.yaml index aafe49827f..ffe1e0a063 100644 --- a/tests/components/micronova/test.esp8266-ard.yaml +++ b/tests/components/micronova/test.esp8266-ard.yaml @@ -1,9 +1,7 @@ substitutions: - tx_pin: GPIO0 - rx_pin: GPIO2 enable_rx_pin: GPIO15 packages: - i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml + uart: !include ../../test_build_components/common/uart/esp8266-ard.yaml <<: !include common.yaml diff --git a/tests/components/micronova/test.rp2040-ard.yaml b/tests/components/micronova/test.rp2040-ard.yaml index c76517711b..6dc030e6b6 100644 --- a/tests/components/micronova/test.rp2040-ard.yaml +++ b/tests/components/micronova/test.rp2040-ard.yaml @@ -1,9 +1,7 @@ substitutions: - tx_pin: GPIO4 - rx_pin: GPIO5 enable_rx_pin: GPIO3 packages: - i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml + uart: !include ../../test_build_components/common/uart/rp2040-ard.yaml <<: !include common.yaml