~ubuntukylin-quality/ubuntu-manual-tests/ubuntukylin-manual-tests

« back to all changes in this revision

Viewing changes to testcases/image/1464_ARM Headless

  • Committer: maclin.jun at gmail
  • Date: 2013-09-25 06:30:25 UTC
  • Revision ID: maclin.jun@gmail.com-20130925063025-xsslohq046ae1smx
rebranch from trunk and re-add new feature tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    <dt>Once logged in, verify that:</dt>
4
4
        <dd>The root filesystem uses most of the SD card.</dd>
5
5
        <dd>There will be some space used for the hidden boot partition.</dd>
6
 
        <dd>Check for errors in dmesg & jasper log.</dd>
7
 
             <pre>dmesg | less</pre>
8
 
             <pre>cat /var/log/jasper.log | less</pre>
 
6
        <dd>Check for errors in dmesg & jasper log.
 
7
            <ul>
 
8
                <li><code>dmesg | less</code></li>
 
9
                <li><code>cat /var/log/jasper.log | less</code></li>
 
10
            </ul>
 
11
        </dd>
9
12
    <dt>Reboot. System should boot up to login prompt without delay.</dt>
10
13
    <dt>Check dmesg for any abnormal messages or errors.</dt>
11
 
        <dd>dmesg | less</dd>
 
14
        <dd><code>dmesg | less</code></dd>
12
15
    <dt>Check to make sure the architecture is correct for the image you installed:</dt>
13
 
        <dd>dpkg --print-architecture</dd>
 
16
        <dd><code>dpkg --print-architecture</code></dd>
14
17
        <dd>it should match the image arch type you installed i.e. armhf or armel</dd>
15
18
</dl>
16
19
<strong>
17
 
If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
18
 
If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>.
 
20
    If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
 
21
    If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>.