[BACK]Return to README_TESTS CVS log [TXT][DIR] Up to [local] / trango / Net-Telnet-Trango / t

Diff for /trango/Net-Telnet-Trango/t/README_TESTS between version 1.1 and 1.2

version 1.1, 2007/02/06 20:46:20 version 1.2, 2007/02/06 21:15:28
Line 1 
Line 1 
 For the network tests, there needs to be some hardware setup to make them pass.  For the network tests, there needs to be some hardware setup to make them pass.
   
 The hardware that these tests should be run against should not be in  The hardware that these tests should be run against should not be in
 production.  These tests may disrupt normal functioning of the hardware.  production.  These tests may disrupt normal functioning of the hardware.
   
 There are three types of tests, each with different requirements.  AP Tests,  There are three types of tests, each with different requirements.  AP Tests,
 SU Tests and Association Tests.    SU Tests and Association Tests.
   
 The configuration is read from a tests.cfg file in the t directory.  This  The configuration is read from a tests.cfg file in the t directory.  This
 file is generated by Build.PL, but you can create or modify it yourself.  file is generated by Build.PL, but you can create or modify it yourself.
 This file is a plain text file set up as key<tab>value.  This file is a plain text file set up as key<tab>value.
   
 AP Tests:  AP Tests:
   
 These tests run on an AP.  They require that you have an AP that is set up  These tests run on an AP.  They require that you have an AP that is set up
 and accessible through telnet.    and accessible through telnet.
   
 It uses two fields from the config file:  It uses two fields from the config file:
     AP:        the IP address of the AP      AP:        the IP address of the AP
     AP_PASSWD: the password to login to the AP      AP_PASSWD: the password to login to the AP
   
 There are also a few subtests that can be run, these involve adding and  There are also a few subtests that can be run, these involve adding and
 removing things from the SUDB.  Generally they are used with the Association  removing things from the SUDB.  Generally they are used with the Association
 Tests, but they can be tested if you provide additional information.  Tests, but they can be tested if you provide additional information.
   
 The fields used for these tests are as follow:  The fields used for these tests are as follow:
     SU_ID:  The SUID of the SU      SU_ID:  The SUID of the SU
     SU_MAC: The MAC address (all 12 digits, no spaces or punctuation)      SU_MAC: The MAC address (all 12 digits, no spaces or punctuation)
   
   
 SU Tests:  SU Tests:
   
 These tests run on an SU.  They require that you have an SU that is set up  These tests run on an SU.  They require that you have an SU that is set up
 and accessible through telnet.    and accessible through telnet.
   
 It uses two fields from the config file:  It uses two fields from the config file:
     SU:        the IP address of the SU      SU:        the IP address of the SU
     SU_PASSWD: the password to login to the SU      SU_PASSWD: the password to login to the SU
   
   
 Association Tests:  Association Tests:
   
 These tests require everything above is set up, and the SU should be set up  These tests require everything above is set up, and the SU should be set up
 so that when you add an entry to the APs SUDB it will associate.    so that when you add an entry to the APs SUDB it will associate.
   
 The tests will change the su password and su ipconfig, so the SU IP should  The tests will change the su password and su ipconfig, so the SU IP should
 be in the same subnet as the AP IP.    be in the same subnet as the AP IP.
   
 $RedRiver$  $RedRiver: README_TESTS,v 1.1 2007/02/06 20:46:20 andrew Exp $

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>