index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta
/
lib
/
oeqa
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
oeqa/loader: Ensure invalid test names don't trigger a traceback
Richard Purdie
2018-07-26
1
-0
/
+2
*
oeqa/decorator: Improve reliability
Richard Purdie
2018-07-18
1
-7
/
+9
*
oeqa: Remove xmlrunner
Richard Purdie
2018-07-18
1
-45
/
+9
*
oeqa/runner: Simplify code
Richard Purdie
2018-07-18
4
-16
/
+8
*
oeqa/core/threaded: Remove in favour of using concurrenttests
Richard Purdie
2018-07-18
10
-404
/
+12
*
oeqa: Add selftest parallelisation support
Richard Purdie
2018-07-18
3
-6
/
+282
*
oeqa: Default to buffer mode for tests
Richard Purdie
2018-07-16
2
-6
/
+1
*
oeqa/runner: Ensure we don't print misleading results output
Richard Purdie
2018-07-16
1
-3
/
+11
*
oeqa/core/runner: Improve test case comparision
Richard Purdie
2018-07-16
1
-2
/
+2
*
oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096
Chen Qi
2018-06-04
1
-1
/
+1
*
oeqa/core/decorator/data.py: fix skipIfNotInDataVar
Chen Qi
2018-06-04
1
-2
/
+2
*
oeqa/core/decorator/__init__.py: use 'cls' instead of 'obj'
Chen Qi
2018-06-04
1
-3
/
+3
*
oeqa/core/decorator/__init__.py: set metaclass to ABCMeta
Chen Qi
2018-06-04
1
-2
/
+2
*
oeqa/core/loader.py: support the 'auto' keyword
Chen Qi
2018-06-04
1
-4
/
+13
*
core/loader.py: fix regex to include all available test cases
Leonardo Sandoval
2018-01-04
1
-1
/
+1
*
oeqa/qemu: remove elf image type
Saul Wold
2018-01-02
1
-1
/
+1
*
oeqa/runner: Pass the value of buffer, don't force to True
Richard Purdie
2017-11-11
1
-1
/
+1
*
oeqa/target/ssh: Drop command/output logging to debug level
Richard Purdie
2017-11-09
1
-1
/
+1
*
oeqa: Clean up logger handling
Richard Purdie
2017-11-09
1
-1
/
+1
*
oeqa/runqemu: Only show stdout/stderr upon test failure
Richard Purdie
2017-11-09
1
-0
/
+8
*
oeqa/core/loader: Make _built_modules_dict() support packages correctly
Peter Kjellerstedt
2017-11-08
1
-36
/
+14
*
core/target/ssh.py: use reader to handle partial data
Robert Yang
2017-08-24
1
-2
/
+3
*
core/target/ssh.py: replace decode errors
Robert Yang
2017-08-23
1
-2
/
+2
*
context: Include a command line argument to run all except certain tests
Leonardo Sandoval
2017-08-13
1
-3
/
+17
*
oeqa/core/runner: OEStreamLogger don't buffer test execution writes
Aníbal Limón
2017-07-30
1
-4
/
+8
*
oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...
Aníbal Limón
2017-07-30
3
-2
/
+36
*
oeqa/core/loader: Generate function _make_failed_test dynamically
Aníbal Limón
2017-07-21
1
-13
/
+12
*
oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4
Aníbal Limón
2017-06-23
1
-9
/
+13
*
oeqa/core/threaded: Don't assume that results exists on logDetails
Aníbal Limón
2017-06-23
1
-3
/
+4
*
oeqa/core/loader: Use full and small module name on filtering
Aníbal Limón
2017-06-13
1
-9
/
+19
*
oeqa/core/runner: Don't log details twice if test fails
Aníbal Limón
2017-06-13
1
-2
/
+0
*
oeqa/core/loader: Allow unittest.TestCase's to be executed
Aníbal Limón
2017-06-12
2
-16
/
+21
*
oeqa/core/loader: Fix filtering on test modules with submodules
Aníbal Limón
2017-06-12
1
-36
/
+34
*
oeqa: Change the order to logDetails and logSummary
Aníbal Limón
2017-06-09
1
-1
/
+1
*
oeqa/core/loader: Call parent init method in OETestLoader
Anibal Limon
2017-06-06
1
-0
/
+2
*
scripts/oe-test: Move load_test_components to oeqa.utils
Aníbal Limón
2017-06-06
1
-0
/
+1
*
oeqa/core: Improve grammar in README and loader comments
Randy MacLeod
2017-06-05
2
-23
/
+22
*
oeqa/core/context: Include a _pre_run method
Leonardo Sandoval
2017-06-02
2
-0
/
+7
*
oeqa/core/context: Omit docstring output on XMLResult
Leonardo Sandoval
2017-06-02
1
-1
/
+1
*
oeqa/core/context: Use a default iterable modules object
Leonardo Sandoval
2017-06-02
1
-1
/
+1
*
oeqa/core/context: Raise exception when a manifest is specified but missing
Leonardo Sandoval
2017-06-02
2
-1
/
+5
*
oeqa/core/case: fix typo on comment about exception name
Leonardo Sandoval
2017-06-02
1
-1
/
+1
*
oeqa/core/README: Improve documentation
Leonardo Sandoval
2017-06-02
1
-21
/
+60
*
oeqa/core: Add support for run tests by module, class and name
Aníbal Limón
2017-06-02
2
-4
/
+68
*
oeqa/core: Add list tests support in context and runner
Aníbal Limón
2017-06-02
2
-5
/
+115
*
oeqa/core/tests: Add tests of OEQA Threaded mode
Aníbal Limón
2017-06-02
7
-1
/
+93
*
oeqa/core/decorator/oetimeout: Add support for OEQA threaded mode
Aníbal Limón
2017-06-02
1
-10
/
+30
*
oeqa/core/decorator/depends: Add support for threading mode
Aníbal Limón
2017-06-02
1
-1
/
+7
*
oeqa/core/threaded: Add OETestContextThreaded class
Aníbal Limón
2017-06-02
1
-0
/
+14
*
oeqa/core/threaded: Add support of OETestRunnerThreaded
Aníbal Limón
2017-06-02
1
-1
/
+74
[next]