diff --git a/.github/ISSUE_TEMPLATE/smoke-tests.md b/.github/ISSUE_TEMPLATE/smoke-tests.md index fb9d454adf..ec06417198 100644 --- a/.github/ISSUE_TEMPLATE/smoke-tests.md +++ b/.github/ISSUE_TEMPLATE/smoke-tests.md @@ -34,9 +34,11 @@ Smoke tests are limited to core functionality and serve as a sanity test. If smo $Name{what a tester should do}{what a tester should see when they do that}pass/fail Update flow -1. Prereq: previous version is set up with data. -2. Update fleet to testing version -No data should be lost in updatepass/fail +1. remove all fleet processes/agents/etc from Docker for a clean slate +1. run `fleetctrl preview` with no tag for latest stable +1. create a host/query to later confirm upgrade with +1. STOP fleet-preview-server instances in containers/apps on Docker +1. run `fleetctrl preview` with appropriate testing tag All previously created hosts/queries are verified to still existpass/fail Login flow 1. navigate to the login page and attempt to login with both valid and invalid credentials to verify some combination of expected results. @@ -64,4 +66,6 @@ Smoke tests are limited to core functionality and serve as a sanity test. If smo # Notes -* {any notes} \ No newline at end of file +Issues found new to this version: + +Issues found that reproduce in last stable version: \ No newline at end of file