def test_interfaces(): with patch( "salt.utils.napalm.get_device", MagicMock(return_value=napalm_test_support.MockNapalmDevice()), ): ret = napalm_network.interfaces() assert ret["out"] == napalm_test_support.TEST_INTERFACES.copy()
def test_interfaces(self): ret = napalm_network.interfaces() assert ret['out'] == TEST_INTERFACES
def test_interfaces(self): ret = napalm_network.interfaces() assert ret["out"] == napalm_test_support.TEST_INTERFACES.copy()