< Home - < Back

autotest-framework


Information about the package, autotest-framework, which is shipped with common Linux distributions. The autotest-framework package is designed for, Framework for fully automated testing.


Package Name:

autotest-framework

Summary:

Framework for fully automated testing

Description:

Autotest is a framework for fully automated testing. It is designed primarily to test the Linux kernel, though it is useful for many other functions such as qualifying new hardware. It's an open-source project under the GPL and is used and developed by a number of organizations, including Google, IBM, and many others. The autotest package provides the client harness capable of running autotest jobs on a single system.

Architecture:

noarch

Version:

0.16.2

Release:

3.el6

Size:

3.1 M

Repository:

epel

From Repository:

Licence:

GPLv2 and BSD and LGPLv2+ and MIT



Handy Yum Commands for autotest-framework


Control the autotest-framework package with the following handy commands outlined below.


Command

Description of Command

yum install autotest-framework

This command will install autotest-framework on the server.

yum remove autotest-framework

This command will un-install autotest-framework on the server. When you run this command, you will be asked if you are sure that you want to remove autotest-framework, so you have to manually confirm that you want to do this.

yum -y remove autotest-framework

This command will un-install autotest-framework on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove autotest-framework when using the -y flag.

yum update autotest-framework

This command will update autotest-framework to the latest version. When you run this command, you will be asked if you are sure that you want to remove autotest-framework, so you have to manually confirm that you want to do this.

yum -y update autotest-framework

This command will update autotest-framework to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove autotest-framework when using the -y flag.

yum info autotest-framework

This command will show you core information about the autotest-framework package.

yum deplist autotest-framework

This command will show you the dependencies for autotest-framework. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update autotest-framework

This command will check if there is an update waiting on autotest-framework. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.