~sergiusens/snappy/recovery

« back to all changes in this revision

Viewing changes to _integration-tests/data/tpl/control

  • Committer: Sergio Schvezov
  • Date: 2015-07-30 18:46:26 UTC
  • mfrom: (581.1.2 uflash)
  • Revision ID: sergio.schvezov@canonical.com-20150730184626-m3r662bwu4v8xdnq
Merged uflash into recovery.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{{ $filter := .Filter }}
2
 
{{ range $element := .Tests }}
3
 
Test-Command: ./_integration-tests/reboot-wrapper {{ $element }}.test {{ if $filter }}-gocheck.f {{ $filter }}{{ end }}
 
2
{{ $test := .Test }}
 
3
Test-Command: ./_integration-tests/reboot-wrapper {{ $test }} {{ if $filter }}-gocheck.f {{ $filter }}{{ end }}
4
4
Restrictions: allow-stderr
5
 
{{ end }}
6
 
 
7
 
{{ if .IncludeShell }}
8
 
Test-Command: ./_integration-tests/snappy-selftest --yes-really
9
 
Depends:
10
 
{{ end }}