diff --git a/.github/workflows/sanity_tests.yml b/.github/workflows/sanity_tests.yml index 54df33f750..20497e13fc 100644 --- a/.github/workflows/sanity_tests.yml +++ b/.github/workflows/sanity_tests.yml @@ -19,6 +19,7 @@ jobs: - stable-2.11 - stable-2.12 - stable-2.13 + - stable-2.14 - devel runs-on: ubuntu-latest steps: diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt new file mode 100644 index 0000000000..1ef6913d16 --- /dev/null +++ b/tests/sanity/ignore-2.15.txt @@ -0,0 +1,10 @@ +plugins/module_utils/dnac.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/module_utils/dnac.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/pnp_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/template_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/site_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/swim_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/pnp_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/template_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/site_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/swim_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK \ No newline at end of file