[OE-core] [PATCH 4/4] oeqa/runtime/xorg: use the right ps command for xorg test

Stanacar, StefanX stefanx.stanacar at intel.com
Tue Jul 30 08:56:25 UTC 2013



On Tue, 2013-07-30 at 11:35 +0300, Stefan Stanacar wrote:
> Use our determined ps command, otherwise test fails for images with procps.
> 
> Signed-off-by: Stefan Stanacar <stefanx.stanacar at intel.com>

>          self.streampath = '/tmp/qemuconnection.%s' % os.getpid()
> -        self.qemuparams = 'bootparams="console=tty1 console=ttyS0,115200n8" qemuparams="-serial unix:%s,server,nowait"' % self.streampath
> +        self.qemuparams = 'nographic bootparams="console=tty1 console=ttyS0,115200n8" qemuparams="-serial unix:%s,server,nowait"' % self.streampath

This was unintentional, I'll resend.

Regards,
Stefan



>          self.qemupid = None
>          self.ip = None
>  



More information about the Openembedded-core mailing list