Add test for multiple SPs with the same UUID
Add a new test SP which is used to test when multiple SPs have
the same FF-A UUID. This change carries the following modifications to
the spm-test deployments:
- introduce a new UUID which identifies the SP binary (like a file
name)
- ensure the binary UUID is used in output file names if set in the
opteesp deployments
- adds a new deployment to have two SPs with matching FF-A UUID
- refactor tests to check if SPMC allows discovering SPs with matching
FF-A UUID.
Change-Id: Icb82a67adf51cfdd2b20a21ecfe7ad2fa39c88a3
Signed-off-by: Jelle Sels <jelle.sels@arm.com>
Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
diff --git a/tools/b-test/test_data.yaml b/tools/b-test/test_data.yaml
index 5908388..fd08e1a 100644
--- a/tools/b-test/test_data.yaml
+++ b/tools/b-test/test_data.yaml
@@ -211,6 +211,10 @@
src: "$TS_ROOT/deployments/spm-test3/opteesp"
params:
- "-GUnix Makefiles"
+ - name: "spm-test4-opteesp"
+ src: "$TS_ROOT/deployments/spm-test4/opteesp"
+ params:
+ - "-GUnix Makefiles"
- name: "ts-demo-arm-linux"
src: "$TS_ROOT/deployments/ts-demo/arm-linux"
os_id : "GNU/Linux"