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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
oeqa: Move common files to oeqa/files instead of runtime only
Aníbal Limón
2017-01-23
4
-0
/
+0
*
oeqa/utils/__init__.py: Adds compatibility with bitbake logger
Mariano Lopez
2017-01-23
1
-0
/
+30
*
oeqa/core: Add README
Aníbal Limón
2017-01-23
1
-0
/
+38
*
oeqa/core/cases: Add example test cases
Aníbal Limón
2017-01-23
3
-0
/
+21
*
oeqa/core/context: Add support of OETestContextExecutor
Aníbal Limón
2017-01-23
1
-0
/
+85
*
oeqa/core: Add tests for the OEQA framework
Mariano Lopez
2017-01-23
13
-0
/
+481
*
oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVar
Aníbal Limón
2017-01-23
1
-0
/
+36
*
oeqa/core/decorator: Add support for OETimeout decorator
Mariano Lopez
2017-01-23
1
-0
/
+25
*
oeqa/core/decorator: Add support for OETestID and OETestTag
Mariano Lopez
2017-01-23
2
-0
/
+47
*
oeqa/core/decorator: Add support for OETestDepends
Aníbal Limón
2017-01-23
1
-0
/
+94
*
oeqa/core: Add loader, context and decorator modules
Aníbal Limón
2017-01-23
3
-0
/
+454
*
oeqa/core: Add utils module for OEQA framework
Mariano Lopez
2017-01-23
4
-0
/
+127
*
oeqa/core: Add base OEQA framework
Aníbal Limón
2017-01-23
4
-0
/
+136
*
selftest: fixed 3 wic test cases
Ed Bartosh
2017-01-23
1
-0
/
+12
*
selftest: wic: don't set WKS_FILE
Ed Bartosh
2017-01-23
1
-2
/
+1
*
wic: fixed test_iso_image test case
Ed Bartosh
2017-01-23
1
-0
/
+4
*
image.bbclass: put .env files to ${STAGING_DIR}/imgdata/
Ed Bartosh
2017-01-23
1
-1
/
+1
*
wic: fix getting path of native sysroot
Ed Bartosh
2017-01-23
1
-6
/
+6
*
selftest: build wic-tools in the Wic.setUp
Ed Bartosh
2017-01-23
1
-2
/
+1
*
selftest/devtool: Update to account for recipe specific sysroot
Richard Purdie
2017-01-23
1
-4
/
+5
*
Switch to Recipe Specific Sysroots
Richard Purdie
2017-01-23
4
-4
/
+9
*
oe-selftest: devtool: remove use of git -C
Paul Eggleton
2017-01-20
1
-1
/
+1
[next]