SPEC-3427: check if RID is null 66/24766/2
authorCorentin LABBE <clabbe@baylibre.com>
Mon, 15 Jun 2020 12:29:06 +0000 (14:29 +0200)
committerCorentin LABBE <clabbe@baylibre.com>
Fri, 3 Jul 2020 11:27:48 +0000 (13:27 +0200)
commit63b7812201fd3b20c7c0efdea23e24d09c11f8a1
treeacefdd3e6c92e620bfd63f7b0b1b75a0a2f3874c
parentf1f6e30dae5c3e13304db80809fb5db9145f2b1b
SPEC-3427: check if RID is null

RID could be null if process failed to start.
In that case, we will retry to start it.
On a second fail, we will not continue the test suite and fail.

In th same time add a second status check, but after a delay to be sure
the service is still working.

Bug-AGL: SPEC-3427
Change-Id: I566f1aefa06cbb791674373340ce87be220b18a2
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
common/scripts/application-lifecycle.sh