aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2019-01-30Modified ptest parser scriptHEADmasterSudhir Sharma
We have minor modidied ptest parser script to make it stable. Signed-off-by: Sudhir Sharma <sudhirx.sharma@intel.com> Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
2018-10-16script to automate converting testopia test case to predefined json outputYadav, PankajX
Adding script to automate converting manual testopia test case(s) to predefined json output
2018-06-19scripts/ptest-parser: overwrite individual ptest logYeoh Ee Peng
To prevent append ptest log on to same file after recursive execution of this script, replace append with write for file operation. Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
2018-06-19scripts/ptest-parser: extract ptest log by individual ptest packageYeoh Ee Peng
Extract the ptest log by individual ptest package and write to individual file to allow manual git diff to identify individual test that passed in previos release but failed in current release. Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
2017-10-20scripts: Correct ptest-parser to create wiki in proper formatJose Perez Carranza
Currently wiki is created correctly but format of tables is corrupted, hence a termination of table is deleted from every row and applied to the end of the table. Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
2017-10-06scripts: Add ptest-parser to create reports for pTest executionsJose Perez Carranza
Add ptest-parser.py scrip that creates a file with the report of pTest execution compared with the previous results provided, the data stored on the file is in wikimedia format to be copied and pasted on the new created wiki for pTest results of QA cycle. Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
2017-07-04scripts/full-test-cycle-wrapper: Add support for new 2.4 componentsJose Perez Carranza
Add support for new packages supported for 2.4 release and update components list according to release version. Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
2017-05-18Full-test-cycle-wrapper: Add support for point releasesJose Perez Carranza
Add support to scenarios were a execution is needed for branch different from master, delete lsb-joule environment as is not supported and add logic to do the “Testopia connection” modular and reusable by other scripts. Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
2017-05-05Full-test-cycle-wrapper: Add missing environmentsJose Perez Carranza
Add missing environments for CROPS and BSP components Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
2017-04-04full-test-cycle-wrapper: Correct typosdevelJose Perez Carranza
Update name of ENVIRONMETS to ENVIRONMENTS and update the ENVIRONMENTS value for runtime component Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2017-03-16full-test-cycle-wrapper: Correct qemu-auto variablesJose Perez Carranza
Update variables for creating test runs for qemu ato component Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2017-03-08scripts: Wrapper that helps to create a full test cyclev1.0Jose Perez Carranza
Add a wrapper that helps to create the required test runs for a full cycle on master branch. Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>