[thread-cert] add low power case 6_1_07 (#5557)

This commit is contained in:
Li Cao
2020-09-23 08:33:50 -07:00
committed by GitHub
parent 9a6a9122db
commit f77c5d4653
5 changed files with 192 additions and 0 deletions
+5
View File
@@ -618,6 +618,11 @@ class Node:
self.send_command(cmd)
self._expect('Done')
def set_outbound_link_quality(self, lqi):
cmd = 'macfilter rss add-lqi * %s' % (lqi)
self.send_command(cmd)
self._expect('Done')
def remove_allowlist(self, addr):
cmd = 'macfilter addr remove %s' % addr
self.send_command(cmd)