From f39757c8037fddfdd777555b881f3c119664290c Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 16 Mar 2021 15:16:30 +0100 Subject: Stop weather and geoclue before restarting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: I48ecf0a1ce708a13f1dc6501a2ccdd129fae729c --- templates/tests/hack-SPEC3655.jinja2 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/tests') diff --git a/templates/tests/hack-SPEC3655.jinja2 b/templates/tests/hack-SPEC3655.jinja2 index b622312..0a3b6af 100644 --- a/templates/tests/hack-SPEC3655.jinja2 +++ b/templates/tests/hack-SPEC3655.jinja2 @@ -13,8 +13,14 @@ - functional run: steps: + - afm-util kill agl-service-geoclue + - sleep 1 - afm-util start agl-service-geoclue + - sleep 1 + - afm-util kill agl-service-weather + - sleep 1 - afm-util start agl-service-weather + - sleep 1 lava-signal: kmsg from: inline name: HACK-SPEC-3655 -- cgit 1.2.3-korg