=================================================================== RCS file: /cvs/trango/Net-Telnet-Trango/t/README_TESTS,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trango/Net-Telnet-Trango/t/README_TESTS 2007/02/06 20:46:20 1.1 +++ trango/Net-Telnet-Trango/t/README_TESTS 2007/02/06 21:15:28 1.2 @@ -1,49 +1,49 @@ -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 -production. These tests may disrupt normal functioning of the hardware. - -There are three types of tests, each with different requirements. AP Tests, -SU Tests and Association Tests. - -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. -This file is a plain text file set up as keyvalue. - -AP Tests: - -These tests run on an AP. They require that you have an AP that is set up -and accessible through telnet. - -It uses two fields from the config file: - AP: the IP address of 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 -removing things from the SUDB. Generally they are used with the Association -Tests, but they can be tested if you provide additional information. - -The fields used for these tests are as follow: - SU_ID: The SUID of the SU - SU_MAC: The MAC address (all 12 digits, no spaces or punctuation) - - -SU Tests: - -These tests run on an SU. They require that you have an SU that is set up -and accessible through telnet. - -It uses two fields from the config file: - SU: the IP address of the SU - SU_PASSWD: the password to login to the SU - - -Association Tests: - -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. - -The tests will change the su password and su ipconfig, so the SU IP should -be in the same subnet as the AP IP. - -$RedRiver$ +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 +production. These tests may disrupt normal functioning of the hardware. + +There are three types of tests, each with different requirements. AP Tests, +SU Tests and Association Tests. + +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. +This file is a plain text file set up as keyvalue. + +AP Tests: + +These tests run on an AP. They require that you have an AP that is set up +and accessible through telnet. + +It uses two fields from the config file: + AP: the IP address of 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 +removing things from the SUDB. Generally they are used with the Association +Tests, but they can be tested if you provide additional information. + +The fields used for these tests are as follow: + SU_ID: The SUID of the SU + SU_MAC: The MAC address (all 12 digits, no spaces or punctuation) + + +SU Tests: + +These tests run on an SU. They require that you have an SU that is set up +and accessible through telnet. + +It uses two fields from the config file: + SU: the IP address of the SU + SU_PASSWD: the password to login to the SU + + +Association Tests: + +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. + +The tests will change the su password and su ipconfig, so the SU IP should +be in the same subnet as the AP IP. + +$RedRiver: README_TESTS,v 1.1 2007/02/06 20:46:20 andrew Exp $