Meego Wiki
Views

Quality/QA-tools/Eat

From MeeGo wiki
< Quality | QA-tools
Revision as of 14:30, 4 October 2010 by Samposa (Talk | contribs)
Jump to: navigation, search

Contents

Eat - Enable(s) Automated Testing

Eat is a set of packages that are used to configure your environment for automated testing. The packages are

  • eat-device
  • eat-host
  • eat-syslog-device
  • eat-syslog-host
  • eat-selftest

eat-device

This package is installed to the device under test, it puts the test control pc's ssh-key (the one in eat-host) to the device's authorized ssh-keys list to enable passwordless logins using ssh.

eat-host

This package is installed to the test control pc. It installs the ssh-key to the test control pc as well as testrunner-lite and test-definition as it's dependencies.

eat-syslog-device

Triggers sending of device syslogs to test control PC.

eat-syslog-host

Enables receiving of syslogs from the SUT.

eat-selftest

This package installs an init script to the device under test that runs all test packages found in the device at boot time. The package also installs testrunner-lite and test-definition as it's dependencies.

Personal tools