xref: /openbmc/u-boot/test/py/pytest.ini (revision d201506c)
1*d201506cSStephen Warren# Copyright (c) 2015 Stephen Warren
2*d201506cSStephen Warren# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
3*d201506cSStephen Warren#
4*d201506cSStephen Warren# SPDX-License-Identifier: GPL-2.0
5*d201506cSStephen Warren
6*d201506cSStephen Warren# Static configuration data for pytest. pytest reads this at startup time.
7*d201506cSStephen Warren
8*d201506cSStephen Warren[pytest]
9*d201506cSStephen Warrenmarkers =
10*d201506cSStephen Warren    boardspec: U-Boot: Describes the set of boards a test can/can't run on.
11*d201506cSStephen Warren    buildconfigspec: U-Boot: Describes Kconfig/config-header constraints.
12