From c082b1be816e6520922dcbdfacd06819f5da1e39 Mon Sep 17 00:00:00 2001
From: Renee Jackson <44620612+rlynnj11@users.noreply.github.com>
Date: Wed, 29 Sep 2021 13:52:23 -0300
Subject: [PATCH] added_steps_for_update (#2277)
---
.github/ISSUE_TEMPLATE/smoke-tests.md | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
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 update | pass/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 exist | pass/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
|