This is the official [1] test provider for the following subtest types:
- Libvirt
- LVSB
- V2V
- Libguestfs
- Fork this repo on github
- Create a new topic branch for your work
- Create a new test provider file in your virt test repo, like:
cp io-github-autotest-libvirt.ini myprovider.ini
[provider] uri: file:https:///home/foo/Code/tp-libvirt [libvirt] subdir: libvirt/ [libguestfs] subdir: libguestfs/ [lvsb] subdir: lvsb/ [v2v] subdir: v2v/
You can optionally delete temporarily the io-github-autotest-qemu.ini file, just so you don't have test conflicts. Then you can develop your new test code, run it using virt test, and commit your changes.
- Make sure you have inspektor installed.
- Run:
inspekt lint inspekt style
- Fix any problems
- Push your changes and submit a pull request
- That's it.
[1] You can always create your own test provider, if you have special purposes, or just want to develop your work indepentently.