Home
last modified time | relevance | path

Searched +full:avocado +full:- +full:system +full:- +full:flaky (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/docs/devel/testing/
H A Davocado.rst1 .. _checkavocado-ref:
4 Integration testing with Avocado
7 The ``tests/avocado`` directory hosts integration tests. They're usually
11 These tests are written using the Avocado Testing Framework (which must be
13 class, implemented at ``tests/avocado/avocado_qemu``.
34 ``avocado.utils.vmimage`` library)
39 - http://avocado-framework.readthedocs.io/en/latest/api/test/avocado.html#avocado.Test
40 - http://avocado-framework.readthedocs.io/en/latest/api/utils/avocado.utils.html
43 -------------
45 You can run the avocado tests simply by executing:
[all …]
H A Dci-definitions.rst.inc8 ---------------
25 ------------
34 On QEMU, unit testing is represented by the 'check-unit' target from 'make'.
37 ------------------
46 On QEMU, functional testing is represented by the 'check-qtest' target from
49 System testing
50 --------------
52 System tests ensure all application elements mesh properly while the overall
53 functionality and performance are achieved [4]_. Some or all system components
54 are integrated to create a complete system to be tested as a whole. System
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml2 - local: '/.gitlab-ci.d/buildtest-template.yml'
4 build-system-alpine:
6 - .native_build_job_template
7 - .native_build_artifact_template
9 - job: amd64-alpine-container
12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu
13 MAKE_CHECK_ARGS: check-build
14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog
16 check-system-alpine:
19 - job: build-system-alpine
[all …]