Add fwu test framework components
Adds test support components to support integration test of
fwu service components. The test framework is intended to
allow for testcase reuse when testing in different environments.
Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: Ib269ee30615774ac1ad3b9aa7cb473be33807e98
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index d9301e5..e91db89 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -121,6 +121,13 @@
"components/service/fwu/installer/factory/default/test"
"components/service/fwu/inspector/mock"
"components/service/fwu/inspector/direct"
+ "components/service/fwu/test/fwu_client/direct"
+ "components/service/fwu/test/fwu_dut"
+ "components/service/fwu/test/fwu_dut/sim"
+ "components/service/fwu/test/fwu_dut_factory/sim"
+ "components/service/fwu/test/metadata_checker"
+ "components/service/fwu/test/metadata_fetcher/volume"
+ "components/service/fwu/test/image_directory_checker"
"components/service/crypto/client/cpp"
"components/service/crypto/client/cpp/protocol/protobuf"
"components/service/crypto/client/cpp/protocol/packed-c"