tests/avocado/machine_aspeed.py: Mask systemd services to speed up SDK boot
Reviewed-by: Joel Stanley <joel@jms.id.au> Message-Id: <20230119123449.531826-8-clg@kaod.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
ed1f5ff842
commit
30d7aac415
@ -183,7 +183,14 @@ class AST2x00Machine(QemuSystemTest):
|
|||||||
|
|
||||||
class AST2x00MachineSDK(QemuSystemTest):
|
class AST2x00MachineSDK(QemuSystemTest):
|
||||||
|
|
||||||
EXTRA_BOOTARGS = ' quiet'
|
EXTRA_BOOTARGS = (
|
||||||
|
'quiet '
|
||||||
|
'systemd.mask=org.openbmc.HostIpmi.service '
|
||||||
|
'systemd.mask=xyz.openbmc_project.Chassis.Control.Power@0.service '
|
||||||
|
'systemd.mask=modprobe@fuse.service '
|
||||||
|
'systemd.mask=rngd.service '
|
||||||
|
'systemd.mask=obmc-console@ttyS2.service '
|
||||||
|
)
|
||||||
|
|
||||||
# FIXME: Although these tests boot a whole distro they are still
|
# FIXME: Although these tests boot a whole distro they are still
|
||||||
# slower than comparable machine models. There may be some
|
# slower than comparable machine models. There may be some
|
||||||
|
Loading…
x
Reference in New Issue
Block a user