mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-28 06:23:26 +00:00
- refine the xcatperftest tool to make it be easily integrated into xcattest - add testcase/performance/.. to trigger the performance testcase - fix manpage missing issue for xcatperftest
19 lines
616 B
Plaintext
19 lines
616 B
Plaintext
start:perftest_5000
|
|
description:Default performance testing on 5000 fake nodes
|
|
os:Linux
|
|
cmd:which yum &>/dev/null && yum install -y bridge-utils || apt install -y bridge-utils
|
|
cmd:copycds $$ISO
|
|
check:rc==0
|
|
cmd:xcatperftest 5000 /opt/xcat/share/xcat/tools/autotest/perfcmds.lst
|
|
check:rc==0
|
|
end
|
|
|
|
start:perftest_5000_without_conf
|
|
description:Default performance testing on 5000 fake nodes without extra configuraiton on MN
|
|
os:Linux
|
|
cmd:which yum &>/dev/null && yum install -y bridge-utils || apt install -y bridge-utils
|
|
check:rc==0
|
|
cmd:xcatperftest 5000 /opt/xcat/share/xcat/tools/autotest/perfcmds.lst
|
|
check:rc==0
|
|
end
|