Wyko / netcrawl

Netcrawl is a tool designed to discover and poll one or more devices, inventory them, and then provide useful data on the processed devices.
http://netcrawl.readthedocs.io
54 stars 10 forks source link

Create Fake Interfaces, Devices, and Databases for Testing #25

Open Wyko opened 7 years ago

Wyko commented 7 years ago

Objective

For testing purposes, we should have fully populated structures to work with. For this, we need helper functions which create on-demand, populated interfaces and devices, as well as filling the inventory and main databases with fake data.

When appropriate, these fake structures can be used alongside pre-made ones in situations where exactly known data is not needed.

Possible Implementation

Using the Faker package will expedite this