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
/wiki/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 Add ptest-parser.py scrip that creates a file with the report of pTest execution compared with the previous results provided

[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 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

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@y

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

2017-07-04 Thread jose . perez . carranza
From: Jose Perez Carranza Add default values for section of “performance” and “pTest” to avoid use old data on new reports. Signed-off-by: Jose Perez Carranza --- testopia_update/utils/wikimaker.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a

[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 Add an error message for the cases when “setup” is selected and no sub parameters are given. Signed-off-by: Jose Perez Carranza --- testopia_update.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testopia_update.py b/testopia_update.py index

[yocto] [qa-tools][PATCH 2/4] scripts/full-test-cycle-wrapper: Add support for new 2.4 components

2017-07-04 Thread jose . perez . carranza
From: Jose 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 --- scripts/full-test-cycle-wrapper.sh | 26 -- 1 file changed, 24 insertions(+), 2 deletions

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

2017-07-04 Thread jose . perez . carranza
From: Jose Perez Carranza Create package_management_issues.py product and add support to use this product on init file. Signed-off-by: Jose Perez Carranza --- testopia_update/product/__init__.py | 2 ++ testopia_update/product/package_management_issues.py | 4 2 files

[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 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 Carranza --- testopia_update.py | 78

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

2017-06-13 Thread jose . perez . carranza
From: Jose Perez Carranza 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: Jose Perez Carranza --- testopia_update

[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 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 Signed-off-by: Jose Perez Carranza

[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 Modify commands to get Product and Environment name providing the ID. Signed-off-by: Jose Perez Carranza --- external/testopia.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/testopia.py b/external/testopia.py index f2f2d45

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

2017-06-12 Thread jose . perez . carranza
From: Jose Perez Carranza Add support to list available templates per specific releases Signed-off-by: Jose Perez Carranza --- testopia_update.py | 18 -- testopia_update/product/__init__.py | 9 +++-- 2 files changed, 23 insertions(+), 4 deletions

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

2017-06-02 Thread jose . perez . carranza
From: Jose Perez Carranza Add support to list available templates per specific releases Signed-off-by: Jose Perez Carranza --- testopia_update.py | 18 -- testopia_update/product/__init__.py | 9 +++-- 2 files changed, 23 insertions(+), 4 deletions

[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 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 cloning form the same bran or form one branch

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

2017-05-29 Thread jose . perez . carranza
From: Jose Perez Carranza 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 Carranza --- testopia_update/product/__init__.py

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

2017-05-16 Thread jose . perez . carranza
From: Jose 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 --- scripts

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

2017-05-04 Thread jose . perez . carranza
From: Jose Perez Carranza Correct function “testrun_list” to retrieve a list of of TestRun dictionaries instead of TestCase dictionaries. Signed-off-by: Jose Perez Carranza --- external/testopia.py | 34 +- 1 file changed, 17 insertions(+), 17 deletions

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

2017-05-04 Thread jose . perez . carranza
From: Jose Perez Carranza Add missing environments for CROPS and BSP components Signed-off-by: Jose Perez Carranza --- scripts/full-test-cycle-wrapper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/full-test-cycle-wrapper.sh b/scripts/full-test-cycle

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

2017-04-04 Thread jose . perez . carranza
From: Jose Perez Carranza Update name of ENVIRONMETS to ENVIRONMENTS and update the ENVIRONMENTS value for runtime component Signed-off-by: Jose Perez Carranza --- scripts/full-test-cycle-wrapper.sh | 44 +++--- 1 file changed, 22 insertions(+), 22 deletions

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

2017-04-04 Thread jose . perez . carranza
From: Jose Perez Carranza Update variables for creating test runs for qemu ato component Signed-off-by: Jose Perez Carranza --- scripts/full-test-cycle-wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/full-test-cycle-wrapper.sh b/scripts/full-test

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

2017-03-17 Thread Jose Perez Carranza
On 03/17/2017 03:47 AM, Jussi Kukkonen wrote: On 16 March 2017 at 17:34, <mailto:jose.perez.carra...@linux.intel.com>> wrote: > > From: Jose Perez Carranza <mailto:jose.perez.carra...@linux.intel.com>> > > Update variables for creating test runs for qemu a

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

2017-03-16 Thread jose . perez . carranza
From: Jose Perez Carranza Update variables for creating test runs for qemu ato component Signed-off-by: Jose Perez Carranza --- scripts/full-test-cycle-wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/full-test-cycle-wrapper.sh b/scripts/full-test

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

2017-03-08 Thread jose . perez . carranza
From: Jose Perez Carranza 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 - Improvements to update_test_run using exiting data of

[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 Add a wrapper that helps to create the required test runs for a full cycle on master branch. Signed-off-by: Jose Perez Carranza --- scripts/full-test-cycle-wrapper.sh | 302 + 1 file changed, 302 insertions(+) create mode 100755

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

2017-03-08 Thread jose . perez . carranza
From: Jose Perez Carranza 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 –testrun-id - Improvements to update_test_run using exiting

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

2017-03-07 Thread jose . perez . carranza
From: Jose Perez Carranza 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 --- testopia_update.py | 13 +--- testopia_update

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

2017-03-06 Thread jose . perez . carranza
From: Jose Perez Carranza 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 --- testopia_update.py | 11 +-- testopia_update

[yocto] [qa-tools][PATCH 2/3] testopia_update: Add suppor for Testopia products

2017-02-22 Thread jose . perez . carranza
From: Jose Perez Carranza Add a list of supported products currently available on Testopia Signed-off-by: Jose Perez Carranza --- testopia_update/product/__init__.py| 22 ++ testopia_update/product/adt.py | 4 testopia_update/product/bitbake.py

[yocto] [qa-tools][PATCH 3/3] testopia_update: Fix options verification for config and params

2017-02-22 Thread jose . perez . carranza
From: Jose Perez Carranza A function was created to handle the load of options separately for configuration and parameters Signed-off-by: Anibal Limon Signed-off-by: Jose Perez Carranza --- testopia_update.py | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions

[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 Add space to the regex to match all the digits of the test case id Signed-off-by: Jose Perez Carranza --- testopia_update/product/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testopia_update/product/__init__.py b/testopia_update

[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 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# Signed-off-by: Jose Perez Carranza

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

2017-02-16 Thread jose . perez . carranza
From: Jose Perez Carranza 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# Signed-off-by: Jose Perez Carranza