(self)
| 72 | self.test_addpeeraddress() |
| 73 | |
| 74 | def test_connection_count(self): |
| 75 | self.log.info("Test getconnectioncount") |
| 76 | # After using `connect_nodes` to connect nodes 0 and 1 to each other. |
| 77 | assert_equal(self.nodes[0].getconnectioncount(), 2) |
| 78 | |
| 79 | def test_getpeerinfo(self): |
| 80 | self.log.info("Test getpeerinfo") |
no test coverage detected