docs: add docs on how to run platform tests

fixes https://github.com/zrepl/zrepl/issues/478
This commit is contained in:
Christian Schwarz
2021-12-18 15:55:22 +01:00
parent a2b2e0fe34
commit 2e2a8a1d5d
2 changed files with 58 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ Downstream packagers can read the changelog to determine whether they want to pu
### Additional Notes to Distro Package Maintainers
* Use `sudo make test-platform-bin && sudo make test-platform` **on a test system** to validate that zrepl's abstractions on top of ZFS work with the system ZFS.
* Run the platform tests (Docs -> Usage -> Platform Tests) **on a test system** to validate that zrepl's abstractions on top of ZFS work with the system ZFS.
* Ship a default config that adheres to your distro's `hier` and logging system.
* Ship a service manager file and _please_ try to upstream it to this repository.
* `dist/systemd` contains a Systemd unit template.