mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
[CI] Add more `improv_serial
` tests (#7081)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
896af84acc
commit
07b78fea76
26 changed files with 36 additions and 6 deletions
|
@ -2,4 +2,7 @@ wifi:
|
|||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
logger:
|
||||
hardware_uart: UART0
|
||||
|
||||
improv_serial:
|
8
tests/components/improv_serial/common-usb_cdc.yaml
Normal file
8
tests/components/improv_serial/common-usb_cdc.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
logger:
|
||||
hardware_uart: USB_CDC
|
||||
|
||||
improv_serial:
|
|
@ -0,0 +1,8 @@
|
|||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
logger:
|
||||
hardware_uart: USB_SERIAL_JTAG
|
||||
|
||||
improv_serial:
|
1
tests/components/improv_serial/test-uart0.esp32-ard.yaml
Normal file
1
tests/components/improv_serial/test-uart0.esp32-ard.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
1
tests/components/improv_serial/test-uart0.esp32-idf.yaml
Normal file
1
tests/components/improv_serial/test-uart0.esp32-idf.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-uart0.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-usb_cdc.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-usb_cdc.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-usb_cdc.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-usb_cdc.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-usb_cdc.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-usb_serial_jtag.yaml
|
|
@ -0,0 +1 @@
|
|||
<<: !include common-usb_serial_jtag.yaml
|
|
@ -1 +0,0 @@
|
|||
<<: !include common.yaml
|
|
@ -1 +0,0 @@
|
|||
<<: !include common.yaml
|
|
@ -1 +0,0 @@
|
|||
<<: !include common.yaml
|
|
@ -1 +0,0 @@
|
|||
<<: !include common.yaml
|
|
@ -1 +0,0 @@
|
|||
<<: !include common.yaml
|
|
@ -1 +0,0 @@
|
|||
<<: !include common.yaml
|
Loading…
Reference in a new issue