-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python] Enhancement of manual test using Cirque (#7122)
* [python] Enhanced manual test * Add avahi-utils * update doc * Fix elif and doc update * Restyled by prettier-json * Restyled by prettier-markdown * Fix command Co-authored-by: yunhanw <[email protected]> Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
8 changed files
with
123 additions
and
67 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
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
23 changes: 23 additions & 0 deletions
23
src/test_driver/linux-cirque/topologies/three_node_with_thread.json
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"device0": { | ||
"type": "CHIP-00", | ||
"base_image": "connectedhomeip/chip-cirque-device-base", | ||
"capability": ["Thread", "Interactive", "Mount"], | ||
"mount_pairs": [["{chip_repo}", "{chip_repo}"]], | ||
"rcp_mode": true | ||
}, | ||
"device1": { | ||
"type": "CHIP-01", | ||
"base_image": "connectedhomeip/chip-cirque-device-base", | ||
"capability": ["Thread", "Interactive", "Mount"], | ||
"mount_pairs": [["{chip_repo}", "{chip_repo}"]], | ||
"rcp_mode": true | ||
}, | ||
"device2": { | ||
"type": "CHIP-02", | ||
"base_image": "connectedhomeip/chip-cirque-device-base", | ||
"capability": ["Thread", "Interactive", "Mount"], | ||
"mount_pairs": [["{chip_repo}", "{chip_repo}"]], | ||
"rcp_mode": true | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/test_driver/linux-cirque/topologies/two_node_with_thread.json
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"device0": { | ||
"type": "CHIP-00", | ||
"base_image": "connectedhomeip/chip-cirque-device-base", | ||
"capability": ["Thread", "Interactive", "Mount"], | ||
"mount_pairs": [["{chip_repo}", "{chip_repo}"]], | ||
"rcp_mode": true | ||
}, | ||
"device1": { | ||
"type": "CHIP-01", | ||
"base_image": "connectedhomeip/chip-cirque-device-base", | ||
"capability": ["Thread", "Interactive", "Mount"], | ||
"mount_pairs": [["{chip_repo}", "{chip_repo}"]], | ||
"rcp_mode": true | ||
} | ||
} |