Load the running and state docs for the given hostname
:param hostname: str
:param ssh_params: dict - parameters to pass to the ncclient manager.connect call, see https://github.com/ncclient/ncclient/blob/master/ncclient/transport/ssh.py#L156 # noqa
:return: tuple of xml.etree.ElementTree.Element - running configuration, state data
"""
logger.info(f'capturing netconf data for "{hostname}"')