Skip to content
Snippets Groups Projects
Commit c5a2f91c authored by Robert Latta's avatar Robert Latta
Browse files

moved asn_to_int function into tasks.common

parent b11787ac
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ from lxml import etree ...@@ -7,7 +7,7 @@ from lxml import etree
import pytest import pytest
from inventory_provider import juniper from inventory_provider import juniper
from inventory_provider.juniper import asn_to_int from inventory_provider.tasks.common import asn_to_int
NETIFACES_TEST_DATA_STRING = """{ NETIFACES_TEST_DATA_STRING = """{
'lo0': {{AF_INET}: [{'addr': '127.0.0.1', 'netmask': '255.0.0.0', 'peer': '127.0.0.1'}], 'lo0': {{AF_INET}: [{'addr': '127.0.0.1', 'netmask': '255.0.0.0', 'peer': '127.0.0.1'}],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment