{"id":36632103,"url":"https://github.com/kernelci/tuxlava","last_synced_at":"2026-01-20T17:48:35.774Z","repository":{"id":329994015,"uuid":"1119523825","full_name":"kernelci/tuxlava","owner":"kernelci","description":"TuxLAVA is a command-line tool and Python library that simplifies creating LAVA job definitions for various device types. Developed by Linaro, it's part of TuxSuite and streamlines Linux kernel test automation.","archived":false,"fork":false,"pushed_at":"2025-12-23T11:53:42.000Z","size":2014,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-24T06:09:43.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kernelci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/docker/Dockerfile.ci","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-19T12:06:41.000Z","updated_at":"2025-12-19T12:12:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kernelci/tuxlava","commit_stats":null,"previous_names":["kernelci/tuxlava"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/kernelci/tuxlava","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Ftuxlava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Ftuxlava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Ftuxlava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Ftuxlava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kernelci","download_url":"https://codeload.github.com/kernelci/tuxlava/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Ftuxlava/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-12T09:39:18.697Z","updated_at":"2026-01-20T17:48:35.768Z","avatar_url":"https://github.com/kernelci.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/kernelci/tuxlava/main/tuxlava_logo.png\" alt=\"TuxLAVA Logo\" width=\"40%\" /\u003e\n\u003c/div\u003e\n\n[![PyPI version](https://badge.fury.io/py/tuxlava.svg)](https://pypi.org/project/tuxlava/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![PyPI - License](https://img.shields.io/pypi/l/tuxlava)](https://github.com/kernelci/tuxlava/blob/main/LICENSE)\n\n[Documentation](https://tuxlava.org/) - [Repository](https://github.com/kernelci/tuxlava) - [Issues](https://github.com/kernelci/tuxlava/issues)\n\nTuxLAVA is a command-line tool and Python library that simplifies\ncreating LAVA job definitions for various device types. Developed by\nLinaro, it's part of TuxSuite and streamlines Linux kernel test\nautomation.\n\n* AVH\n* FASTBOOT\n* FVP\n* NFS\n* QEMU\n* SSH\n\nTuxLAVA is a part of [TuxSuite](https://tuxsuite.com), a suite of\ntools and services to help with Linux kernel development.\n\n## Table of Contents\n\n- [Installing TuxLAVA](#installing-tuxlava)\n- [Examples](#examples)\n- [Using TuxLAVA as a command line](#using-tuxlava-as-a-command-line)\n- [Using TuxLAVA as a library](#using-tuxlava-as-a-library)\n- [Contributing](#contributing)\n\n# Installing TuxLAVA\n\n- [From PyPI](docs/install-pypi.md)\n- [Debian packages](docs/install-deb.md)\n- [RPM packages](docs/install-rpm.md)\n- [Run uninstalled](docs/run-uninstalled.md)\n\n# Examples\n\nLAVA job to boot test a mipsel kernel at https://url/to/vmlinux:\n\n```shell\ntuxlava --device qemu-mips32el \\\n    --kernel https://url/to/vmlinux\n```\n\nGenerate a LAVA job with *ltp-smoke* test:\n\n```shell\ntuxlava --device qemu-mips32el \\\n    --kernel https://url/to/vmlinux \\\n    --test ltp-smoke\n```\n\n# Using TuxLAVA as a command line\n\nCall tuxlava as follows:\n\n```shell\ntuxlava --device nfs-x86_64 \\\n    --kernel https://url/to/Image \\\n    --modules https://url/to/modules /usr/ \\\n    --rootfs https://url/to/rootfs \\\n    --tests boot\n```\n\n\u003e The `--kernel`, `--modules`, and `--rootfs` arguments can be URLs\n(e.g. `https://...`), file URLs (e.g. `file:///...`), or absolute\nfile paths (e.g. `/path/to/Image`).\n\nTuxLAVA will output the LAVA job to the stdout with the provided\narguments for x86_64 device\n\nThe complete list of tuxlava options is available with the following\ncommand:\n\n```shell\ntuxlava --help\n```\n\n# Using TuxLAVA as a library\n\nTuxLAVA can be used as a python library as follows:\n\n```shell\n#!/usr/bin/env python\n\nfrom tuxlava.jobs import Job\n\njob = Job(\n    device=\"nfs-x86_64\",\n    kernel=\"https://url/to/bzImage\",\n    rootfs=\"https://url/to/rootfs.tar.xz\",\n    tests=[\"ltp-smoke\", \"ltp-math\"],\n    modules=\"https://url/to/modules.tar.xz\",\n    parameters={\"LAVA_JOB_PRIORITY\": 50},\n    timeouts={\"deploy\": 20},\n)\njob.initialize()\nprint(job.render())\n```\n\n## Contributing\n\nContributions, bug reports and feature requests are welcome!\nPlease see the [issues](https://github.com/kernelci/tuxlava/issues)\nor open a [pull request](https://github.com/kernelci/tuxlava/pulls).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernelci%2Ftuxlava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernelci%2Ftuxlava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernelci%2Ftuxlava/lists"}