From Fedora Project Wiki

Revision as of 09:40, 30 June 2011 by Rhe (talk | contribs) (draft a test for vncconnect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test verifies the vnc option vncconnect work as expected. See Anaconda/Options for more information.


How to test

  1. Boot the installer with the command-line option to connect the client named <host>, and optionally use port <port> (added as a kernel option in boot selection screen):
    vnc vncconnect=<host>[:<port>] 
    
  2. Watch the text messages printed out, you should see something like this:
    Running anaconda 15.31, the Fedora system installer - please wait.              
    09:16:44 Starting VNC...                                                        
    09:16:45 The VNC server is now running.                                         
    09:16:45                                                                        
                                                                                    
    You chose to connect to a listening vncviewer.                                  
    This does not require a password to be set.  If you                             
    set a password, it will be used in case the connection                          
    to the vncviewer is unsuccessful                                                
                                                                                    
                                                                                    
    09:16:45 Attempting to connect to vnc client on host 192.168.1.17...            
    09:16:45 Will try to connect again in 15 seconds...                             
    09:17:00 Will try to connect again in 15 seconds...                             
    09:17:15 Connected!                                                             
    Press <enter> for a shell                                                       
    09:17:15 Starting graphical installation.   
    
  3. Run VNC client (vinagre, vncviewer), enable reverse connections in the VNC client, then you should see the graphical installation.
  4. Proceed and complete installation with VNC client.

Expected Results

  1. Anaconda starts Xvnc properly
  2. VNC client listened to server and displayed the installation successfully
  3. VNC works normally during installation (mouse, keyboard)
  4. Anaconda completes successfully
  5. Reboot successfully into installed system