mirror of https://github.com/cutefishos/appmotor
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
4.7 KiB
XML
112 lines
4.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<testdefinition version="0.1">
|
|
|
|
<!-- Test suite, name mandatory - the same as test package name -->
|
|
<!-- Schema: https://projects.maemo.org/docs/testing/xml-definition.html -->
|
|
<suite name="applauncherd-tests" domain="Application framework">
|
|
|
|
<set name="launcher-tests" description="Basic launcher unit tests" feature="AF Basic Launcher daemon support" requirement="300168" >
|
|
|
|
<case name="Daemon" type="Functional" description="Unit tests for Daemon class" level="Component" timeout="20">
|
|
<step expected_result="0">/usr/share/applauncherd-tests/ut_daemon</step>
|
|
</case>
|
|
|
|
<case name="Connection" type="Functional" description="Unit tests for Connection class" level="Component" timeout="20">
|
|
<step expected_result="0">/usr/share/applauncherd-tests/ut_connection</step>
|
|
</case>
|
|
|
|
<case name="SocketManager" type="Functional" description="Unit tests for SocketManager class" level="Component" timeout="20">
|
|
<step expected_result="0">/usr/share/applauncherd-tests/ut_socketmanager</step>
|
|
</case>
|
|
|
|
<environments>
|
|
<scratchbox>true</scratchbox>
|
|
<hardware>true</hardware>
|
|
</environments>
|
|
|
|
<!--get>
|
|
</get-->
|
|
</set>
|
|
|
|
<set name="booster-tests" description="Booster unit tests" feature="AF MBooster for Launcher daemon" requirement="300195" >
|
|
|
|
<case name="BoosterFactory" type="Functional" description="Unit tests for BoosterFactory class" level="Component" timeout="20">
|
|
<step expected_result="0">/usr/share/applauncherd-tests/ut_boosterfactory</step>
|
|
</case>
|
|
|
|
<case name="Booster" type="Functional" description="Unit tests for Booster class" level="Component" timeout="20">
|
|
<step expected_result="0">/usr/share/applauncherd-tests/ut_booster</step>
|
|
</case>
|
|
|
|
<case name="QtBooster" type="Functional" description="Unit tests for QtBooster class" level="Component" timeout="20">
|
|
<step expected_result="0">su - user -c 'source /tmp/session_bus_address.user && DISPLAY=:0 /usr/share/applauncherd-tests/ut_qtbooster'</step>
|
|
</case>
|
|
|
|
<case name="EBooster" type="Functional" description="Unit tests for EBooster class" level="Component" timeout="20">
|
|
<step expected_result="0">su - user -c 'source /tmp/session_bus_address.user && DISPLAY=:0 /usr/share/applauncherd-tests/ut_ebooster'</step>
|
|
</case>
|
|
|
|
<case name="DBooster" type="Functional" description="Unit tests for DBooster class" level="Component" timeout="20">
|
|
<step expected_result="0">su - user -c 'source /tmp/session_bus_address.user && DISPLAY=:0 /usr/share/applauncherd-tests/ut_dbooster'</step>
|
|
</case>
|
|
|
|
<environments>
|
|
<scratchbox>true</scratchbox>
|
|
<hardware>true</hardware>
|
|
</environments>
|
|
|
|
<!--get>
|
|
</get-->
|
|
</set>
|
|
|
|
<set name="singleinstance-test" description="Singleinstance unit tests" feature="AF Singleinstance for Launcher daemon" requirement="1131430" >
|
|
|
|
<case name="Singleinstance" type="Functional" description="Unit tests for Singleinstance class" level="Component" timeout="20">
|
|
<step expected_result="0">su - user -c 'source /tmp/session_bus_address.user && DISPLAY=:0 /usr/share/applauncherd-tests/ut_singleinstance'</step>
|
|
</case>
|
|
|
|
<environments>
|
|
<scratchbox>true</scratchbox>
|
|
<hardware>true</hardware>
|
|
</environments>
|
|
|
|
<!--get>
|
|
</get-->
|
|
</set>
|
|
|
|
<set name="boosterpluginregistry-test" description="BoosterPluginRegistry unit tests" feature="AF BoosterPluginRegistry for Launcher daemon" requirement="1131430" >
|
|
|
|
<case name="BoosterPluginRegistry" type="Functional" description="Unit tests for BoosterPluginRegistry class" level="Component" timeout="20">
|
|
<step expected_result="0">su - user -c 'source /tmp/session_bus_address.user && DISPLAY=:0 /usr/share/applauncherd-tests/ut_boosterpluginregistry'</step>
|
|
</case>
|
|
|
|
<environments>
|
|
<scratchbox>true</scratchbox>
|
|
<hardware>true</hardware>
|
|
</environments>
|
|
|
|
<!--get>
|
|
</get-->
|
|
</set>
|
|
|
|
<set name="logger-test" description="Logger unit tests" feature="AF Logger for Launcher daemon" requirement="1131430" >
|
|
|
|
<case name="Logger" type="Functional" description="Unit tests for Logger class" level="Component" timeout="20">
|
|
<step expected_result="0">su - user -c 'source /tmp/session_bus_address.user && DISPLAY=:0 /usr/share/applauncherd-tests/ut_logger'</step>
|
|
</case>
|
|
|
|
<environments>
|
|
<scratchbox>true</scratchbox>
|
|
<hardware>true</hardware>
|
|
</environments>
|
|
|
|
<!--get>
|
|
</get-->
|
|
</set>
|
|
|
|
|
|
</suite>
|
|
</testdefinition>
|
|
|
|
|