mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 02:24:24 +00:00 
			
		
		
		
	test_autopkgtest: Split setup commands into a separate class
This lets other policies share this code for their integration tests
This commit is contained in:
		
							parent
							
								
									4e59e3fb6a
								
							
						
					
					
						commit
						1487096a15
					
				@ -34,7 +34,7 @@ ON_ALL_ARCHES = {'on-architectures': ['amd64', 'arm64', 'armhf', 'i386', 'powerp
 | 
			
		||||
                 'on-unimportant-architectures': []}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class T(TestBase):
 | 
			
		||||
class TestAutopkgtestBase(TestBase):
 | 
			
		||||
    '''AMQP/cloud interface'''
 | 
			
		||||
 | 
			
		||||
    ################################################################
 | 
			
		||||
@ -162,6 +162,8 @@ class T(TestBase):
 | 
			
		||||
 | 
			
		||||
        return (out, excuses_dict, excuses_html)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class AT(TestAutopkgtestBase):
 | 
			
		||||
    ################################################################
 | 
			
		||||
    # Tests for generic packages
 | 
			
		||||
    ################################################################
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user