From bf2dbf0bf67a037e3d86e434974ff616140184b5 Mon Sep 17 00:00:00 2001 From: Ruchi Pakhle Date: Thu, 26 Sep 2024 12:23:18 +0530 Subject: [PATCH] Add ignore_219.txt file --- changelogs/fragments/ignore_219.yaml | 3 +++ tests/sanity/ignore-2.19.txt | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 changelogs/fragments/ignore_219.yaml create mode 100644 tests/sanity/ignore-2.19.txt diff --git a/changelogs/fragments/ignore_219.yaml b/changelogs/fragments/ignore_219.yaml new file mode 100644 index 000000000..ef10a72d7 --- /dev/null +++ b/changelogs/fragments/ignore_219.yaml @@ -0,0 +1,3 @@ +--- +trivial: + - Add ignore-2.19.txt. \ No newline at end of file diff --git a/tests/sanity/ignore-2.19.txt b/tests/sanity/ignore-2.19.txt new file mode 100644 index 000000000..3fd7253af --- /dev/null +++ b/tests/sanity/ignore-2.19.txt @@ -0,0 +1,5 @@ +plugins/action/netconf.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` +plugins/action/network.py action-plugin-docs # base class for network action plugins +plugins/action/grpc.py action-plugin-docs # base class for grpc action plugins +plugins/plugin_utils/compat/telnetlib.py pep8!skip # vendored file +plugins/plugin_utils/compat/telnetlib.py pylint!skip # vendored file