[OE-core] [PATCH v3] oeqa/kerneldevelopment: Able to apply a single patch to the Linux kernel source

2019-08-23 Thread mazliana . mohamad
a single patch to the Linux kernel source +Expected:The README file should exist and the patch changes should be + displayed at the end of the file. +Product: Kernel Development +Author: Yeoh Ee Peng +AutomatedBy: Mazliana Mohamad +"""

[OE-core] [PATCH v2] oeqa/kerneldevelopment: Able to apply a single patch to the Linux kernel source

2019-08-22 Thread mazliana . mohamad
to apply a single patch to the Linux kernel source +Expected:The README file should exist and the patch changes should be + displayed at the end of the file. +Product: Kernel Development +Author: Yeoh Ee Peng +AutomatedBy: Ma

[OE-core] [PATCH] oeqa/kerneldevelopment: Able to apply a single patch to the Linux kernel source

2019-08-22 Thread mazliana . mohamad
development. Objective of this test is as a developer we can make changes of a file in kernel source and able to apply a single patch to the kernel source.   ref:https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases Signed-off-by: Mazliana +AutomatedBy: Mazliana Mohamad

[OE-core] [PATCH] scripts/resulttool: Enhance retrieving test cases value

2019-03-11 Thread mazliana . mohamad
From: Mazliana We found that manualexecution does not capture test suite values correctly if there are more than one test suite in test cases. After verification has made we found out we should retrieved full test cases value from oeqa/manual/ json file rather than split it them into new variabl

[OE-core] [PATCH] resulttool/manualexecution: To output right test case id

2019-03-11 Thread mazliana . mohamad
From: Mazliana We found that manualexecution does not capture test suite values correctly if there are more than one test suite in test cases. After verification has made we found out we should retrieved full test cases value from oeqa/manual/ json file rather than split it them into new variabl

[OE-core] [PATCH] oeqa/manual/bsp-hw.json: add non-IA tests

2019-02-15 Thread mazliana . mohamad
From: Mazliana QA team found that 10 manual bsp test cases from Testopia for Beaglebone, EdgeRouter, and MPC need to be up streamed [YOCTO #12650] Signed-off-by: Mazliana --- meta/lib/oeqa/manual/bsp-hw.json | 260 +++ 1 file changed, 260 insertions(+) dif

[OE-core] [PATCH 2/2] script/lib/testcasemgmt/manualexecution.py : manual helper script with bare-minimum function

2018-12-06 Thread mazliana . mohamad
From: Mazliana Manual execution is a helper script to execute all manual test cases in baseline command. Basically, this script will show the steps and expected results. Then, in the end of the steps, user need to give their input for the result. The input based on the passed/failed/skipped sta

[OE-core] [PATCH 1/2] scripts/test-case-mgmt: add "manualexecution" as a tool

2018-12-06 Thread mazliana . mohamad
From: Mazliana Integrated the test-case-mgmt "store", "report" with "manual execution".Manual test execution is one of an alternative test case management tool of Testopia. This script has only a bare-minimum function. Bare-minimum function refer to function where the user can only execute all