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
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests the most basic start and use of
|description=This test case tests that the Thermostat swing client starts correctly.
thermostat.
|setup=
|setup=
# If thermostat is not installed yet, install thermostat {{command|yum install thermostat}}
# Boot into the machine/VM you wish to test.
# Start thermostat storage and agent: {{command|thermostat service &}}
# If thermostat is not installed yet, install thermostat.
# Start thermostat gui: {{command|thermostat gui}}
# Start the thermostat storage and agent: {{command|thermostat service &}}
# Optionally, start other Java applications - for example Eclipse, Freemind,
|actions=
jedit...  
# Start the thermostat Swing client: {{command|thermostat gui}}
# Look at the list of virtual machines in the thermostat gui and explore
# Optionally, start other Java applications - for example Eclipse, Freemind, jedit... These JVMs should show up in the tree if you do so. Otherwise only the Thermostat JVMs will show up.
their properties.
|results=
# The agent started by {{command|thermostat service}} should be visible
# Once you've executed {{command|thermostat gui}} a window should have popped up similar to the following:
in the list of agents. You can check that at least one agent is listed
[[Image:ThermostatSwingClient.png]].
via: "View" => "View all agents...".
# No exceptions should be thrown on the terminal where you've started the swing client.
# Monitored JVMs become visible once the host entry in the tree to the left gets expanded. Switching to different JVMs should show detailed information for each JVM.
}}
}}

Latest revision as of 12:43, 22 May 2013

Description

This test case tests that the Thermostat swing client starts correctly.

Setup

  1. Boot into the machine/VM you wish to test.
  2. If thermostat is not installed yet, install thermostat.
  3. Start the thermostat storage and agent: thermostat service &

How to test

  1. Start the thermostat Swing client: thermostat gui
  2. Optionally, start other Java applications - for example Eclipse, Freemind, jedit... These JVMs should show up in the tree if you do so. Otherwise only the Thermostat JVMs will show up.

Expected Results

  1. Once you've executed thermostat gui a window should have popped up similar to the following:

ThermostatSwingClient.png.

  1. No exceptions should be thrown on the terminal where you've started the swing client.
  2. Monitored JVMs become visible once the host entry in the tree to the left gets expanded. Switching to different JVMs should show detailed information for each JVM.