Sign in
apache
/
nuttx-ntfc
/
HEAD
09c4d7f
Merge pull request #1 from szafonimateusz-mi/main
by Matteo Golin
· 2 days ago
main
3e00ab1
update link to NTFC default test cases
by raiden00pl
· 2 days ago
d0111f0
initial asf configuration
by raiden00pl
· 2 days ago
f78731f
update github actions
by raiden00pl
· 2 days ago
c4b3c81
release 0.0.2
by raiden00pl
· 2 days ago
95e2167
fix documentation build
by p-szafonimateusz
· 2 days ago
c6a7d25
refactor load_config_files()
by p-szafonimateusz
· 2 days ago
4c4d50d
refactor pytest_runtest_makereport()
by p-szafonimateusz
· 2 days ago
19c7cac
simplify getdev.py
by p-szafonimateusz
· 2 days ago
ed037d9
handle non-UTF8 device output with safe decoding
by p-szafonimateusz
· 2 days ago
334cf52
return builder failure as exception
by p-szafonimateusz
· 2 days ago
fc8524f
improve kconfig parser
by p-szafonimateusz
· 2 days ago
a14a8d9
make run_parallel handle empty input and propagate worker errors
by p-szafonimateusz
· 2 days ago
fa11c71
ensure collect always stops devices on failure
by p-szafonimateusz
· 2 days ago
d9e82f1
respect the product argument in cmd_check()
by p-szafonimateusz
· 2 days ago
04ce38d
remove roadmap.rst
by p-szafonimateusz
· 2 days ago
0b47209
add support for multi-session execution
by p-szafonimateusz
· 3 days ago
95a9bc8
fix double DUT boot issue
by p-szafonimateusz
· 14 days ago
50633b9
support for gtest suite
by p-szafonimateusz
· 3 weeks ago
ae9a9e1
update contribuitng.md
by p-szafonimateusz
· 3 weeks ago
91a4c91
support for custom test parsers
by p-szafonimateusz
· 3 weeks ago
0383c88
move ignored cores to YAML config
by p-szafonimateusz
· 3 weeks ago
7f9104c
introduce CoreStatus enum replacing magic strings
by p-szafonimateusz
· 3 weeks ago
ed8645d
cores.py: simplify start_log_collect
by p-szafonimateusz
· 3 weeks ago
80c4aea
core.py: remove dead code
by p-szafonimateusz
· 3 weeks ago
8c4584a
state.py: always use thread-safe get_current_state()
by p-szafonimateusz
· 3 weeks ago
532cef7
use logger module, not loggin
by p-szafonimateusz
· 3 weeks ago
ab4a2f4
remove duplicated import
by p-szafonimateusz
· 3 weeks ago
5a5c390
use shlex for _system_cmd
by p-szafonimateusz
· 3 weeks ago
b1a0d02
fix typos
by p-szafonimateusz
· 3 weeks ago
3979bbe
fix blank/malformed lines handle in _load_core_config
by p-szafonimateusz
· 3 weeks ago
640565c
core.py: move command builder to a separate class
by p-szafonimateusz
· 3 weeks ago
5ce8909
heartbeat.py: remove dependency on device/common.py and refactor
by p-szafonimateusz
· 3 weeks ago
61603e2
remove duplicate core_index_to_name
by p-szafonimateusz
· 3 weeks ago
10e5cdf
_ANSI_ESCAPE_RE as module constant
by p-szafonimateusz
· 3 weeks ago
008dc15
simplify types
by p-szafonimateusz
· 3 weeks ago
5eaa7c0
simplify run_parallel calls
by p-szafonimateusz
· 3 weeks ago
e45fdcb
support for reading output without sending command
by p-szafonimateusz
· 4 weeks ago
5c54e0e
add fail pattern detection for commands
by p-szafonimateusz
· 4 weeks ago
9005440
add test framework parsers fixtures
by p-szafonimateusz
· 3 weeks ago
030478d
Support Device Recovery configurtion
by chenjiahua1
· 3 weeks ago
2389a30
Support Heartbeat plugin
by chenjiahua1
· 4 weeks ago
e78ce89
soft and hard reboot/poweroff
by p-szafonimateusz
· 4 weeks ago
4aa4872
export log/templates in python package
by p-szafonimateusz
· 4 weeks ago
5cb86a2
fix for tests in external dir
by p-szafonimateusz
· 4 weeks ago
f31b119
store test session configuration in results
by p-szafonimateusz
· 5 weeks ago
123bb87
always print config files at start
by p-szafonimateusz
· 5 weeks ago
7ae9073
add timestamp to pytest.debug.log
by p-szafonimateusz
· 5 weeks ago
568b05c
change pytest log file to append mode
by p-szafonimateusz
· 5 weeks ago
7d597ec
implement device state manager
by p-szafonimateusz
· 5 weeks ago
ebeff35
fix --rebuild flag, it should be enabled at default
by p-szafonimateusz
· 5 weeks ago
a2a6a86
add config option to overwrite Kconfig parameters for build
by p-szafonimateusz
· 5 weeks ago
bd02dd8
add support for args in session JSON
by p-szafonimateusz
· 5 weeks ago
87e8c77
unify dcmake format with build_env format
by p-szafonimateusz
· 5 weeks ago
8a5f5bd
support for env variables for auto-build
by p-szafonimateusz
· 5 weeks ago
1cc44a3
fix doc build
by p-szafonimateusz
· 5 weeks ago
14cb73f
add instruction how to build doc to readme
by p-szafonimateusz
· 5 weeks ago
84d5161
use API refs in doc
by p-szafonimateusz
· 5 weeks ago
1f04e00
generate API page from sources
by p-szafonimateusz
· 5 weeks ago
8f47bf1
move docs to Documentation and allow for sphinx build
by p-szafonimateusz
· 5 weeks ago
0cea98f
improve docs/writing-test-cases.rst
by p-szafonimateusz
· 5 weeks ago
908c75b
add support for tests execution order
by p-szafonimateusz
· 5 weeks ago
f82e968
move pytest.debug.log to result dir
by p-szafonimateusz
· 5 weeks ago
3be2752
move report module output to a dedicated directory
by p-szafonimateusz
· 5 weeks ago
e9218aa
pack logs handler into class
by p-szafonimateusz
· 5 weeks ago
b62fc4b
initial support for log monitor
by p-szafonimateusz
· 5 weeks ago
aa347ae
add new lines before report print
by p-szafonimateusz
· 6 weeks ago
f45d575
collect device under test status log
by p-szafonimateusz
· 6 weeks ago
58a0f4d
custom signal handlers
by p-szafonimateusz
· 6 weeks ago
6f9e9ba
support for DUT force panic
by p-szafonimateusz
· 6 weeks ago
15d2302
coreconfig.py: decode kconf hex values
by p-szafonimateusz
· 6 weeks ago
a7c80a4
speed up test_main_runners.py test cases
by p-szafonimateusz
· 6 weeks ago
eb2de2f
run pytest with -s, so we can use stdout when pytest is running
by p-szafonimateusz
· 6 weeks ago
1cf051a
print ntfc PID at start
by p-szafonimateusz
· 6 weeks ago
8042987
fix flake8 issues
by p-szafonimateusz
· 8 weeks ago
13c8aec
Support SMP and multi-core testing.
by chenjiahua1
· 8 weeks ago
9c2f6ee
fix flake8 and type checking for CI
by p-szafonimateusz
· 8 weeks ago
25cf91c
update CONTRIBUTING.md
by p-szafonimateusz
· 8 weeks ago
8dc7ce6
ensure 100% coverage for CI
by p-szafonimateusz
· 8 weeks ago
7a9a973
improve test report
by chenjiahua1
· 9 weeks ago
c10c6a2
fix qemu rv64 boot
by p-szafonimateusz
· 9 weeks ago
dda9490
conifg: fix x86 configurations
by p-szafonimateusz
· 9 weeks ago
07410c1
fix style
by p-szafonimateusz
· 9 weeks ago
c1f714d
fail CI if linters fail
by p-szafonimateusz
· 9 weeks ago
9da984f
log currently executed test item
by p-szafonimateusz
· 9 weeks ago
2a712f8
read prompt from .config if not in yaml config
by chenjiahua1
· 9 weeks ago
e585e10
result_dir is empty if nolog is set
by p-szafonimateusz
· 9 weeks ago
98ef08b
testfilter.py: log skip reason
by p-szafonimateusz
· 9 weeks ago
daa7b3f
merge yaml configs from directory
by chenjiahua1
· 9 weeks ago
32a5b42
move test_main.py to test_main_runners.py
by p-szafonimateusz
· 9 weeks ago
3c32084
device/qemu.py: allow user to pass custom boot command
by p-szafonimateusz
· 2 months ago
aa1106c
update roadmap.rst
by p-szafonimateusz
· 2 months ago
aa95040
enable CI
by p-szafonimateusz
· 2 months ago
2e519e2
device/qemu.py: allow to pass custom image boot arguments
by p-szafonimateusz
· 2 months ago
f729b91
fix config/nuttx-nucleo-h745zi.yaml
by p-szafonimateusz
· 3 months ago
04b4019
various fixes after 3957f88
by p-szafonimateusz
· 3 months ago
40c21e1
Add various functional parameters
by chenjiahua1
· 3 months ago
d4ed217
device/common.py: increase char pattern limit
by p-szafonimateusz
· 3 months ago
9bcdee3
workaround for sim send command
by p-szafonimateusz
· 3 months ago
7f0e046
fix console log for host based tests
by p-szafonimateusz
· 3 months ago
Next »