Skip to content

Commit

Permalink
Add test for AlmaLinux product (#2003692)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlukoshko committed Sep 13, 2021
1 parent 4f937f1 commit 88ed655
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/nosetests/pyanaconda_tests/product_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ def rhel_products_test(self):
["rhel.conf", "scientific-linux.conf"],
WORKSTATION_PARTITIONING
)
self._check_default_product(
"AlmaLinux", "",
["rhel.conf", "almalinux.conf"],
WORKSTATION_PARTITIONING
)

def product_module_list_difference_fedora_rhel_test(self):
"""Test for expected Fedora & RHEL module list differences."""
Expand Down

0 comments on commit 88ed655

Please sign in to comment.