The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
User:Esmietti
From Mer Wiki
(Difference between revisions)
(→Executing test cases in Mer SDK) |
(→Executing test cases in Mer SDK) |
||
Line 7: | Line 7: | ||
Add test exeuction tools repository | Add test exeuction tools repository | ||
− | sudo zypper ar http://repo.ci.merproject.org/repos/devel:/quality | + | sudo zypper ar http://repo.ci.merproject.org/repos/devel:/quality/Core_i486/ mer-testing-tools |
Add tests repository | Add tests repository |
Revision as of 12:10, 24 March 2012
!DRAFT!
Executing test cases in Mer SDK
At the moment exeuction inside of the SDK!
Add test exeuction tools repository
sudo zypper ar http://repo.ci.merproject.org/repos/devel:/quality/Core_i486/ mer-testing-tools
Add tests repository
sudo zypper ar http://repo.ci.merproject.org/repos/devel:/quality:/tests/devel_quality_Core_i486/ mer-testing-tests
Install tools
sudo zypper ref sudo zypper in testrunner-lite min
Install some tests
sudo zypper in mwts-filesystem-generic-all
Execute tests with testrunner-lite:
testrunner-lite -f /usr/share/mwts-filesystem-generic-tests/tests.xml -o /tmp/result.xml -v
Execute tests with min console UI:
min
Execute tests with min console:
min -c -r "TMP"
See detailed results:
cat /var/log/tests/*.result