Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / test_driver / happy / topologies / standalone / five_nodes_on_wifi.sh
1 #!/bin/bash
2
3 #
4 #    Copyright (c) 2020 Project CHIP Authors
5 #    Copyright (c) 2018 Google LLC.
6 #    All rights reserved.
7 #
8 #    Licensed under the Apache License, Version 2.0 (the "License");
9 #    you may not use this file except in compliance with the License.
10 #    You may obtain a copy of the License at
11 #
12 #        http://www.apache.org/licenses/LICENSE-2.0
13 #
14 #    Unless required by applicable law or agreed to in writing, software
15 #    distributed under the License is distributed on an "AS IS" BASIS,
16 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 #    See the License for the specific language governing permissions and
18 #    limitations under the License.
19 #
20
21 # Steps to manually build five_nodes_on_wifi.json
22
23 happy-node-add 00-WifiNode-TxFourMulticastAddresses
24 happy-node-add 01-WifiNode-RxOneMulticastAddress
25 happy-node-add 02-WifiNode-RxTwoMulticastAddresses
26 happy-node-add 03-WifiNode-RxThreeMulticastAddresses
27 happy-node-add 04-WifiNode-RxFourMulticastAddresses
28
29 happy-network-add WifiNetwork wifi
30 happy-network-address WifiNetwork 2001:db8:1:2::
31 happy-network-address WifiNetwork 192.168.1.0
32
33 happy-node-join 00-WifiNode-TxFourMulticastAddresses WifiNetwork
34 happy-node-join 01-WifiNode-RxOneMulticastAddress WifiNetwork
35 happy-node-join 02-WifiNode-RxTwoMulticastAddresses WifiNetwork
36 happy-node-join 03-WifiNode-RxThreeMulticastAddresses WifiNetwork
37 happy-node-join 04-WifiNode-RxFourMulticastAddresses WifiNetwork
38
39 # happy-state -s five_nodes_on_wifi.json