Meego Wiki
Views

Quality/QA-tools/Eat

From MeeGo wiki
< Quality | QA-tools
Revision as of 11:44, 30 August 2010 by Timoph (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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-sshkey-device
  • eat-sshkey-host
  • eat-selftest

eat-device

This package is installed to the device under test. It configures the device to send it's syslog to the testcontroller pc and installs eat-sshkey-device package as it's dependency.

eat-host

This package is installed to the test control pc. It configures the test control pc to receive syslogs from the device under test and installs eat-sshkey-host, testrunner-lite and test-definition as it's dependencies.

eat-sshkey-device

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

eat-sshkey-host

This package install an ssh-key to the test control pc.

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