From fdd2cb6a42c4359c85de51339802b962f3e80f5b Mon Sep 17 00:00:00 2001 From: Netpicker <156186606+netpicker@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:29:45 +0200 Subject: [PATCH] Tests and juniper (#112) * adding wireless tests * renamed vendor names * testing juniper file * testing with rule_11.py * updated the first rule * adding EXAMPLES.md * updated the URL for EXAMPLES.md * TOC for EXAMPLES.md * Tests and juniper (#96) (#97) * adding wireless tests * renamed vendor names * testing juniper file * testing with rule_11.py * updated the first rule * adding EXAMPLES.md * updated the URL for EXAMPLES.md --------- Co-authored-by: mailsanjayhere * updating TOC * updated for EXAMPLES.md * removed example inside EXAMPLE.md * Squashed commit of the following: commit 8d3fe28d61c653154b116687fbafe849b5d69545 Author: Netpicker <156186606+netpicker@users.noreply.github.com> Date: Mon Aug 19 09:26:59 2024 +0200 Tests and juniper (#100) * adding wireless tests * renamed vendor names * testing juniper file * testing with rule_11.py * updated the first rule * adding EXAMPLES.md * updated the URL for EXAMPLES.md * TOC for EXAMPLES.md * Tests and juniper (#96) (#97) * adding wireless tests * renamed vendor names * testing juniper file * testing with rule_11.py * updated the first rule * adding EXAMPLES.md * updated the URL for EXAMPLES.md --------- Co-authored-by: mailsanjayhere * updating TOC * updated for EXAMPLES.md --------- Co-authored-by: mailsanjayhere * changed entire file contents * fixed typo for devices * update EXAMPLES.md README.md * removed few items from TOC * replaced : with = in commands check * added 2nd example for multiple lines check * updated example 2 * add 4th example * added textfsm example * updated hyperlink for toc 4 --------- Co-authored-by: mailsanjayhere --- EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 9a817ac..925cf44 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -11,7 +11,7 @@ A set of common Netpicker compliance use-cases. 1. [Format of the Rules](#format-of-the-rules) 2. [Simple Examples](#simple-examples) 3. [Multiple Lines](#multiple-lines) -4. [Using Configuration and Commands](#configuration-commands) +4. [Using Configuration and Commands](#using-configuration-and-commands) 5. [Using TextFSM](#using-textfsm)