From Fedora Project Wiki

< QA‎ | TestCases

m (1 revision(s))
m (Minor wiki cleanup)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- page was renamed from QA/TestCases/InstallSourceHttpNetworkInstallationIpv6
= Description =
-->
 
= QA/TestCases/InstallSourceHttpIpv6 =
== Description ==
Installation using the ipv6 HTTP network installation protocol.
Installation using the ipv6 HTTP network installation protocol.


= Steps To Reproduce =
# Boot the installer using any available means
# Direct anaconda to use HTTP as the installation type
# Provide a ipv6 http server and path to the installation tree.  For example, to perform a ipv6 HTTP install using hank.test.redhat.com as the installation server you might use a server/path of <pre>http://2002:a00:0:1:206:5bff:fe19:b827/mnt/redhat/rel-eng/RHEL5-Server-20061218.2/tree-i386</pre> In this case, 2002:a00:0:1:206:5bff:fe19:b827 is the ipv6 local address for hank.test.redhat.com.  This address is only accessible on the test.redhat.com subnet.
# Proceed with installation


= Expected Results =
# Install completes successfully
# Package errors (install.log) should not occur
# System boots successfully


NOTE Currently, only machines on the test.redhat.com subnet can execute this test.
[[Category:Installation Source]]
 
== Steps To Reproduce ==
 
 
1. Boot the installer using any available means
 
1. Direct anaconda to use HTTP as the installation type
 
1. Provide a ipv6 http server and path to the installation tree.  For example, to perform a ipv6 HTTP install using hank.test.redhat.com as the installation server you might use a server/path of
<code>http://2002:a00:0:1:206:5bff:fe19:b827/mnt/redhat/rel-eng/RHEL5-Server-20061218.2/tree-i386</code>
In this case, 2002:a00:0:1:206:5bff:fe19:b827 is the ipv6 local address for hank.test.redhat.com.  This address is only accessible on the test.redhat.com subnet.
 
1. Proceed with installation
 
 
== Expected Results ==
 
 
1. Install completes successfully
 
1. Package errors (install.log) should not occur
 
1. System boots successfully

Latest revision as of 13:42, 30 January 2009

Description

Installation using the ipv6 HTTP network installation protocol.

Steps To Reproduce

  1. Boot the installer using any available means
  2. Direct anaconda to use HTTP as the installation type
  3. Provide a ipv6 http server and path to the installation tree. For example, to perform a ipv6 HTTP install using hank.test.redhat.com as the installation server you might use a server/path of
    http://2002:a00:0:1:206:5bff:fe19:b827/mnt/redhat/rel-eng/RHEL5-Server-20061218.2/tree-i386
    In this case, 2002:a00:0:1:206:5bff:fe19:b827 is the ipv6 local address for hank.test.redhat.com. This address is only accessible on the test.redhat.com subnet.
  4. Proceed with installation

Expected Results

  1. Install completes successfully
  2. Package errors (install.log) should not occur
  3. System boots successfully