~kissiel/checkbox/automated-test-page

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-checkbox/jobs/mobilebroadband.txt.in

  • Committer: Daniel Manrique
  • Author(s): Daniel Manrique
  • Date: 2014-08-21 18:17:51 UTC
  • mfrom: (3208.1.1 launchpad/user-verify-bye)
  • Revision ID: daniel_manrique-20140821181751-bfaxw3m8ee974ze5
"providers:checkbox: Change all user-verify tests to user-interact-verify.
 [r=zkrynicki][bug=][author=roadmr]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
depends: mobilebroadband/gsm_connection
65
65
command:
66
66
 cat <<'EOF' | run_templates -s 'udev_resource | filter_templates -w "category=NETWORK" | awk "/path: / { print \$2 }" | xargs -n 1 sh -c "for i in \`ls /sys\$0/net 2>/dev/null\`; do echo \$0 \$i; done"'
67
 
 plugin: user-verify
 
67
 plugin: user-interact-verify
68
68
 user: root
69
69
 id: mobilebroadband/maximum_bandwidth_$2
70
70
 requires: device.path == "$1"
76
76
      User verification of whether the observed transfer throughput is acceptable
77
77
      for the type and maximum speed of each interface.
78
78
  STEPS:
79
 
      1. Read the network test summary and confirm that the throughput is acceptable.
80
 
      2. If needed, click "Test" again to repeat the transfer test.
 
79
      1. Click "Test".
 
80
      2. Read the network test summary and confirm that the throughput is acceptable.
 
81
      3. If needed, click "Test" again to repeat the transfer test.
81
82
  VERIFICATION:
82
83
     Was the reported throughput acceptable for the type and maximum speed of this interface?
83
84
 EOF
93
94
depends: mobilebroadband/cdma_connection
94
95
command:
95
96
 cat <<'EOF' | run_templates -s 'udev_resource | filter_templates -w "category=NETWORK" | awk "/path: / { print \$2 }" | xargs -n 1 sh -c "for i in \`ls /sys\$0/net 2>/dev/null\`; do echo \$0 \$i; done"'
96
 
 plugin: user-verify
 
97
 plugin: user-interact-verify
97
98
 user: root
98
99
 id: mobilebroadband/maximum_bandwidth_$2
99
100
 requires: device.path == "$1"
105
106
      User verification of whether the observed transfer throughput is acceptable
106
107
      for the type and maximum speed of each interface.
107
108
  STEPS:
108
 
      1. Read the network test summary and confirm that the throughput is acceptable.
109
 
      2. If needed, click "Test" again to repeat the transfer test.
 
109
      1. Click "Test".
 
110
      2. Read the network test summary and confirm that the throughput is acceptable.
 
111
      3. If needed, click "Test" again to repeat the transfer test.
110
112
  VERIFICATION:
111
113
     Was the reported throughput acceptable for the type and maximum speed of this interface?
112
114
 EOF