blob: 0a3b6afa9539f1342e87fadb5b57347c6c8a9465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
- test:
timeout:
minutes: 5
definitions:
- repository:
metadata:
format: Lava-Test Test Definition 1.0
name: HACK-SPEC-3655
description: "Start geoclue weather services"
os:
- oe
scope:
- 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
path: inline/hack-spec-3655.yaml
|