()
| 18 | |
| 19 | |
| 20 | def test_invalid_port(): |
| 21 | device = DEVICE_DICT["cisco3_invalid"] |
| 22 | device["port"] = 8022 |
| 23 | with pytest.raises(NetmikoTimeoutException): |
| 24 | ConnectHandler(**device) |
| 25 | |
| 26 | |
| 27 | def test_conn_timeout(): |
nothing calls this directly
no test coverage detected