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

« back to all changes in this revision

Viewing changes to tests/default/install/tc_control

  • Committer: Paul Larson
  • Date: 2014-10-21 15:40:57 UTC
  • Revision ID: paul.larson@canonical.com-20141021154057-zk465lswaexddae7
Find a better default location for the wifi configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  1. apt-get install can install a package and ends with exit code 0
7
7
type: userland
8
8
timeout: 120
9
 
command: $TARGET_PREFIX apt-get install -y curl
 
9
command: $TARGET_PREFIX sudo apt-get install -y curl
10
10
#build_cmd:
11
11
#tc_setup:
12
 
tc_cleanup: $TARGET_PREFIX apt-get remove -y curl
 
12
tc_cleanup: $TARGET_PREFIX sudo apt-get remove -y curl