Lines Matching refs:lifetime
36 lifetime = int(lines[0])
37 lifetime = lifetime + 10
39 leshan.write(endpoint, '1/0/1', lifetime)
44 assert latest["lifetime"] == lifetime
71 lifetime = int(lines[0])
72 assert lifetime == 120
74 dut.readlines_until(regex='.*net_lwm2m_rd_client: Update Done', timeout=lifetime)
252 lifetime = int(lines[0])
261 1: lifetime,
269 lifetime = int(lines[0])
275 assert leshan.write(endpoint, '1/0/1', lifetime)['status'] == 'CHANGED(204)'