tests: add testcase for repo layers
Signed-off-by: Henning Schild <henning.schild@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		
				
					committed by
					
						
						Jan Kiszka
					
				
			
			
				
	
			
			
			
						parent
						
							0672592768
						
					
				
				
					commit
					4cfbf43f07
				
			
							
								
								
									
										3
									
								
								tests/test_layers/oe-init-build-env
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										3
									
								
								tests/test_layers/oe-init-build-env
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
true
 | 
			
		||||
							
								
								
									
										22
									
								
								tests/test_layers/test.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								tests/test_layers/test.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
header:
 | 
			
		||||
  version: 8
 | 
			
		||||
 | 
			
		||||
repos:
 | 
			
		||||
  this:
 | 
			
		||||
 | 
			
		||||
  kas:
 | 
			
		||||
    url: https://github.com/siemens/kas.git
 | 
			
		||||
    refspec: master
 | 
			
		||||
 | 
			
		||||
  kas1:
 | 
			
		||||
    url: https://github.com/siemens/kas.git
 | 
			
		||||
    refspec: master
 | 
			
		||||
    layers:
 | 
			
		||||
      meta-foo:
 | 
			
		||||
      meta-bar:
 | 
			
		||||
 | 
			
		||||
  kas2:
 | 
			
		||||
    url: https://github.com/siemens/kas.git
 | 
			
		||||
    refspec: master
 | 
			
		||||
    layers:
 | 
			
		||||
      .: excluded
 | 
			
		||||
		Reference in New Issue
	
	Block a user