From Fedora Project Wiki
(Add a minimal test case to check thermostat executable is in path and can start at all) |
No edit summary |
||
Line 8: | Line 8: | ||
|results= | |results= | ||
# There should be no errors or exceptions. A version number should be displayed like the following: | # There should be no errors or exceptions. A version number should be displayed like the following: | ||
<pre>Thermostat version 0 | <pre>Thermostat version 1.0.0</pre> | ||
}} | }} |
Latest revision as of 15:38, 28 November 2013
Description
This test case tests that the Thermostat program is installed correctly, is available in the path and starts up
Setup
- Boot into the machine/VM you wish to test.
- If thermostat is not installed yet, install thermostat.
How to test
- Find out thermostat's version:
thermostat --version
Expected Results
- There should be no errors or exceptions. A version number should be displayed like the following:
Thermostat version 1.0.0