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
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftest: sstatetests: skip glibc-initial tests in case of non-glibc distro
Leonardo Sandoval
2017-01-26
2
-6
/
+20
*
selftest/imagefeatures: skip weston test if required features are not present
Leonardo Sandoval
2017-01-26
1
-3
/
+3
*
classes/oeqa: Replace subprocess.check_call() with check_output()
Richard Purdie
2017-01-23
4
-7
/
+7
*
oeqa/selftest: Adds test case for sdk-update eSDK
Francisco Pedraza
2017-01-23
1
-6
/
+36
*
package_manager: default to have scriptlet output captured in log
Chen Qi
2017-01-23
1
-5
/
+6
*
oeqa.buildperf: store measurements as a dict (object) in the JSON report
Markus Lehtonen
2017-01-23
1
-4
/
+11
*
oeqa.buildperf: change sorting in json report
Markus Lehtonen
2017-01-23
1
-31
/
+32
*
oe-build-perf-test: remove unused imports and fix indent
Markus Lehtonen
2017-01-23
1
-5
/
+2
*
oe-build-perf-test: save test metadata in a separate file
Markus Lehtonen
2017-01-23
1
-129
/
+0
*
oeqa.buildperf: report results in chronological order
Markus Lehtonen
2017-01-23
1
-15
/
+10
*
oeqa.buildperf: extend xml report format with test description
Markus Lehtonen
2017-01-23
1
-0
/
+4
*
oeqa.buildperf: extend xml format to contain measurement data
Markus Lehtonen
2017-01-23
1
-1
/
+22
*
oe-build-perf-test: enable xml reporting
Markus Lehtonen
2017-01-23
1
-1
/
+42
*
oeqa.buildperf: include error details in json report
Markus Lehtonen
2017-01-23
1
-0
/
+24
*
oeqa.buildperf: sync test status names with JUnit
Markus Lehtonen
2017-01-23
1
-3
/
+3
*
oeqa.buildperf: prevent a crash on unexpected success
Markus Lehtonen
2017-01-23
1
-2
/
+5
*
selftest/runtime-test.py: Adapt test to use new runtime framework
Mariano Lopez
2017-01-23
1
-16
/
+26
*
oeqa/runtime/context.py: Add defaults for runtime context
Mariano Lopez
2017-01-23
1
-9
/
+13
*
testimage.bbclass: Add package install feature
Mariano Lopez
2017-01-23
4
-18
/
+59
*
testimage.bbclass: Add support for package extraction
Mariano Lopez
2017-01-23
1
-0
/
+161
*
oeqa/core/utils/test.py: Add functions to get module path
Mariano Lopez
2017-01-23
1
-0
/
+13
*
runtime/cases/smart.py: Migrate smart tests
Mariano Lopez
2017-01-23
1
-97
/
+75
*
oeqa/runtime/cases: Migrate runtime tests.
Mariano Lopez
2017-01-23
51
-906
/
+1075
*
core/target/qemu.py Adds qemu target
Mariano Lopez
2017-01-23
1
-0
/
+45
*
oeqa/runtime/context.py: Add logger to getTarget
Mariano Lopez
2017-01-23
1
-3
/
+3
*
oeqa/runtime/context.py: Prepare for qemu
Aníbal Limón
2017-01-23
1
-5
/
+13
*
oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class
Aníbal Limón
2017-01-23
2
-10
/
+19
*
oeqa/runtime/context: Move helper functions for process args to executor
Aníbal Limón
2017-01-23
1
-20
/
+36
*
oeqa/runtime/context: Add runtime option group and options for target type an...
Aníbal Limón
2017-01-23
1
-2
/
+20
*
oeqa/core/context: Add option to select tests to run
Mariano Lopez
2017-01-23
1
-0
/
+6
*
oeqa/core/decorator: Add skipIfNotDataVar and skipIfNotInDataVar
Mariano Lopez
2017-01-23
1
-1
/
+35
*
oeqa/runtime/utils/targetbuildproject.py: Don't use more than 80 characters p...
Mariano Lopez
2017-01-23
1
-13
/
+16
*
oeqa/runtime/files: Move runtime files from old directory
Mariano Lopez
2017-01-23
4
-0
/
+2
*
oeqa/core/decorator/data.py: Add skipIfNotFeature decorator
Mariano Lopez
2017-01-23
1
-0
/
+28
*
oeqa/runtime: Add OEHasPackage decorator
Mariano Lopez
2017-01-23
1
-0
/
+53
*
oeqa/runtime: Add case, context and loader classes for runtime testing
Mariano Lopez
2017-01-23
3
-0
/
+93
*
oeqa/core/target Add OESSHTarget to sent commands to targets using SSH
Mariano Lopez
2017-01-23
2
-0
/
+299
*
oeqa/runtime: Move to runtime_cases
Aníbal Limón
2017-01-23
31
-0
/
+0
*
oeqa: Fix files handling on runtime tests.
Aníbal Limón
2017-01-23
4
-4
/
+5
*
oeqa/runtime: Fix TargetBuildProject instances
Aníbal Limón
2017-01-23
3
-10
/
+15
*
oeqa/sdkext/cases: Migrate test case to new OEQA framework
Aníbal Limón
2017-01-23
4
-33
/
+38
*
oeqa/sdkext: Adds case and context modules.
Aníbal Limón
2017-01-23
3
-40
/
+42
*
oeqa/sdkext: Move test cases inside cases directory
Aníbal Limón
2017-01-23
3
-3
/
+0
*
classes/testsdk: Remove the need of TEST_LOG_DIR variable
Aníbal Limón
2017-01-23
3
-6
/
+6
*
oeqa/sdk/cases: Migrate tests to the new OEQA framework
Aníbal Limón
2017-01-23
7
-69
/
+84
*
oeqa/utils: {Target,SDK,}BuildProject remove dependency of bb
Aníbal Limón
2017-01-23
3
-34
/
+17
*
oeqa/utils: Move targetbuild to buildproject module
Aníbal Limón
2017-01-23
5
-0
/
+147
*
oeqa/sdk: Add case and context modules for the SDK component
Aníbal Limón
2017-01-23
4
-51
/
+145
*
oeqa/{runtime,sdk}/files: Move testsdkmakefile from runtime to sdk module
Aníbal Limón
2017-01-23
1
-0
/
+0
*
oeqa/sdk: Move test cases inside cases directory
Aníbal Limón
2017-01-23
7
-0
/
+0
[next]