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