Lines Matching refs:cli
29 from cli import verify
30 from cli import verify_within
31 import cli
50 cli.Node.set_time_speedup_factor(speedup)
52 r1 = cli.Node()
53 r2 = cli.Node()
98 except cli.CliError as e:
112 except cli.CliError as e:
126 except cli.CliError as e:
142 result = r2.cli('networkdiagnostic get', r1_rloc, VENDOR_NAME_TLV)
149 result = r2.cli('networkdiagnostic get', r1_rloc, VENDOR_MODEL_TLV)
156 result = r2.cli('networkdiagnostic get', r1_rloc, VENDOR_SW_VERSION_TLV)
163 result = r2.cli('networkdiagnostic get', r1_rloc, VENDOR_APP_URL)
170 result = r2.cli('networkdiagnostic get', r1_rloc, THREAD_STACK_VERSION_TLV)
177 result = r1.cli('networkdiagnostic get', r2_rloc, VENDOR_NAME_TLV, VENDOR_MODEL_TLV, VENDOR_SW_VERS…
194 result = r2.cli('networkdiagnostic get', r1_rloc, MLE_COUNTERS_TLV)
201 cli.Node.finalize_all_nodes()