-
Notifications
You must be signed in to change notification settings - Fork 0
The Autotest FAQ
Autotest is a modular framework that aims to provide tools and libraries to perform automated testing on Linux.
Autotest is designed primarily for Linux. Autotest is know to work on Fedora, RHEL and Ubuntu.
It depends. To use just the client part of Autotest on your machine, 1G of free space should be OK. If you are installing Autotest in a virtual machine to to configure a test grid, please create the virtual disks with at least 20GB.
Just use the client part that lives inside the Autotest project. Fedora brings the autotest-framework
package for this porpoise.
virt-test is a Linux virtualization test suite, intended to be used in conjunction with the client part of Autotest. Basically you will have virt-test and autotest (client) installed and then you will set AUTOTEST_PATH variable to your autotest project path.
At this time, autotest and SELinux do not play well together. Until autotest conforms to SELinux policy, or custom policy is available, ensure SELinux is in permissive mode. See https://fedoraproject.org/wiki/Install_and_configure_autotest
Login as autotest user and verify if autotest-scheduler is still running:
$ service autotestd status
or
$ ps -ef | grep autotest
If the service is stopped (no autotest-scheduler process is running), look at /usr/local/autotest/ and remove any .pid files.
$ rm /usr/local/autotest/autotest-scheduler*.pid
Then become root and restart the scheduler:
# service autotestd restart