From Fedora Project Wiki

(Created page with 'This a list of autotest labels that AutoQA uses for its tests: ==== Platform labels ==== * '''i686''' - host has i686 architecture * '''x86_64''' - host has x86_64 architecture ...')
 
(add noarch label)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This a list of autotest labels that AutoQA uses for its tests:
{{header|qa}}


==== Platform labels ====
This page lists the [[autotest]] system labels used by AutoQA.  Labels are important when adding new clients to autotest or when writing new tests for AutoQA.  You can read more at [[How to add autotest clients]] and [[Writing AutoQA Tests]].
* '''i686''' - host has i686 architecture
* '''x86_64''' - host has x86_64 architecture


==== Additional labels ====
== Platform labels ==
* '''fcNN''' - Fedora NN is installed on the host (example: fc11, fc12, fc13, ...)
 
* '''virt_capable''' - the host is capable of using virtualization technologies (we're mainly interested in KVM)
A system can have only ''one'' of the following labels.  This is a restriction enforced by [[autotest]].
* '''virt''' - the host is running inside virtualized environment, it is not a bare metal machine
 
; '''i386'''
: host has i386 architecture
; '''x86_64'''
: host has x86_64 architecture
 
== Distribution labels ==
 
Much like platform labels, a system should have only ''one'' of the following labels.
 
; '''fcNN'''
: Fedora NN is installed on the host (e.g.fc{{FedoraVersion|number|previous}}, fc{{FedoraVersion|number|current}}, fc{{FedoraVersion|number|next}} ...).
 
== Capability labels ==
 
A system can use one or more of the following labels.  However, note that some labels may be contradictory. 
 
; '''virt_capable'''
: the host is capable of using virtualization technologies (we're mainly interested in KVM)
; '''virt'''
: the host is running inside virtualized environment, it is not a bare metal machine
 
== Other labels ==
 
; '''noarch'''
: noarch tests will be executed only on clients with this label. Adding this label to all your clients distributes the workload most equally (recommended).


Labels are important when adding new clients to autotest or when writing new tests for AutoQA. You can read more at [[How to add autotest clients]] and [[Writing AutoQA Tests]].


[[Category:AutoQA]]
[[Category:AutoQA]]

Latest revision as of 18:25, 9 December 2011

QA.png


This page lists the autotest system labels used by AutoQA. Labels are important when adding new clients to autotest or when writing new tests for AutoQA. You can read more at How to add autotest clients and Writing AutoQA Tests.

Platform labels

A system can have only one of the following labels. This is a restriction enforced by autotest.

i386
host has i386 architecture
x86_64
host has x86_64 architecture

Distribution labels

Much like platform labels, a system should have only one of the following labels.

fcNN
Fedora NN is installed on the host (e.g.fc39, fc40, fc41 ...).

Capability labels

A system can use one or more of the following labels. However, note that some labels may be contradictory.

virt_capable
the host is capable of using virtualization technologies (we're mainly interested in KVM)
virt
the host is running inside virtualized environment, it is not a bare metal machine

Other labels

noarch
noarch tests will be executed only on clients with this label. Adding this label to all your clients distributes the workload most equally (recommended).