Created
October 16, 2015 16:15
-
-
Save Akasurde/ed8c7df0982f5a7642ff to your computer and use it in GitHub Desktop.
Help for Virt-manager contribution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Run the test suite | |
`python setup.py test` | |
2. XML generation | |
https://libvirt.org/formatdomain.html | |
3. Command line handling | |
`./virt-install --connect test:///default --name foo --ram 64 --nodisks --boot network --print-xml --features foo` | |
4. Unit test XML generation | |
`python setup.py test --testfile xmlparse.py` | |
`python setup.py test --testfile xmlparse.py --regenerate-output` | |
5. Documentation | |
6. Submit a patch | |
`git commit -a && git send-email -1 --to [email protected]` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment