Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

Valid Values

fortestonly

Commit is not indended for landing

 

ostcount

Number of OSTs per OSS to test against

1..

mdscount

Number of MDSs to test against

1

mdtcount

Number of MDTs to test against

1..

osscount

Number of OSTs to test against

1..

clientprofile

Cobbler profile to use for clients

test

serverprofile

Cobbler profile to use for servers

test

clientdistro

Distribution to use for clients

el5, el6, sles11, sles11sp2

serverdistro

(A bug exists today which means

you need to specify

mdsdistro & ossdistro not serverdistro)

Distribution to use for servers

el5, el6, sles11, sles11sp2

clientarch

Architecture to use for clients

i686, x86_64

serverarch

serverdistro

(A bug exists today which means

you need to specify

mdsarch & ossarch not serverarch)

Architecture to use for servers

i686, x86_64

clientjob

Jenkins 'job' to fetch from for the clients under test

Any valid jenkins job

clientbuildno

Jenkins buildno to fetch for the clients under test

Any valid build no for clientjob

serverjob

serverdistro

(A bug exists today which means

you need to specify

mdsjob & ossjob not serverjob)

Jenkins 'job' to fetch from for the servers under test

Any valid jenkins job

serverbuildno

Jenkins buildno to fetch for the servers under test

Any valid build for serverjob

nettypes

Network types to use as a comma separated array

tcp, o2ib

clientcount

Number of clients to use

2-4

ostsizegb

Size of OSTs in gb. Note this is a max size and will be limited by the disk available

>0

mdssizegb

Size of MDS in gb. Note this is a max size and will be limited by the disk available

>0

mdsfilesystemtype

File system to use for MDSs

zfs, ldiskfs

mdtfilesystemtype

File system to use for MDTs

zfs, ldiskfs

ostfilesystemtype

File system to use for OSTs

zfs, ldiskfs

clientibstack

IB stack to use on the client.

inkernel, ofa

serveribstack

IB stack to use on the server.

inkernel, ofa

envdefinitions

Comma separated environment definitions passed to the environment.

Panel

Be very careful setting environment variables directly (for example OSTFSTYPE=zfs)
because autotest creates a config file based on the environment it builds and if you
ask for something at odds with autotests expectations you will see failure not success.
In this case for example you should use the filesystemtype described on this page.
Autotest will then create the appropriate environment variables, the same is true for
other things like ost numbers, ost size etc etc. Only use the envdefinitions variable
when a direct variable is not present

AA=BB,CC=DD etc.

testgroup

Test group to test with

review, regression, full

testlist

Comma separated list of test names to run in place of a standard test group

sanity,conf_sanity,mmp etc

...