tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup
PAuth makes run timeout on CI so add tests using 'max' without it and with impdef one. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20240318-sbsa-ref-firmware-update-v3-3-1c33b995a538@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
		
							parent
							
								
									21f123f3c2
								
							
						
					
					
						commit
						385ac766e8
					
				@ -140,18 +140,36 @@ class Aarch64SbsarefMachine(QemuSystemTest):
 | 
				
			|||||||
    def test_sbsaref_alpine_linux_cortex_a57(self):
 | 
					    def test_sbsaref_alpine_linux_cortex_a57(self):
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        :avocado: tags=cpu:cortex-a57
 | 
					        :avocado: tags=cpu:cortex-a57
 | 
				
			||||||
 | 
					        :avocado: tags=os:linux
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        self.boot_alpine_linux("cortex-a57")
 | 
					        self.boot_alpine_linux("cortex-a57")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def test_sbsaref_alpine_linux_neoverse_n1(self):
 | 
					    def test_sbsaref_alpine_linux_neoverse_n1(self):
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        :avocado: tags=cpu:neoverse-n1
 | 
					        :avocado: tags=cpu:neoverse-n1
 | 
				
			||||||
 | 
					        :avocado: tags=os:linux
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        self.boot_alpine_linux("neoverse-n1")
 | 
					        self.boot_alpine_linux("neoverse-n1")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    def test_sbsaref_alpine_linux_max_pauth_off(self):
 | 
				
			||||||
 | 
					        """
 | 
				
			||||||
 | 
					        :avocado: tags=cpu:max
 | 
				
			||||||
 | 
					        :avocado: tags=os:linux
 | 
				
			||||||
 | 
					        """
 | 
				
			||||||
 | 
					        self.boot_alpine_linux("max,pauth=off")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    def test_sbsaref_alpine_linux_max_pauth_impdef(self):
 | 
				
			||||||
 | 
					        """
 | 
				
			||||||
 | 
					        :avocado: tags=cpu:max
 | 
				
			||||||
 | 
					        :avocado: tags=os:linux
 | 
				
			||||||
 | 
					        """
 | 
				
			||||||
 | 
					        self.boot_alpine_linux("max,pauth-impdef=on")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @skipUnless(os.getenv('AVOCADO_TIMEOUT_EXPECTED'), 'Test might timeout')
 | 
				
			||||||
    def test_sbsaref_alpine_linux_max(self):
 | 
					    def test_sbsaref_alpine_linux_max(self):
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        :avocado: tags=cpu:max
 | 
					        :avocado: tags=cpu:max
 | 
				
			||||||
 | 
					        :avocado: tags=os:linux
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        self.boot_alpine_linux("max")
 | 
					        self.boot_alpine_linux("max")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user