Skip to content

Commit

Permalink
Merge pull request avocado-framework-tests#2870 from Pavithra1602/mig…
Browse files Browse the repository at this point in the history
…rate_pages

Fix migrate_pages.py hugepage test failures.
  • Loading branch information
PraveenPenguin authored Aug 22, 2024
2 parents a413979 + 41eced1 commit 6d1b324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory/migrate_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class MigratePages(Test):
2) hugepages
3) hugepages with overcommit
4) transparent hugepages
:avocado: tags=memory,hugepage,migration
"""

Expand Down Expand Up @@ -65,6 +64,7 @@ def setUp(self):
os.environ['HAVE_HUGETLB_HEADER'] = '1'
pkgs.extend(['libhugetlbfs-devel'])
elif self.dist.name == "SuSE":
os.environ['HAVE_HUGETLB_HEADER'] = '1'
pkgs.extend(['libnuma-devel'])
if self.dist.version >= 15:
pkgs.extend(['libhugetlbfs-devel'])
Expand Down

0 comments on commit 6d1b324

Please sign in to comment.