Skip to content

Instantly share code, notes, and snippets.

@Akasurde
Created October 16, 2015 16:15
Show Gist options
  • Save Akasurde/ed8c7df0982f5a7642ff to your computer and use it in GitHub Desktop.
Save Akasurde/ed8c7df0982f5a7642ff to your computer and use it in GitHub Desktop.
Help for Virt-manager contribution
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