Home
last modified time | relevance | path

Searched +full:check +full:- +full:python +full:- +full:tox (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/python/
H A DMakefile1 QEMU_VENV_DIR=.dev-venv
2 QEMU_MINVENV_DIR=.min-venv
7 @echo "python packaging help:"
9 @echo "make check-minreqs:"
12 @echo " Requires: Python 3.8"
15 @echo "make check-tox:"
16 @echo " Run tests against multiple python versions."
18 @echo " Requires: Python 3.8 - 3.11, and tox."
19 @echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"
21 @echo " arguments to tox".
[all …]
H A Dsetup.cfg5 maintainer_email = qemu-devel@nongnu.org
8 description = QEMU Python Build, Debug and SDK tooling.
10 long_description_content_type = text/x-rst
12 Development Status :: 3 - Alpha
16 Programming Language :: Python :: 3 :: Only
17 Programming Language :: Python :: 3.8
18 Programming Language :: Python :: 3.9
19 Programming Language :: Python :: 3.10
20 Programming Language :: Python :: 3.11
21 Programming Language :: Python :: 3.12
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dstatic_checks.yml1 check-patch:
4 image: python:3.10-alpine
7 - .gitlab-ci.d/check-patch.py
12 - apk -U add git perl
15 check-dco:
18 image: python:3.10-alpine
20 script: .gitlab-ci.d/check-dco.py
24 - apk -U add git
26 check-python-minreqs:
29 image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
[all …]
/openbmc/openbmc-test-automation/
H A DREADME.md5 - DMTF Redfish
6 - Out-of-band IPMI
7 - SSH to BMC and Host OS
8 - [Legacy REST](https://github.com/openbmc/openbmc-test-automation/releases/tag/v4.0-stable)
12 - Power on/off
13 - Reboot Host
14 - Reset BMC
15 - Code update BMC and host
16 - Power management
17 - Fan controller
[all …]
/openbmc/docs/testing/
H A Drun-test-docker.md18 3. Clone openbmc-build-scripts repository.
20 `git clone https://github.com/openbmc/openbmc-build-scripts`
22 4. Change directory to openbmc-build-scripts.
24 `cd openbmc-build-scripts`
28 "openbmc/ubuntu-robot-qemu". You can check images using "docker images"
31 `./scripts/build-qemu-robot-docker.sh`
36 --build-arg http_proxy=<IP>:<PORT> --build-arg https_proxy=<IP>:<PORT>
45 2. Clone openbmc-test-automation repository.
47 `git clone https://github.com/openbmc/openbmc-test-automation`
54 docker run --user root \
[all …]
/openbmc/sdbusplus/
H A D.gitignore6 # Created by https://www.toptal.com/developers/gitignore/api/python
7 # Edit at https://www.toptal.com/developers/gitignore?templates=python
9 ### Python ###
10 # Byte-compiled / optimized / DLL files
19 .Python
21 develop-eggs/
32 share/python-wheels/
33 *.egg-info/
39 # Usually these files are written by a python script from a template
45 pip-log.txt
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DCHANGELOG35 Official support for Python 3.6.
37 Two scripts: demonstrate_parser_differences.py and test-all-versions.
42 with pyproject.toml. Beautiful Soup now uses tox as its test backend
48 would overflow the Python interpreter stack:
54 copy.deepcopy() from the Python standard library). [bug=1709837]
77 Python 2. I've converted it to Python 3, but since no one has
166 argument of the same name in the Python standard library's
169 * If the charset-normalizer Python module
170 (https://pypi.org/project/charset-normalizer/) is installed, Beautiful
188 * Some time ago, the misleadingly named "text" argument to find-type
[all …]
/openbmc/linux/
H A Dopengrok1.0.log1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c'
2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms)
3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa
[all...]