-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh #44 Updated test cases to use cec adaptor
- Loading branch information
Showing
9 changed files
with
599 additions
and
430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
hdmiCEC: | ||
test01_TransmitSingleStandbyCommandandValidateAck: | ||
test01_TransmitCECCommands: | ||
- command: "0x04" # Image View on | ||
payload: | ||
responses: | ||
- command: "0x36" # Standby | ||
payload: | ||
responses: | ||
- type: "power_status" | ||
loop_devices: true # Apply this response to all devices in the device map | ||
payload: "[:sender]:90:[:power_status]" # Response pattern with placeholders | ||
description: "Devices report their power status" | ||
- command: "0x8F" # Request Power Status | ||
- command: "0x9F" # Get CEC version | ||
payload: | ||
responses: | ||
- type: "power_status_response" | ||
loop_devices: true # Apply this response to all devices in the device map | ||
payload: "[:sender]:90:[:power_status]" # Response pattern with placeholders | ||
description: "Devices respond with their current power status" | ||
- type: "Get CEC Version" | ||
loop_devices: false # Apply this response to all devices in the device map | ||
payload: "" # Response pattern with placeholders | ||
description: "Device request for CEC version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.