mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
arm/oeqa: enable OP-TEE SPMC tests
Run the ffa_spmc test group of xtest if the optee-spmc-test machine feature is enabled. Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -62,6 +62,12 @@ class TrustedServicesTest(OERuntimeTestCase):
|
||||
test_grp_list+=" DiscoveryServiceTests"
|
||||
self.run_test_tool('ts-service-test -lg', expected_output=test_grp_list)
|
||||
|
||||
@OEHasPackage(['optee-test'])
|
||||
@skipIfNotInDataVar('MACHINE_FEATURES', 'optee-spmc-test', 'SPMC Test SPs are not included')
|
||||
@OETestDepends(['ssh.SSHTest.test_ssh'])
|
||||
def test_07_spmc_test(self):
|
||||
self.run_test_tool('xtest -t ffa_spmc')
|
||||
|
||||
@OEHasPackage(['ts-service-test'])
|
||||
@skipIfNotInDataVar('MACHINE_FEATURES', 'ts-fwu', 'FWU SP is not included')
|
||||
@OETestDepends(['ssh.SSHTest.test_ssh'])
|
||||
|
||||
Reference in New Issue
Block a user