Docs: Update docs to reflect migration of test and app

Change-Id: I5c8aacdf417a5565641d69df1ab0dbe1525ec063
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/docs/design_documents/source_structure.rst b/docs/design_documents/source_structure.rst
index 826f6fc..957b7a3 100644
--- a/docs/design_documents/source_structure.rst
+++ b/docs/design_documents/source_structure.rst
@@ -45,7 +45,6 @@
 lib           The 3rd party library.               No.
 **platform**  Platform intermedia files.           See `'platform'`_.
 **secure_fw** The secure firmware.                 See `'secure_fw'`_.
-test          Tests.                               No.
 tools         Tools in scripts for building.       No.
 ============= ==================================== ====================
 
diff --git a/docs/design_documents/tfm_its_service.rst b/docs/design_documents/tfm_its_service.rst
index c2315ea..a9c71b7 100644
--- a/docs/design_documents/tfm_its_service.rst
+++ b/docs/design_documents/tfm_its_service.rst
@@ -62,6 +62,8 @@
 ==============
 The code structure of the service will be as follows:
 
+TF-M repo:
+
 ``interface/``
 
 - ``include/psa/internal_trusted_storage.h`` - PSA ITS API
@@ -81,6 +83,8 @@
 - ``flash_fs/`` - Filesystem
 - ``flash/`` - Flash interface
 
+tf-m-tests repo:
+
 ``test/suites/its/``
 
 - ``non_secure/psa_its_ns_interface_testsuite.c`` - Non-secure interface tests