From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test case tests the most basic start and use of thermostat. |setup= # If thermostat is not installed yet, install thermostat {{command|yum ins...") |
No edit summary |
||
Line 6: | Line 6: | ||
# Start thermostat storage and agent: {{command|thermostat service &}} | # Start thermostat storage and agent: {{command|thermostat service &}} | ||
# Start thermostat gui: {{command|thermostat gui}} | # Start thermostat gui: {{command|thermostat gui}} | ||
# Optionally, start other Java applications - for example Eclipse, Freemind, | # Optionally, start other Java applications - for example Eclipse, Freemind, jedit... | ||
jedit... | # Look at the list of virtual machines in the thermostat gui and explore their properties. | ||
# Look at the list of virtual machines in the thermostat gui and explore | # The agent started by {{command|thermostat service}} should be visible in the list of agents. You can check that at least one agent is listed via: "View" => "View all agents...". | ||
their properties. | |||
# The agent started by {{command|thermostat service}} should be visible | |||
in the list of agents. You can check that at least one agent is listed | |||
via: "View" => "View all agents...". | |||
}} | }} |
Revision as of 12:07, 21 May 2013
Description
This test case tests the most basic start and use of thermostat.
Setup
- If thermostat is not installed yet, install thermostat
yum install thermostat
- Start thermostat storage and agent:
thermostat service &
- Start thermostat gui:
thermostat gui
- Optionally, start other Java applications - for example Eclipse, Freemind, jedit...
- Look at the list of virtual machines in the thermostat gui and explore their properties.
- The agent started by
thermostat service
should be visible in the list of agents. You can check that at least one agent is listed via: "View" => "View all agents...".
How to test
- Start here ...
- Next do this ...
- Finally click that
Expected Results
- Step #1 completes without error
- The system boots into runlevel 5
- Program completes with exit code 0