Add tests patch
This commit is contained in:
parent
02597dd59c
commit
c057b69f43
16
SOURCES/anaconda-almalinux-pyanaconda-tests.patch
Normal file
16
SOURCES/anaconda-almalinux-pyanaconda-tests.patch
Normal file
@ -0,0 +1,16 @@
|
||||
diff --git a/tests/nosetests/pyanaconda_tests/product_test.py b/tests/nosetests/pyanaconda_tests/product_test.py
|
||||
index d8c511ff20..f6b657d689 100644
|
||||
--- a/tests/nosetests/pyanaconda_tests/product_test.py
|
||||
+++ b/tests/nosetests/pyanaconda_tests/product_test.py
|
||||
@@ -293,6 +293,11 @@ class ProductConfigurationTestCase(unittest.TestCase):
|
||||
["rhel.conf", "scientific-linux.conf"],
|
||||
ENTERPRISE_PARTITIONING
|
||||
)
|
||||
+ self._check_default_product(
|
||||
+ "AlmaLinux", "",
|
||||
+ ["rhel.conf", "almalinux.conf"],
|
||||
+ ENTERPRISE_PARTITIONING
|
||||
+ )
|
||||
|
||||
def product_module_list_difference_fedora_rhel_test(self):
|
||||
"""Test for expected Fedora & RHEL module list differences."""
|
@ -19,7 +19,7 @@ Patch1000: anaconda-almalinux-installer-colors.patch
|
||||
Patch1001: anaconda-almalinux-disable-subscription.patch
|
||||
Patch1002: anaconda-almalinux-disable-cdn-radiobutton.patch
|
||||
Patch1003: anaconda-almalinux-remove-visible-fedora-references.patch
|
||||
|
||||
Patch1004: anaconda-almalinux-pyanaconda-tests.patch
|
||||
# Versions of required components (done so we make sure the buildrequires
|
||||
# match the requires versions of things).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user