Skip to content

Commit

Permalink
add new cirque topology json file (#9048)
Browse files Browse the repository at this point in the history
* add topology for enable one node & one android emlator

* Restyled by prettier-json

* Restyled by prettier-json

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
mingchik and restyled-commits authored Aug 18, 2021
1 parent d1e52bb commit 49222e4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/test_driver/linux-cirque/topologies/one_node_one_android.json
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": "ANDROID-EMULATOR",
"base_image": "android-emulator",
"capability": ["Interactive", "LanAccess", "Mount", "Xvnc"],
"mount_pairs": [["/dev/kvm", "/dev/kvm"]],
"xvnc_localhost": 0
}
}
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",
"docker_network": "ipvlan",
"capability": ["Interactive", "Mount"],
"mount_pairs": [["{chip_repo}", "{chip_repo}"]]
},
"device1": {
"type": "CHIP-01",
"base_image": "connectedhomeip/chip-cirque-device-base",
"docker_network": "ipvlan",
"capability": ["Interactive", "Mount"],
"mount_pairs": [["{chip_repo}", "{chip_repo}"]]
},
"device2": {
"type": "CHIP-02",
"base_image": "connectedhomeip/chip-cirque-device-base",
"docker_network": "ipvlan",
"capability": ["Interactive", "Mount"],
"mount_pairs": [["{chip_repo}", "{chip_repo}"]]
}
}

0 comments on commit 49222e4

Please sign in to comment.