mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update release QA to include packs and log destinations (#15814)
... --------- Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
parent
d4fb918e6d
commit
c5877e47d3
1 changed files with 16 additions and 0 deletions
16
.github/ISSUE_TEMPLATE/smoke-tests.md
vendored
16
.github/ISSUE_TEMPLATE/smoke-tests.md
vendored
|
|
@ -68,6 +68,22 @@ Smoke tests are limited to core functionality and serve as a pre-release final r
|
|||
4. Warning and informational modals show when expected and make sense
|
||||
</td><td>pass/fail</td></tr>
|
||||
|
||||
<tr><td>Packs flow</td><td>Verify management, operation, and logging of ["2017 packs"](https://fleetdm.com/handbook/company/why-this-way#why-does-fleet-support-query-packs).</td><td>
|
||||
|
||||
1. Packs successfully run on host machines after migrations
|
||||
2. New Packs can be created
|
||||
3. Packs can be edited and deleted
|
||||
4. Packs results information is logged
|
||||
|
||||
</td><td>pass/fail</td></tr>
|
||||
|
||||
<tr><td>Log destination flow</td><td>Verify log destination for software, query, policy, and packs.</td><td>
|
||||
|
||||
1. Software, query, policy, and packs logs are successfully sent to external log destinations
|
||||
2. Software, query, policy, and packs logs are successfully sent to Filesystem log destinations
|
||||
|
||||
</td><td>pass/fail</td></tr>
|
||||
|
||||
<tr><td>MDM Smoke Tests</td><td>Verify MDM enrollments, run commands, and script execution</td><td>
|
||||
|
||||
1. Erase an ADE-eligible macOS host and verify able to complete auomated enrollment flow.
|
||||
|
|
|
|||
Loading…
Reference in a new issue