qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/acceptance: Reduce quanta-gsj U-boot+Linux test time


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] tests/acceptance: Reduce quanta-gsj U-boot+Linux test time
Date: Fri, 18 Sep 2020 16:27:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/18/20 4:23 PM, Philippe Mathieu-Daudé wrote:
> The 'arm_quanta_gsj_initrd' test is timeouting on GitLab CI:
> https://gitlab.com/philmd/qemu/-/jobs/745483978#L846
> 
> Use the same trick from the 'arm_quanta_gsj' test to reduce the
> systemd services started and get quicker to the shell prompt.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  tests/acceptance/boot_linux_console.py | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/acceptance/boot_linux_console.py 
> b/tests/acceptance/boot_linux_console.py
> index 4a366ce93e4..7748febbf54 100644
> --- a/tests/acceptance/boot_linux_console.py
> +++ b/tests/acceptance/boot_linux_console.py
> @@ -638,6 +638,9 @@ def test_arm_quanta_gsj_initrd(self):
>  
>          self.vm.set_console()
>          kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
> +                               'initcall_blacklist=npcm_i2c_bus_driver_init '
> +                               'systemd.mask=systemd-random-seed.service '
> +                               'systemd.mask=dropbearkey.service '
>                                 'console=ttyS0,115200n8 '
>                                 'earlycon=uart8250,mmio32,0xf0001000')
>          self.vm.add_args('-kernel', kernel_path,
> 

Bah unfortunately this is still not enough :(



reply via email to

[Prev in Thread] Current Thread [Next in Thread]