diff options
Diffstat (limited to 'templates/tests/hack-SPEC3655.jinja2')
-rw-r--r-- | templates/tests/hack-SPEC3655.jinja2 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/templates/tests/hack-SPEC3655.jinja2 b/templates/tests/hack-SPEC3655.jinja2 deleted file mode 100644 index 0a3b6af..0000000 --- a/templates/tests/hack-SPEC3655.jinja2 +++ /dev/null @@ -1,27 +0,0 @@ -- 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 |