aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ-Alves <joao.alves@arm.com>2022-12-07 10:38:11 +0000
committerJ-Alves <joao.alves@arm.com>2022-12-08 16:39:28 +0000
commit7b18a600094a0786afd9decd478d7c131703f036 (patch)
tree469b23f8514bb03fb366b6c1a50ca5daba3b6364
parent7105bab0050ba6255d6dac0c5b09dd658a1d2155 (diff)
downloadhafnium-7b18a600094a0786afd9decd478d7c131703f036.tar.gz
ci(indirect messaging): skip redundant test
Similarly to previous patch, skip redundant tests. This time from indirect messaging test suite. The test in question doesn't involve a world switch, thus skipping it in the setup that has SPMC deployed is useful to save some cycles in the CI. Change-Id: I6327a89665d0a96c264c7f43716d36adafd85055 Signed-off-by: J-Alves <joao.alves@arm.com>
-rw-r--r--test/vmapi/primary_with_secondaries/indirect_messaging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vmapi/primary_with_secondaries/indirect_messaging.c b/test/vmapi/primary_with_secondaries/indirect_messaging.c
index 2d3d2f4af..a0f4b32e5 100644
--- a/test/vmapi/primary_with_secondaries/indirect_messaging.c
+++ b/test/vmapi/primary_with_secondaries/indirect_messaging.c
@@ -69,7 +69,7 @@ TEST(indirect_messaging, echo)
}
/** Sender haven't mapped TX buffer. */
-TEST(indirect_messaging, unmapped_tx)
+TEST_PRECONDITION(indirect_messaging, unmapped_tx, hypervisor_only)
{
struct ffa_value ret;
struct mailbox_buffers mb;