Add tests patch

This commit is contained in:
Эдуард Абдуллин 2022-02-17 12:56:07 +03:00
parent 02597dd59c
commit c057b69f43
2 changed files with 17 additions and 1 deletions

View 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."""

View File

@ -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).