mirror of https://github.com/cutefishos/appmotor
				
				
				
			Changes: New test package applauncherd-apps-tests added
RevBy: Olli Leppanenpull/1/head
							parent
							
								
									d63f375603
								
							
						
					
					
						commit
						6050a383b0
					
				@ -0,0 +1 @@
 | 
			
		||||
usr/share/applauncherd-apps-tests/tests.xml
 | 
			
		||||
@ -0,0 +1,8 @@
 | 
			
		||||
if ($ENV{MEEGO})
 | 
			
		||||
    # Do nothing
 | 
			
		||||
endif ($ENV{MEEGO})
 | 
			
		||||
 | 
			
		||||
if ($ENV{HARMATTAN})
 | 
			
		||||
    install(FILES tests.xml DESTINATION /usr/share/applauncherd-apps-tests)
 | 
			
		||||
endif ($ENV{HARMATTAN})
 | 
			
		||||
 | 
			
		||||
@ -0,0 +1,26 @@
 | 
			
		||||
<?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-apps-tests" domain="Application framework"> 
 | 
			
		||||
 | 
			
		||||
    <set name="TC_APPS" description="functional tests for apps dependent on applauncherd" feature="AF Basic Launcher daemon support" requirement="300168">   
 | 
			
		||||
      <pre_steps>
 | 
			
		||||
          <step>/usr/bin/waitloadavg.rb -l 1.0 -p 1.0 -t 120</step>
 | 
			
		||||
      </pre_steps>
 | 
			
		||||
 | 
			
		||||
      <case name="applauncherd__test_no_aegis_invoker_creds" type="Functional" description="Test that no extra credentials are passed to invoker" timeout="360" level="System" insignificant="true">
 | 
			
		||||
        <step expected_result="0">source /tmp/session_bus_address.user; DISPLAY=:0 `pyversions -d` /usr/share/applauncherd-testscripts/test-security.py test_no_aegis_invoker_creds </step>
 | 
			
		||||
      </case>
 | 
			
		||||
 | 
			
		||||
      <environments>
 | 
			
		||||
          <scratchbox>true</scratchbox>
 | 
			
		||||
          <hardware>true</hardware>    
 | 
			
		||||
      </environments>
 | 
			
		||||
    </set>
 | 
			
		||||
 | 
			
		||||
  </suite>
 | 
			
		||||
</testdefinition>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue