forked from canonical/core20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spread.yaml
40 lines (40 loc) · 830 Bytes
/
spread.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
project: core20
environment:
PROJECT_PATH: /tmp/core20
LANG: "$(echo ${LANG:-C.UTF-8})"
LANGUAGE: "$(echo ${LANGUAGE:-en})"
backends:
local:
type: adhoc
allocate: |
echo "Allocate called"
make -C tests/lib background-start
ADDRESS localhost:8022
discard: |
echo "Discard called"
make -C tests/lib background-stop
systems:
- core20-amd64:
username: ubuntu
password: ubuntu
path: /tmp/core20
exclude:
- "*.raw"
- "*.snap"
- Makefile
- README.md
- hooks
- parts
- prime
- snap
- spread.yaml
- stage
kill-timeout: 20m
prepare: |
true
restore: |
true
suites:
tests/main/:
summary: Tests for core20 snap.
# vim:ts=4:sw=4:et