by Otto Coster | Sep 17, 2024 | FAQ, Knowledge Base, Netpicker
To use device tags for custom (Netmiko) timeouts for config backups and real-time commands in the test run, you need to add an extra parameter to your docker-compose.yml file. Check out GitHub...
by Otto Coster | Sep 10, 2024 | Backups, FAQ, Knowledge Base, Netpicker
Overview This article explains how to sync data from a local Git repository inside a Docker container to a remote Git repository (e.g., GitHub), using a script executed from the host system. It also covers how to handle Git identity configuration issues and automate...
by Otto Coster | May 30, 2024 | AI, Compliance & Testing, Knowledge Base, Netpicker
To help network engineers writing Python tests for their use cases, we created a Custom ChatGPT called Netpicker Test Creator. Watch this tutorial for a quick guide: Check it out and let us know if it is useful for...
by Otto Coster | May 23, 2024 | FAQ, Knowledge Base, Netpicker, Network automation
Webhooks are triggered after Netpicker completes a process. Use the {{ __ctx__ }} tag in the webhook template to get the results as dictionary or use the {{ __ctx__ | tojson }} tag to get the results of the process in JSON format. Watch this video for a quick guide:...
by Otto Coster | May 23, 2024 | Knowledge Base, Netpicker
Netpicker is an on-premise containerized solution designed to automate network device configuration and testing. The architecture leverages Docker containers, role-based access, and Git repositories to manage and execute tests efficiently within a customer’s...