ci(test): Fix GPIO test
This commit is contained in:
parent
543a647f2c
commit
42bd7456ce
1 changed files with 5 additions and 5 deletions
|
|
@ -6,31 +6,31 @@ steps:
|
||||||
- wait-serial: "Button test"
|
- wait-serial: "Button test"
|
||||||
|
|
||||||
# Need for 1s delay for scenario to run properly
|
# Need for 1s delay for scenario to run properly
|
||||||
- delay: 1000ms
|
- delay: 5000ms
|
||||||
|
|
||||||
# Press once
|
# Press once
|
||||||
- set-control:
|
- set-control:
|
||||||
part-id: btn1
|
part-id: btn1
|
||||||
control: pressed
|
control: pressed
|
||||||
value: 1
|
value: 1
|
||||||
- delay: 200ms
|
- delay: 2000ms
|
||||||
- set-control:
|
- set-control:
|
||||||
part-id: btn1
|
part-id: btn1
|
||||||
control: pressed
|
control: pressed
|
||||||
value: 0
|
value: 0
|
||||||
- delay: 300ms
|
- delay: 3000ms
|
||||||
|
|
||||||
# Press 2nd time
|
# Press 2nd time
|
||||||
- set-control:
|
- set-control:
|
||||||
part-id: btn1
|
part-id: btn1
|
||||||
control: pressed
|
control: pressed
|
||||||
value: 1
|
value: 1
|
||||||
- delay: 200ms
|
- delay: 2000ms
|
||||||
- set-control:
|
- set-control:
|
||||||
part-id: btn1
|
part-id: btn1
|
||||||
control: pressed
|
control: pressed
|
||||||
value: 0
|
value: 0
|
||||||
- delay: 300ms
|
- delay: 3000ms
|
||||||
|
|
||||||
# Press for the 3rd time
|
# Press for the 3rd time
|
||||||
- set-control:
|
- set-control:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue