Skip to content

Commit 58d3484

Browse files
committed
Adding ignore files to resolve import log issues on AAH
1 parent 9cf4a7e commit 58d3484

File tree

8 files changed

+31
-0
lines changed

8 files changed

+31
-0
lines changed

tests/sanity/ignore-2.10.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
plugins/module_utils/jbossnetwork.py compile-2.7!skip # Python 2.7 is not supported on the controller
2+
plugins/modules/product_download.py compile-2.7!skip # Python 2.7 is not supported on the controller
3+
plugins/modules/product_search.py compile-2.7!skip # Python 2.7 is not supported on the controller
4+
plugins/module_utils/jbossnetwork.py compile-3.5!skip # Python 3.5 is not supported on the controller
5+
plugins/modules/product_download.py compile-3.5!skip # Python 3.5 is not supported on the controller
6+
plugins/modules/product_search.py compile-3.5!skip # Python 3.5 is not supported on the controller

tests/sanity/ignore-2.11.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
plugins/module_utils/jbossnetwork.py compile-2.7!skip # Python 2.7 is not supported on the controller
2+
plugins/modules/product_download.py compile-2.7!skip # Python 2.7 is not supported on the controller
3+
plugins/modules/product_search.py compile-2.7!skip # Python 2.7 is not supported on the controller
4+
plugins/module_utils/jbossnetwork.py compile-3.5!skip # Python 3.5 is not supported on the controller
5+
plugins/modules/product_download.py compile-3.5!skip # Python 3.5 is not supported on the controller
6+
plugins/modules/product_search.py compile-3.5!skip # Python 3.5 is not supported on the controller

tests/sanity/ignore-2.12.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
plugins/module_utils/jbossnetwork.py compile-2.7!skip # Python 2.7 is not supported on the controller
2+
plugins/modules/product_download.py compile-2.7!skip # Python 2.7 is not supported on the controller
3+
plugins/modules/product_search.py compile-2.7!skip # Python 2.7 is not supported on the controller
4+
plugins/module_utils/jbossnetwork.py compile-3.5!skip # Python 3.5 is not supported on the controller
5+
plugins/modules/product_download.py compile-3.5!skip # Python 3.5 is not supported on the controller
6+
plugins/modules/product_search.py compile-3.5!skip # Python 3.5 is not supported on the controller

tests/sanity/ignore-2.13.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
plugins/module_utils/jbossnetwork.py compile-2.7!skip # Python 2.7 is not supported on the controller
2+
plugins/modules/product_download.py compile-2.7!skip # Python 2.7 is not supported on the controller
3+
plugins/modules/product_search.py compile-2.7!skip # Python 2.7 is not supported on the controller
4+
plugins/module_utils/jbossnetwork.py compile-3.5!skip # Python 3.5 is not supported on the controller
5+
plugins/modules/product_download.py compile-3.5!skip # Python 3.5 is not supported on the controller
6+
plugins/modules/product_search.py compile-3.5!skip # Python 3.5 is not supported on the controller

tests/sanity/ignore-2.14.txt

Whitespace-only changes.

tests/sanity/ignore-2.15.txt

Whitespace-only changes.

tests/sanity/ignore-2.9.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
plugins/module_utils/jbossnetwork.py compile-2.7!skip # Python 2.7 is not supported on the controller
2+
plugins/modules/product_download.py compile-2.7!skip # Python 2.7 is not supported on the controller
3+
plugins/modules/product_search.py compile-2.7!skip # Python 2.7 is not supported on the controller
4+
plugins/module_utils/jbossnetwork.py compile-3.5!skip # Python 3.5 is not supported on the controller
5+
plugins/modules/product_download.py compile-3.5!skip # Python 3.5 is not supported on the controller
6+
plugins/modules/product_search.py compile-3.5!skip # Python 3.5 is not supported on the controller
7+

0 commit comments

Comments
 (0)