~elementary-os/ubuntu-package-imports/ubiquity-bionic

« back to all changes in this revision

Viewing changes to autopilot/ubiquity-autopilot-runner/config/testrunner.cfg

  • Committer: RabbitBot
  • Date: 2018-02-05 14:44:42 UTC
  • Revision ID: rabbitbot@elementary.io-20180205144442-vt0fvth7zus90wjh
Initial import, version 17.10.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Example configuration file for the test runner
 
3
# This file allows user to override some of the variables defined in the
 
4
# testrunner
 
5
#
 
6
# Branch to fetch containing autopilot tests
 
7
TSBRANCH=lp:ubiquity
 
8
 
 
9
# Additional artifacts to collect at the end of the test
 
10
ARTIFACTS="/var/log/upstart/" 
 
11
 
 
12
# Additional options for autopilot 
 
13
# -f xml <FILE> is always appended to this option
 
14
AP_OPTS="-v"
 
15
 
 
16
# By default the test environment powers off at the end of the test. Set this to
 
17
# 0 to keep it running
 
18
SHUTDOWN=0
 
19
 
 
20
# Extra packages to install. EXTRAPACKAGE is appended to PACKAGES defined in the
 
21
# runner
 
22
EXTRAPACKAGES="eatmydata"
 
23
 
 
24
# Test timeout.
 
25
# Note that this apply to autopilot running inside the test environment and
 
26
# doesn't affect the global timeout of the runner set in the main script
 
27
TIMEOUT=600
 
28
 
 
29
# Debug Mode
 
30
# Set to 1 to enable debug mode. This will start an xterm in the live session
 
31
# for example.
 
32
DEBUG=1