~pwlars/ubuntu-test-cases/krillin-recovery

« back to all changes in this revision

Viewing changes to jenkins/templates/touch-security.xml.jinja2

  • Committer: Andy Doan
  • Date: 2013-09-10 13:38:04 UTC
  • mto: (19.1.5 touch)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: andy.doan@canonical.com-20130910133804-syweokk5no5kb0rs
convert sdk and security tests to work from HOST or TARGET

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "touch-base.xml.jinja2" %}
 
1
{% extends "touch-autopilot-base.xml.jinja2" %}
2
2
<?xml version='1.0' encoding='UTF-8'?>
3
 
{% block triggers %}
4
 
  <triggers class="vector"/>
5
 
{% endblock %}
6
 
{% block timeout %}
7
 
  <timeoutMinutes>30</timeoutMinutes>
8
 
{% endblock timeout %}
9
 
 
10
 
{% block shellcmds %}
11
 
        <command>rm -rf *
12
 
{% include "touch-setup.xml.jinja2" %}
13
 
 
14
 
${BZRDIR}/scripts/run-touch-utah-runlist.sh -s $ANDROID_SERIAL -r {{branch}}/tests/touch-smoke-security.run
15
 
</command>
16
 
{% endblock %}
17
 
 
18
 
{% block artifacts %}
19
 
      <artifacts>clientlogs/*</artifacts>
20
 
{% endblock %}
 
3
 
 
4
{% block apptest %}
 
5
export APP=&quot;security&quot;
 
6
{% endblock %}
 
7