From 4093381de1fa65b12afcb6ef63e8356a36fa479b Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Thu, 25 Jan 2024 10:29:35 +0100 Subject: [PATCH] tests: Enable GFS2 tests --- misc/install-test-dependencies.yml | 2 ++ tests/storage_tests/formats_test/fs_test.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/install-test-dependencies.yml b/misc/install-test-dependencies.yml index 691a92292..460627ae7 100644 --- a/misc/install-test-dependencies.yml +++ b/misc/install-test-dependencies.yml @@ -55,6 +55,7 @@ - python3-paramiko - targetcli - iscsi-initiator-utils + - gfs2-utils when: ansible_distribution == 'Fedora' and test_dependencies|bool ####### CentOS 8/9 @@ -161,6 +162,7 @@ - python3-pip - targetcli-fb - open-iscsi + - gfs2-utils when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' and test_dependencies|bool - name: Install libmount (Debian/Ubuntu) diff --git a/tests/storage_tests/formats_test/fs_test.py b/tests/storage_tests/formats_test/fs_test.py index 1a0656ac7..253b01428 100644 --- a/tests/storage_tests/formats_test/fs_test.py +++ b/tests/storage_tests/formats_test/fs_test.py @@ -117,7 +117,6 @@ class BTRFSTestCase(fstesting.FSAsRoot): _fs_class = fs.BTRFS -@unittest.skip("Unable to create GFS2 filesystem.") class GFS2TestCase(fstesting.FSAsRoot): _fs_class = fs.GFS2