Searched defs:outputs (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/tests/toranj/cli/ |
D | test-008-multicast-traffic.py | 141 outputs = r2.cli('ping ff02::1') variable 149 outputs = r3.cli('ping ff03::1') variable 157 outputs = r3.cli('ping ff02::2') variable 165 outputs = r3.cli('ping ff03::2') variable 175 outputs = r1.cli('ping', ll_all_thread_nodes_addr) variable 184 outputs = fed.cli('ping', ml_all_thread_nodes_addr) variable 192 outputs = fed.cli('ping', ml_all_thread_nodes_addr, 200) variable 201 outputs = r1.cli('ping', ml_all_thread_nodes_addr, 10, 1, 0, hop_limit) variable 210 outputs = r1.cli('ping', ml_all_thread_nodes_addr, 10, 1, 0, hop_limit) variable 219 outputs = r1.cli('ping', ml_all_thread_nodes_addr, 10, 1, 0, hop_limit) variable [all …]
|