Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kernelci/kci-dev
KernelCI tool for kernel developers
https://github.com/kernelci/kci-dev
kernel kernelci linux linux-kernel testing
Last synced: about 1 month ago
JSON representation
KernelCI tool for kernel developers
- Host: GitHub
- URL: https://github.com/kernelci/kci-dev
- Owner: kernelci
- License: lgpl-2.1
- Created: 2024-07-12T08:15:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T09:58:19.000Z (about 2 months ago)
- Last Synced: 2024-09-29T14:42:40.348Z (about 2 months ago)
- Topics: kernel, kernelci, linux, linux-kernel, testing
- Language: Python
- Homepage: https://kernelci.github.io/kci-dev/
- Size: 595 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kci-dev
> *cmdline tool for interact with KernelCI*
kci-dev is a cmdline tool for interact with a enabled KernelCI server
## Quickstart
Using poetry and virtualenv
```sh
virtualenv .venv
source .venv/bin/activate
pip install poetry
poetry install
poetry run kci-dev
```## Contributing to kci-dev
The kci-dev project welcomes, and depends on, contribution from developers and users in the open source community.
## Contributing guide
Run the following checks before sending a PR
```sh
poetry run black --check --verbose .
poetry run isort . --check --diff
poetry run pytest -rP
```## License
[LGPL-2.1](https://github.com/kernelci/kci-dev/blob/main/LICENSE)