17 lines
736 B
Diff
17 lines
736 B
Diff
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."""
|