summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automating Bug2645, Bug2771, Bug2725Shwetha-H-Panduranga2011-12-203-0/+346
|
* The hostutils.execute_command now returns output(type dict). Hence ↵Shwetha-H-Panduranga2011-12-202-4/+4
| | | | reflecting changes in clientutils, serverutils
* Changes made to '_substitute_value_for_variables' function. The function now ↵Shwetha-H-Panduranga2011-12-201-37/+56
| | | | handles substitution of variable values. (Ex:- <volume1.volumename> replaces volumename of volume1. The variable value is the value defined in testenv.cfg for that testunit). The function returns commands wiith values substituted for variables. The function 'execute_command' now returns 'output'(dictionary output from ssh.executecommand)
* We are using 'img' python module in atfexecute for loading the testunit ↵Shwetha-H-Panduranga2011-12-201-0/+1
| | | | module for every 'TestUnit'(Ex:- testunit.py in xlators/cluster/afr/self_heal/), we have to reload the testcases module in every testunit module for reloading the testcases module for that unit. Else it will be referring to first import of testcases module
* log variable doesn't exists. The variable we should be referring is ↵Shwetha-H-Panduranga2011-12-201-1/+1
| | | | 'self._handlers' not 'log'.
* Error in referring to the variable. The variable should be ↵Shwetha-H-Panduranga2011-12-201-3/+2
| | | | testcase['version'] not testcaseid['version']
* Adding function 'expect' to atfutils. This function searches for ↵Shwetha-H-Panduranga2011-12-201-0/+16
| | | | 'actual_string' in 'expected_string'. If search successful, returns True. Else, returns False.
* Changes made to volume info. This is to support multiple 'volumetypes' and ↵Shwetha-H-Panduranga2011-12-134-20/+41
| | | | counts
* Changes to logger class, Using the logger class in the framework, adding new ↵Shwetha-H-Panduranga2011-12-1219-433/+466
| | | | global values, Changes made to argument parser, testruninfo
* Changes to logger class, Using the logger class in the framework, adding new ↵Shwetha-H-Panduranga2011-12-121-145/+61
| | | | global values, Changes made to argument parser, testruninfo
* Adding Readme, testunit fileShwetha-H-Panduranga2011-12-123-69/+217
|
* Renaming DirectoriesShwetha-H-Panduranga2011-12-074-0/+0
|
* Renaming DirectoriesShwetha-H-Panduranga2011-12-0713-0/+0
|
* Adding New/Updated Automation FilesShwetha-H-Panduranga2011-12-0623-0/+3222
|
* Removing all automation files from the repoShwetha-H-Panduranga2011-12-0641-5916/+0
|
* Adding New/Updated Automation FilesShwetha-H-Panduranga2011-12-0623-282/+3185
|
* Adding ATF(Automated Tests Framework) files. This is the code developed for POC.Shwetha-H-Panduranga2011-09-1218-0/+3012
|
* Added READMEVijay Bellur2011-08-291-0/+1