by Peter Gels | Feb 5, 2025 | Knowledge Base, Netpicker, Network automation
In the automation section you can take your devices, and run jobs on them. These jobs are written in python code and will allow you to execute cli commands on your device. You can configure your devices, and run show commands and parse the results the way you’d like....
by Peter Gels | Feb 19, 2024 | Compliance & Testing, Knowledge Base, Netpicker
Netpicker allows you to create custom rules (Python unit tests using pytest) to test your network devices. This guide outlines how to write these rules. Creating a Rule A rule in Netpicker is defined as a Python function decorated with @low, @medium or @high,...
by Peter Gels | Feb 2, 2024 | Compliance & Testing, Knowledge Base, Netpicker
Netpicker offers a collection of test suites based on common CVEs and CIS collections that you can use. This guide shows the steps in importing them into your local netpicker installation. It assumes that you have netpicker installed, and you need an active tenant....
by Peter Gels | Jan 30, 2024 | Installation, Knowledge Base, Netpicker
This guide explains the installation process of Netpicker on a machine with internet access and Docker installed. Prerequisites A machine with Docker installed Step 1: Clone our GitHub repository Clone Netpicker’s docker-compose.yml file from our GitHub: git clone...
by Peter Gels | Jan 29, 2024 | Use Cases
Table of contents Check if one line is present in a configurationCheck if lines are NOT present in your configurationCheck lines that can contain variable valuesCheck if lines are present in your configuration, while others aren’tValidate the output of a command run...