Commit e58c592
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| 573 | + | |
| 574 | + | |
573 | 575 | | |
574 | 576 | | |
575 | 577 | | |
| |||
0 commit comments