From 8b1b4df54f8e46503d823127c68241281a77858f Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Mon, 12 Apr 2021 11:55:10 +0900 Subject: [PATCH] Add ignore file for sanity test for 2.12 * Add ignore file to cover sanity test for the current devel version 2.12 Signed-off-by: Hideki Saito --- changelogs/fragments/sanity_test_ignore_file.yml | 2 ++ tests/sanity/ignore-2.12.txt | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 changelogs/fragments/sanity_test_ignore_file.yml create mode 100644 tests/sanity/ignore-2.12.txt diff --git a/changelogs/fragments/sanity_test_ignore_file.yml b/changelogs/fragments/sanity_test_ignore_file.yml new file mode 100644 index 0000000..8a9df55 --- /dev/null +++ b/changelogs/fragments/sanity_test_ignore_file.yml @@ -0,0 +1,2 @@ +trivial: +- Add sanity test ignore file for ansible version 2.12 diff --git a/tests/sanity/ignore-2.12.txt b/tests/sanity/ignore-2.12.txt new file mode 100644 index 0000000..013403f --- /dev/null +++ b/tests/sanity/ignore-2.12.txt @@ -0,0 +1,8 @@ +plugins/modules/synchronize.py pylint:blacklisted-name +plugins/modules/synchronize.py use-argspec-type-path +plugins/modules/synchronize.py validate-modules:doc-default-does-not-match-spec +plugins/modules/synchronize.py validate-modules:nonexistent-parameter-documented +plugins/modules/synchronize.py validate-modules:parameter-type-not-in-doc +plugins/modules/synchronize.py validate-modules:undocumented-parameter +tests/utils/shippable/check_matrix.py replace-urlopen +tests/utils/shippable/timing.py shebang