From Fedora Project Wiki

No edit summary
No edit summary
Line 4: Line 4:
|setup=
|setup=
# If thermostat is not installed yet, install thermostat {{command|yum install thermostat}}
# If thermostat is not installed yet, install thermostat {{command|yum install thermostat}}
|actions=
# 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, jedit...  
# Optionally, start other Java applications - for example Eclipse, Freemind, jedit...
|results=
# 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 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...".
# 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:10, 21 May 2013

Description

This test case tests the most basic start and use of thermostat.

Setup

  1. If thermostat is not installed yet, install thermostat yum install thermostat

How to test

  1. Start thermostat storage and agent: thermostat service &
  2. Start thermostat gui: thermostat gui
  3. Optionally, start other Java applications - for example Eclipse, Freemind, jedit...

Expected Results

  1. Look at the list of virtual machines in the thermostat gui and explore their properties.
  2. 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...".