Skip to content

Commit

Permalink
tests: Enable GFS2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Jan 25, 2024
1 parent 808a65f commit 4093381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions misc/install-test-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
- python3-paramiko
- targetcli
- iscsi-initiator-utils
- gfs2-utils
when: ansible_distribution == 'Fedora' and test_dependencies|bool

####### CentOS 8/9
Expand Down Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion tests/storage_tests/formats_test/fs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4093381

Please sign in to comment.