mirror of https://github.com/apache/cloudstack.git
indicate scope of tests in checklist (#2522)
In cloudstack no-one person or organisation will ever be able to run all tests involving all kinds of hardware. make the checklist more realistic in this perspective.
This commit is contained in:
parent
9124f97447
commit
1c253a6086
|
|
@ -27,8 +27,10 @@
|
|||
- [ ] My code follows the code style of this project.
|
||||
- [ ] My change requires a change to the documentation.
|
||||
- [ ] I have updated the documentation accordingly.
|
||||
Testing
|
||||
- [ ] I have added tests to cover my changes.
|
||||
- [ ] All new and existing tests passed.
|
||||
- [ ] All relevant new and existing integration tests have passed.
|
||||
- [ ] A full integration testsuite with all test that can run on my environment has passed.
|
||||
|
||||
<!-- The following will kick a packaging job, remove if as applicable -->
|
||||
@blueorangutan package
|
||||
|
|
|
|||
Loading…
Reference in New Issue