Skip to content

Commit e58c592

Browse files
committed
gclusterfs: Add tests to Broken tests
Observed issue: ``` tests/storage/glusterfs/test_glusterfs_sr_intrapool_migration.py::Test::test_cold_intrapool_migration[...] -------------------------------- live log setup -------------------------------- May 19 10:05:16.723 DEBUG [...] test -f /usr/sbin/mkfs.xfs ERROR [ 13%] (...) hostA2 = <lib.host.Host object at 0x7f6c81276e10>, image_format = 'qcow2' _xfs_config_on_hostA2 = XfsConfig(uninstall_xfs=True) @pytest.fixture(scope='package') def hostA2_with_xfsprogs(hostA2: Host, image_format: ImageFormat, _xfs_config_on_hostA2: XfsConfig) \ -> Generator[Host, None, None]: > assert not hostA2.file_exists('/usr/sbin/mkfs.xfs'), \ "xfsprogs must not be installed on the host at the beginning of the tests" E AssertionError: xfsprogs must not be installed on the host at the beginning of the tests E assert not True E + where True = file_exists('/usr/sbin/mkfs.xfs') E + where file_exists = <lib.host.Host object at 0x7f6c81276e10>.file_exists tests/storage/conftest.py:69: AssertionError ``` Signed-off-by: Philippe Coval <philippe.coval@vates.tech>
1 parent 178bd4c commit e58c592

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

jobs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,8 @@ class JobData(TypedDict):
570570
BROKEN_TESTS = [
571571
# not really broken but has complex prerequisites (3 NICs on 3 different networks)
572572
"tests/migration/test_host_evacuate.py::TestHostEvacuateWithNetwork",
573+
# needs maintenance (fail on xfs)
574+
"tests/storage/glusterfs",
573575
# needs Fibre Channel host bus adapter (HBA)
574576
"tests/storage/lvmohba",
575577
# running quicktest on zfsvol generates dangling TAP devices that are hard to

0 commit comments

Comments
 (0)