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
+"""
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
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
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
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
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
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
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