<?xml version="1.0" encoding="utf-8" ?>
<!--
  #############################################################################
  #
  #     This Cplant(TM) source code is the property of Sandia National
  #     Laboratories.
  #
  #     This Cplant(TM) source code is copyrighted by Sandia National
  #     Laboratories.
  #
  #     The redistribution of this Cplant(TM) source code is subject to the
  #     terms of the GNU Lesser General Public License
  #     (see cit/LGPL or http://www.gnu.org/licenses/lgpl.html)
  #
  #     Cplant(TM) Copyright 1998, 1999, 2000, 2001, 2002 Sandia Corporation.
  #     Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive
  #     license for use of this work by or on behalf of the US Government.
  #     Export of this program may require a license from the United States
  #     Government.
  #
  #############################################################################
-->

<testCollection 
      xmlns:xs = "http://www.w3.org/2001/XMLSchema-instance"
      xs:noNamespaceSchemaLocation='apitest.xsd'>

<name>hostname</name>

<info>
   <author  name="Fred Flintstone"   email="fred@flintstone.com" phone="555"/>
   <contact name="Hanna and Barbera" email="comics@cartoons.com" phone="555-555-5555" />
   <description>
   Test to see if the hostname is set to "nermal".
   </description>
</info>

<testList numReps='1'>

   <shellTest name='Hostname' command='/bin/hostname' numReps='2' minPctMatch='100' onMismatch='CONTINUE'>
     <output format='REGEXP' type='stdout'>.*nermal.*</output>
   </shellTest>

</testList>

</testCollection>


