mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 10:16:02 +01:00
[CI] Add more mdns and safe_mode tests (#6990)
This commit is contained in:
parent
0b3145a6df
commit
7174cf35dd
6
tests/components/mdns/test-disabled.esp32-idf.yaml
Normal file
6
tests/components/mdns/test-disabled.esp32-idf.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
mdns:
|
||||
disabled: true
|
1
tests/components/mdns/test-enabled.esp32-ard.yaml
Normal file
1
tests/components/mdns/test-enabled.esp32-ard.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
1
tests/components/mdns/test-enabled.esp32-c3-ard.yaml
Normal file
1
tests/components/mdns/test-enabled.esp32-c3-ard.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
1
tests/components/mdns/test-enabled.esp32-c3-idf.yaml
Normal file
1
tests/components/mdns/test-enabled.esp32-c3-idf.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
1
tests/components/mdns/test-enabled.esp32-idf.yaml
Normal file
1
tests/components/mdns/test-enabled.esp32-idf.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
1
tests/components/mdns/test-enabled.esp8266-ard.yaml
Normal file
1
tests/components/mdns/test-enabled.esp8266-ard.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
1
tests/components/mdns/test-enabled.rp2040-ard.yaml
Normal file
1
tests/components/mdns/test-enabled.rp2040-ard.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.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
|
6
tests/components/safe_mode/test-disabled.esp32-idf.yaml
Normal file
6
tests/components/safe_mode/test-disabled.esp32-idf.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
safe_mode:
|
||||
disabled: true
|
1
tests/components/safe_mode/test-enabled.esp32-ard.yaml
Normal file
1
tests/components/safe_mode/test-enabled.esp32-ard.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
1
tests/components/safe_mode/test-enabled.esp32-idf.yaml
Normal file
1
tests/components/safe_mode/test-enabled.esp32-idf.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
1
tests/components/safe_mode/test-enabled.esp8266-ard.yaml
Normal file
1
tests/components/safe_mode/test-enabled.esp8266-ard.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.yaml
|
1
tests/components/safe_mode/test-enabled.rp2040-ard.yaml
Normal file
1
tests/components/safe_mode/test-enabled.rp2040-ard.yaml
Normal file
@ -0,0 +1 @@
|
||||
<<: !include common-enabled.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 New Issue
Block a user