https://github.com/teemtee/workshop
DevConf Workshop: Testing the OS in a consistent & comfortable way
https://github.com/teemtee/workshop
Last synced: 5 months ago
JSON representation
DevConf Workshop: Testing the OS in a consistent & comfortable way
- Host: GitHub
- URL: https://github.com/teemtee/workshop
- Owner: teemtee
- Created: 2023-06-16T21:28:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T11:20:13.000Z (about 3 years ago)
- Last Synced: 2025-09-05T22:49:24.662Z (10 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing the OS in a consistent & comfortable way
This is the sandbox repo for the [DevConf 2023 Workshop][sched].
## Links
Some useful links:
* https://tmt.readthedocs.io
* https://docs.testing-farm.io
* https://packit.dev/docs/configuration
* https://github.com/marketplace/packit-as-a-service
## Prepare
To get quickly started, just [fork][fork] the repo and follow the
steps bellow:
```shell
# clone the repo, create a branch for experimenting
git clone git@github.com:/workshop.git
cd workshop
git checkout -b experiment
# install minimal tmt
sudo dnf install -y tmt
# initialize the tree
tmt init -t mini
# create a pull request
git add .
git commit -m "Experiment with tmt"
git push origin -u experiment
```
Open the link and hit the `Create pull request` button.
[fork]: https://github.com/teemtee/workshop/fork
[sched]: https://devconfcz2023.sched.com/event/1MYov/testing-the-os-in-a-consistent-comfortable-way