(self, node, addr)
| 16 | self.extra_args = [[],[]] |
| 17 | |
| 18 | def is_banned(self, node, addr): |
| 19 | return any(e['address'] == addr for e in node.listbanned()) |
| 20 | |
| 21 | def run_test(self): |
| 22 | # Node 0 connects to Node 1, check that the noban permission is not granted |