Merge pull request 'tests: align createiso hfs_compat expectations with new default' (#19) from fix-createiso-hfs-tests into master

Reviewed-on: #19
This commit is contained in:
Andrew Lukoshko 2026-05-04 15:27:30 +00:00
commit 9df2e531bd

View File

@ -122,7 +122,7 @@ class CreateisoPhaseTest(helpers.PungiTestCase):
supported=True,
jigdo_dir=None,
os_tree=None,
hfs_compat=True,
hfs_compat=False,
use_xorrisofs=False,
script_dir="%s/work/x86_64/tmp-Server" % self.topdir,
)
@ -249,7 +249,7 @@ class CreateisoPhaseTest(helpers.PungiTestCase):
supported=True,
jigdo_dir=None,
os_tree=None,
hfs_compat=True,
hfs_compat=False,
use_xorrisofs=False,
script_dir="%s/work/x86_64/tmp-Server" % self.topdir,
),
@ -262,7 +262,7 @@ class CreateisoPhaseTest(helpers.PungiTestCase):
supported=True,
jigdo_dir=None,
os_tree=None,
hfs_compat=True,
hfs_compat=False,
use_xorrisofs=False,
script_dir="%s/work/src/tmp-Server" % self.topdir,
),
@ -394,7 +394,7 @@ class CreateisoPhaseTest(helpers.PungiTestCase):
supported=True,
jigdo_dir=None,
os_tree=None,
hfs_compat=True,
hfs_compat=False,
use_xorrisofs=False,
script_dir="%s/work/src/tmp-Server" % self.topdir,
)