Re: [yocto] QA cycle report for 2.3.3 RC1

2017-12-22 Thread Jose Perez Carranza
On 12/21/2017 08:43 AM, Richard Purdie wrote: On Wed, 2017-12-20 at 20:25 -0800, Cruz, Libertad wrote: Hello All, Enjoy viewing the full Report for 2.3.3 RC1:  https://wiki.yoctoproje ct.org/wiki/WW51_-_2017-12-20-_Full_Test_Cycle_-_2.3.3_rc1 === Summary The QA cycle for release

Re: [yocto] [qa-tools][PATCH] scripts: Add ptest-parser to create reports for pTest executions

2017-10-03 Thread Jose Perez Carranza
/BSP_Test_Plan#pTest 2- https://wiki.yoctoproject.org/wiki/Ptest/archive José On 02/10/17 21:52, jose.perez.carra...@linux.intel.com wrote: From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add ptest-parser.py scrip that creates a file with the report of pTest execution co

[yocto] [qa-tools][PATCH] scripts: Add ptest-parser to create reports for pTest executions

2017-10-02 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> 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 create

Re: [yocto] [qa-tools][PATCH 1/4] poduct/init: Add support for PackageManagement component

2017-07-05 Thread Jose Perez Carranza
On 07/04/2017 05:19 PM, Robert P. J. Day wrote: "poduct/init" ? This patch is referring to qa-tools repo. http://git.yoctoproject.org/cgit/cgit.cgi/qa-tools/tree/testopia_update/product rday -- Saludos José -- ___ yocto mailing list

[yocto] [qa-tools][PATCH 4/4] utils/wikimaker: Add default values

2017-07-04 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add default values for section of “performance” and “pTest” to avoid use old data on new reports. Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- testopia_update/utils/wikimaker.py | 12 +++

[yocto] [qa-tools][PATCH 3/4] testopia_update: Add validation for empty sub parameters on setup

2017-07-04 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add an error message for the cases when “setup” is selected and no sub parameters are given. Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- testopia_update.py | 4 +++- 1 file changed,

[yocto] [qa-tools][PATCH 1/4] poduct/init: Add support for PackageManagement component

2017-07-04 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Create package_management_issues.py product and add support to use this product on init file. Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- testopia_update/product/__init__.py

[yocto] [qa-tools][PATCH 4/4] testopia_update: Add support to create_wiki functionality

2017-06-13 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add option that allows using –create-wiki under setup option,this potion takes date and project as a parameter and search for tests runs and generates the wiki report data in a file. Signed-off-by: Jose Perez Ca

[yocto] [qa-tools][PATCH 3/4] testopia_update/utils: Add utils directory

2017-06-13 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add utils directory to be used as the repository for different utilities -wikimaker.py : scripts that creates the wiki report data saves it to the data inside a file to be copied on the already created wiki page Signed-off-by

[yocto] [qa-tools][PATCH 2/4] poduct/init: Add functions to get product and environment names

2017-06-13 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add functions as follows: - get_test_plan_by_id : Get test plan providing the plan ID - get_product_name: Get product name providing the product ID - get_environment_by_id: Get environment providing the environment ID Sign

[yocto] [qa-tools][PATCH 1/4] external/testopia: Modify commands to get Product and Environment

2017-06-13 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Modify commands to get Product and Environment name providing the ID. Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- external/testopia.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[yocto] [qa-tools][PATCH] testopia_update: Add functionality to list templates

2017-06-12 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add support to list available templates per specific releases Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- testopia_update.py | 18 -- testopia_up

[yocto] [qa-tools][PATCH] testopia_update: Add functionality to list templates

2017-06-02 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add support to list available templates per specific releases Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- testopia_update.py | 18 -- testopia_up

[yocto] [qa-tools][PATCH 2/2] testopia_update.py: Add functionality for setup clone-templates

2017-05-29 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add action “setup” to do a different actions on the exiting Testopia DB, also add validation for the specific option used on this new action, sub-option “-clone-templates” implemented to help on the setup for new release and c

[yocto] [qa-tools][PATCH 1/2] init: Add functionality to clone templates

2017-05-29 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add “clone_template” function that allow cloning in the same branch or for X to Y branch, also add “get_test_run_list” to do a query of test runs with specific summary and specific test plan. Signed-off-by: Jose Perez Ca

[yocto] [qa-tools][PATCH] Full-test-cycle-wrapper: Add support for point releases

2017-05-16 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> 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. Sign

[yocto] [qa-tools][PATCH] external/testopia: Correct 'testrun_list' function

2017-05-04 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Correct function “testrun_list” to retrieve a list of of TestRun dictionaries instead of TestCase dictionaries. Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- external/test

[yocto] [qa-tools][PATCH] Full-test-cycle-wrapper: Add missing environments

2017-05-04 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add missing environments for CROPS and BSP components Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- scripts/full-test-cycle-wrapper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deleti

[yocto] [qa-tools][PATCH] full-test-cycle-wrapper: Correct typos

2017-04-04 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Update name of ENVIRONMETS to ENVIRONMENTS and update the ENVIRONMENTS value for runtime component Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- scripts/full-test-cycle-wra

[yocto] [qa-tools][PATCH] full-test-cycle-wrapper: Correct qemu-auto variables

2017-04-04 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Update variables for creating test runs for qemu ato component Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- scripts/full-test-cycle-wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+),

[yocto] [qa-tools][PATCH] full-test-cycle-wrapper: Correct qemu-auto variables

2017-03-16 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Update variables for creating test runs for qemu ato component Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- scripts/full-test-cycle-wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+),

[yocto] [qa-tools][PATCH v2] testopia_update: Improvements on update action functionality

2017-03-08 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Some improvements were applied when using option action=create : - Create a new option to update test runs by ID - Create functions to load results and update test run - Add warning to use –testrun-id - Improv

[yocto] [qa-tools][PATCH] scripts: Wrapper that helps to create a full test cycle

2017-03-08 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> 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.carra...@linux.intel.com> --- scripts/full-test-cycle-wrap

[yocto] [qa-tools][PATCH] testopia_update: Improvements on update action functionality

2017-03-08 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Some improvements were applied when using option action=create : - Create a new option to update test runs by ID - Create functions to load results and check missing test cases - Add warning to use –test

[yocto] [qa-tools][PATCH v2] testopia_update: Add option to define test plan

2017-03-07 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> There are cases where the test plan and the product name are not equal hence an option is added to handle those cases and define the test plan to work on. Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.

[yocto] [qa-tools][PATCH] testopia_update: Add option to define test plan

2017-03-06 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> There are cases where the test plan and the product name are not equal hence an option is added to handle those cases and define thetest plan to work on. Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.

[yocto] [qa-tools][PATCH 1/3] testopia_update/product: Fix regex to match test case id

2017-02-22 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Add space to the regex to match all the digits of the test case id Signed-off-by: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> --- testopia_update/product/__init__.py | 2 +- 1 file changed, 1 insertion(+)

[yocto] [qa-tools][PATCH V2] testopia-update: Add suport for current format of templates

2017-02-21 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Currently the tempates has a format as below: TRTEMP Hence the logic was adapted to follow above structure and also a commit paramater was added to follow the format of build as follows: RELEASE MILESTONE_rc# Sign

[yocto] [PATCH] qa-tools: Add suport for current format of templates

2017-02-16 Thread jose . perez . carranza
From: Jose Perez Carranza <jose.perez.carra...@linux.intel.com> Currently the tempates has a format as below: TRTEMP Hence the logic was adapted to follow above structure and also a commit paramater was added to follow the format of build as follows: RELEASE MILESTONE_rc# Sign