Fixes: Issue #N
Relates to: Issue #N, PR #N, ...
Describe in plain English what you solved and how. For instance, Added start command to CRC so the user can create a VM and set-up a single-node OpenShift cluster on it with one command. It requires blablabla...
List main as well as consequential changes you introduced or had to introduce.
- Add
startcommand. - Add
setupas prerequisite tostart. - ...
What is the bottom-line functionality that needs testing? Describe in pseudo-code or in English. Use verifiable statements that tie your changes to existing functionality.
startsucceeds first time aftersetupsucceeded- stdout contains ... if
startsucceeded - stderr contains ... after
startfailed statusreturns ... ifstartsucceededstatusreturns ... ifstartfailedstartfails afterstartsucceeded or afterstatussays CRC isRunning- ...