testlink-execute
Script sets the execution result for build/platform
!!! Hey, tester, be careful using this script !!!
Installation
git clone ssh://gitea@gitea.basealt.ru/alimektor/testlink-execute.git $HOME/testlink-execute
cd $HOME/testlink-execute
pip3 install -r requirements.txt
echo 'PATH=$PATH:$HOME/testlink-execute' >> $HOME/.bashrc
Examples
# interactive usage
testlink-execute
# firefox example
testlink-execute --platform "c9f1-servers" --repo "c9" --execute "b" --plan "firefox-esr" --build "c9.666666.1.1" --notes "No GUI."
testlink-execute --platform "c9f1-gui" --repo "c9" --execute "b" --plan "firefox-esr" --build "c9.666666.1.1" --notes "Java is not supported." --caseid "repo-tests-254"
testlink-execute --platform "c9f1-gui" --repo "c9" --execute "b" --plan "firefox-esr" --build "c9.666666.1.1" --notes "No KDE." --caseid "repo-tests-3541"
testlink-execute --platform "c9f1-gui" --repo "c9" --execute "b" --plan "firefox-esr" --build "c9.666666.1.1" --notes "Flash is not supported." --caseid "repo-tests-295"
# not recommended, but may be useful
testlink-execute --platform "c9f1-gui" --repo "c9" --execute "f" --plan "firefox-esr" --build "c9.666666.1.1" --notes "https://my.basealt.space/issues/40426" --caseid "repo-tests-4720"
# virtualbox example
testlink-execute --platform "p10-all" --repo "p10" --execute "p" --plan "kernel-modules-virtualbox-addition-std-def kernel-modules-virtualbox-addition-un-def kernel-modules-virtualbox-std-def kernel-modules-virtualbox-un-def virtualbox" --build "p10.666666.1.1" --notes ""
# some packages example
testlink-execute --platform "p9-all" --repo "p9" --execute "p" --plan "gnustep-dbuskit libclc" --build "p9.666666.1.1" --notes ""
testlink-execute --platform "p9-servers" --repo "p9" --execute "b" --plan "kdevelop5" --build "p9.666666.1.1" --notes ""
testlink-execute --platform "p9-gui" --repo "p9" --execute "p" --plan "kdevelop5" --build "p9.666666.1.1" --notes ""
Description
Languages
Python
99.9%