nautobot_ssot_ipfabric.tests.test_ipfabric_adapter

Unit tests for the IPFabric DiffSync adapter class.

Module Contents

Classes

IPFabricDiffSyncTestCase

Test the IPFabricDiffSync adapter class.

Functions

load_json(path)

Load a json file.

Attributes

SITE_FIXTURE

DEVICE_INVENTORY_FIXTURE

VLAN_FIXTURE

INTERFACE_FIXTURE

nautobot_ssot_ipfabric.tests.test_ipfabric_adapter.load_json(path)

Load a json file.

nautobot_ssot_ipfabric.tests.test_ipfabric_adapter.SITE_FIXTURE
nautobot_ssot_ipfabric.tests.test_ipfabric_adapter.DEVICE_INVENTORY_FIXTURE
nautobot_ssot_ipfabric.tests.test_ipfabric_adapter.VLAN_FIXTURE
nautobot_ssot_ipfabric.tests.test_ipfabric_adapter.INTERFACE_FIXTURE
class nautobot_ssot_ipfabric.tests.test_ipfabric_adapter.IPFabricDiffSyncTestCase(methodName='runTest')

Bases: django.test.TestCase

Test the IPFabricDiffSync adapter class.

test_data_loading()

Test the load() function.