~vila/ubuntu-test-cases/retry-apt-get-update

« back to all changes in this revision

Viewing changes to tests/default/uname/tc_control

  • Committer: Leo Arias
  • Date: 2014-11-10 19:28:56 UTC
  • mfrom: (345 touch)
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: leo.arias@canonical.com-20141110192856-rgpksx9n9j0b39yl
Merged with the touch branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
description: uname shows an ubuntu-phablet image installed
 
2
dependencies: CHANGE_ME
 
3
action: |
 
4
  1. uname -a|grep ubuntu-phablet
 
5
expected_results: |
 
6
  1. ubuntu-phablet is installed as expected
 
7
type: userland
 
8
timeout: 60
 
9
command: $TARGET_PREFIX uname -a | grep ubuntu-phablet
 
10
#build_cmd:
 
11
#tc_setup:
 
12
#tc_cleanup: