Systems Hardware Certification
Level 1 Test Plan

Introduction
Required Software and Setup
Required Software Configuration
Test Network Setup
Test Video Setup
Hardware Certification Tests
Manual Tests
Automated Tests

Introduction

This document provides detailed descriptions of the manual system certification tests. After you successfully complete the manual tests described in this document, use the HCTS to run the automated tests.

These tests require two systems.

  1. Run all tests from the test manager system.
  2. Run all tests on the system under test.

In this testing, the system under test serves data to the test manager system. In this way, the test manager system is a client of the system under test.

Required Software and Setup

Make sure both systems meet the general hardware and software requirements for all certifications stated in the Hardware Certification Test Suite Installation Guide.

This section describes additional software and setup required to execute the systems hardware certification tests.

Required Software Configuration

Back to Top


Test Network Setup

Back to Top


Test Video Setup

If the system under test does not have video capability, explain the failure of the video test in the comments section of the certification submission form.

Back to Top


Hardware Certification Tests

Run all tests as user root unless otherwise indicated in the HCTS test ReadMe file.

Manual Tests

Back to Top


Testing a New Installation of the Solaris Operating System

This test verifies that the Solaris OS can be installed on the system under test.

Required Hardware

Test Strategy

This test ensures that the Solaris OS will install on the system under test.

Test Procedure

  1. Perform both CD and network installs on the system under test.

    For the network install, follow these instructions for Pre-Boot Execution (PXE) installation.

    Note: To specify slice layout during Solaris installation do the following:

  2. Ensure that the Solaris partition on the system under test is sliced correctly as described in "Required Software Configuration".

  3. Reboot the system, and ensure that no error messages appear.

Expected Results

Back to Top


Tape Support Test

Perform this optional test if system under test includes a tape drive.

Required Hardware

Required Software

Test Strategy

Test Procedure

  1. Verify that the Solaris system is running.

  2. Insert a tape into the tape drive, and reboot the system.

  3. At the shell prompt, type the following:

    # ls -l /dev/rmt

    Output similar to the following is displayed, where n is the tape drive instance:

    lrwxrwxrwx 1 root root 55 Oct 28 12:32 /dev/rmt/n -> ../../devices/pci@0,0/pci1011,26@a/pci1069,20@8/st@4,0:

  4. If the nodes are not displayed, type the following:

    # tapes -r /dev
    # ls /dev/rmt

  5. View the output and select the tape drive device node.

    If only one tape drive is installed on the system, use /dev/rmt/0 for the node.

  6. To verify that I/O operations can be performed on the tape, type the following commands, where ksh can be substituted by the name of any file.

    # cd /tmp
    # tar cvf /dev/rmt/0 -C /bin ksh
    # tar xvf /dev/rmt/0
    # sum /bin/ksh ksh

Expected Results

Back to Top


Copyright 2005 Sun Microsystems, Inc. All rights reserved.