Meego Wiki
Views

Quality/QA-tools/Eat

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "= 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…")
(Eat - Enable(s) Automated Testing)
Line 5: Line 5:
* eat-device
* eat-device
* eat-host
* eat-host
-
* eat-sshkey-device
+
* eat-syslog-device
-
* eat-sshkey-host
+
* eat-syslog-host
* eat-selftest
* eat-selftest
== eat-device ==
== 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.
+
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 ==
== 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.
+
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-sshkey-device ==
+
== eat-syslog-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.
+
Triggers sending of device syslogs to test control PC.
-
== eat-sshkey-host ==
+
== eat-syslog-host ==
-
This package install an ssh-key to the test control pc.
+
Enables receiving of syslogs from the SUT.
== eat-selftest ==
== 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.
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.

Revision as of 14:30, 4 October 2010

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