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