aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/base/agl-base.jinja23
-rw-r--r--templates/tests/hack-SPEC3655.jinja221
2 files changed, 24 insertions, 0 deletions
diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2
index 346de32..ab6cd93 100644
--- a/templates/base/agl-base.jinja2
+++ b/templates/base/agl-base.jinja2
@@ -44,6 +44,9 @@ actions:
{%- if rootfs_type == "nbd" %}
{% include "tests/veth.jinja2" %}
{%- endif %}
+{% if device_type == "r8a7795-h3ulcb-kf" or device_type == "bcm2711-rpi-4-b" %}
+{% include "tests/hack-SPEC3655.jinja2" %}
+{%- endif %}
{%-for test_template in test_templates %}
{% include test_template %}
{%- endfor %}
diff --git a/templates/tests/hack-SPEC3655.jinja2 b/templates/tests/hack-SPEC3655.jinja2
new file mode 100644
index 0000000..b622312
--- /dev/null
+++ b/templates/tests/hack-SPEC3655.jinja2
@@ -0,0 +1,21 @@
+- 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 start agl-service-geoclue
+ - afm-util start agl-service-weather
+ lava-signal: kmsg
+ from: inline
+ name: HACK-SPEC-3655
+ path: inline/hack-spec-3655.yaml