[OE-core] [PATCH 1/2] systemd: test target boot time against unit timeout

2015-10-22 Thread Benjamin Esquivel
the new test: oeqa.runtime.systemd.SystemdJournalTests.test_systemd_boot_time will query the target boot time from journactl and will compare it against the default systemd's unit start timeout: (TimeoutStartSec) if the boot time is greater than the timeout, it will fail the reason is because onc

Re: [OE-core] [PATCH 1/2] systemd: test target boot time against unit timeout

2015-10-23 Thread Benjamin Esquivel
This reminds me I haven't been able to parse your logs to check your data. If what you say is true, that the failure is presented when the system (kernel + userspace) booted in less than 90 secs, then I can make 2 observations: 1. your data and Randy's diverge, Randy's data has every systemd failu

Re: [OE-core] [PATCH 1/2] systemd: test target boot time against unit timeout

2015-10-23 Thread Brian Avery
On Fri, Oct 23, 2015 at 8:57 AM, Benjamin Esquivel wrote: > This reminds me I haven't been able to parse your logs to check your > data. If what you say is true, that the failure is presented when the > system (kernel + userspace) booted in less than 90 secs, then I can > make 2 observations: > >