Lines Matching refs:shell
25 def test_blockwise_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
46 def test_blockwise_2(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
59 shell.exec_command('lwm2m update')
77 def test_blockwise_3(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
80 shell.exec_command('lwm2m create /19/0')
94 lines = shell.get_filtered_output(shell.exec_command('lwm2m read /19/0/0/0 -crc32'))
107 shell.exec_command('lwm2m delete /19/0')
109 def test_blockwise_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
112 shell.exec_command('lwm2m create /19/0')
127 shell.exec_command('lwm2m send /19/0')
137 shell.exec_command('lwm2m delete /19/0')