From Fedora Project Wiki

Revision as of 11:54, 25 June 2010 by Kparal (talk | contribs) (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 ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Additional 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)
  • virt - the host is running inside virtualized environment, it is not a bare metal machine

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.