# crash-test **Repository Path**: mirrors_crash-utility/crash-test ## Basic Information - **Project Name**: crash-test - **Description**: This is a test Repo for crash-utility, which is cloned from Redhat QE kernel kdump tests, but which is modified a little bit. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-13 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # crash-test This is cloned from Redhat QE kernel kdump tests, but which is modified a little bit. It's using the TMT(Test Management Tool) to do crash-utility internal command tests, you can submit a request from the ci-tests as below if you would like to trigger the tests manually: $ testing-farm request --compose Fedora-Rawhide --arch x86_64 --git-url https://github.com/crash-utility/crash.git --git-ref master --path ci-tests --plan local$ And also check the test results in the github action(see crash-utility), looks like: Testing Farm as a GitHub Action summary name compose arch status started (UTC) time logs Fedora Fedora-Rawhide x86_64 ✅ passed 28.05.2025 02:24:55 15min 28s test pipeline Or you can also submit a request for other architectures: $ testing-farm request --compose Fedora-Rawhide --arch x86_64,aarch64,ppc64le,s390x --git-url https://github.com/crash-utility/crash.git --git-ref master --path ci-tests --plan local$