forked from nvidia-holoscan/holoscan-sensor-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
26 lines (26 loc) · 1.84 KB
/
pytest.ini
File metadata and controls
26 lines (26 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[pytest]
log_format=%(levelname)s %(log_timestamp_s).4f %(funcName)s %(filename)s:%(lineno)d tid=0x%(tid)x -- %(message)s
log_cli=true
log_cli_level=25
markers=
accelerated_networking: Skip this test if "--unaccelerated-only" is on the command line
skip_unless_mgbe: Marks tests as skip unless running with the "--mgbe" command line switch
skip_unless_mock_camera: Marks tests as skip unless running with the "--mock-camera" command line switch
skip_unless_ptp: Include PTP tests
skip_unless_imx274: Marks tests as skip unless running with the "--imx274" command line switch
skip_unless_imx477: Marks tests as skip unless running with the "--imx477" command line switch
skip_unless_stereo_imx477: Marks tests as skip unless running with the "--stereo-imx477" command line switch
skip_unless_imx715: Marks tests as skip unless running with the "--imx715" command line switch
skip_unless_igpu: Marks tests as skip unless running with the "--igpu" command line switch
skip_unless_dgpu: Marks tests as skip unless running with the "--dgpu" command line switch
skip_unless_hsb: Marks tests as skip unless running with the "--hsb" command line switch, "--imx274" implies this
skip_unless_hsb_nano: Marks tests as skip unless running with the "--hsb-nano" command line switch
skip_unless_vb1940: Marks tests as skip unless running with the "--vb1940" command line switch
skip_unless_coe: Marks tests as skip unless running with the "--coe-interface=(interface-name)" command line switch
skip_unless_ecam0m30tof: Marks tests as skip unless running with the "--ecam0m30tof" command line switch
skip_unless_audio: Marks tests as skip unless running with the "--audio" command line switch
pythonpath=. examples
testpaths=tests
addopts="-p no:cacheprovider" "--tb=short"
# No test should take more than 20 minutes.
timeout=1200