From Fedora Project Wiki

(epmhasize that vnc installs defaults to runlevel 3)
m (improve instructions)
Line 1: Line 1:
{{QA/Test Case
{{QA/Test Case
|description=A complete installation using the graphical installer over VNC
|description=This is to verify that [[Anaconda]] can perform an installation over the [http://en.wikipedia.org/wiki/Virtual_Network_Computing VNC] remote desktop protocol
|setup=
# Prepare any non-live media for booting the installer (anything except {{filename|Live.iso}})
|actions=
|actions=
<ol>
<ol>
<li>Boot the installer with the command-line option ''vnc'' (added as a kernel option in boot selection screen)</li>
<li>In the initial boot menu screen, append <code>inst.vnc</code> boot option and boot the installer</li>
<li>Watch the text messages printed out, you should see something like this:
<li>Watch the text messages printed out, you should see something like this:
<pre>
<pre>
Running anaconda 13.42, the Fedora system installer - please wait.           
09:12:24 Starting VNC...
09:12:24 Starting VNC...
09:12:25 The VNC server is now running.
09:12:25 The VNC server is now running.
Line 16: Line 17:


09:12:25 Please manually connect your vnc client to 192.168.1.17:1 to begin the install.
09:12:25 Please manually connect your vnc client to 192.168.1.17:1 to begin the install.
09:12:25 Starting graphical installation.
</pre></li>
</pre></li>
<li>Connect with VNC client (vncviewer, vinagre) to the specified address, you should see the graphical installation.
<li>Connect with a VNC client ({{command|vncviewer}}, {{command|vinagre}}) to the specified address, you should see the graphical installation:
<pre>
<pre>
vinagre 192.168.1.17:1
vinagre 192.168.1.17:1
</pre></li>
</pre></li>
<li>Proceed and complete installation with VNC client.</li>
<li>Proceed and complete the installation with the VNC client.</li>
<li>Boot the new system and check it starts in the text mode (runlevel 3):
<pre>$ runlevel
N 3</pre></li>
</ol>
</ol>
|results=
|results=
# Anaconda starts Xvnc properly
# The installer starts the VNC server and prints out information how to connect to it
# User can connect with VNC client
# User can connect with a VNC client and see graphical installation
# VNC works normally during installation (mouse, keyboard)
# The installer displays and works properly
# Anaconda completes successfully
# The installation completes successfully
# The installed system boots into runlevel 3 (no graphical session)
# The installed system boots into runlevel 3 (text mode)
}}
}}


[[Category:User Interface]]
[[Category:User Interface]]

Revision as of 15:26, 12 November 2012

Description

This is to verify that Anaconda can perform an installation over the VNC remote desktop protocol

Setup

  1. Prepare any non-live media for booting the installer (anything except Live.iso)

How to test

  1. In the initial boot menu screen, append inst.vnc boot option and boot the installer
  2. Watch the text messages printed out, you should see something like this:
    09:12:24 Starting VNC...
    09:12:25 The VNC server is now running.
    09:12:25 
    
    WARNING!!! VNC server running with NO PASSWORD!
    You can use the vncpassword=<password> boot option
    if you would like to secure the server.
    
    09:12:25 Please manually connect your vnc client to 192.168.1.17:1 to begin the install.
    
  3. Connect with a VNC client (vncviewer, vinagre) to the specified address, you should see the graphical installation:
    vinagre 192.168.1.17:1
    
  4. Proceed and complete the installation with the VNC client.
  5. Boot the new system and check it starts in the text mode (runlevel 3):
    $ runlevel 
    N 3

Expected Results

  1. The installer starts the VNC server and prints out information how to connect to it
  2. User can connect with a VNC client and see graphical installation
  3. The installer displays and works properly
  4. The installation completes successfully
  5. The installed system boots into runlevel 3 (text mode)