aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2018-05-14 17:11:58 -0700
committerronan [iot.bzh] <ronan.lemartret@iot.bzh>2018-06-01 09:37:13 +0200
commitffc566ba95c47bbc356b189c879de6e5a43bdb2c (patch)
tree8fe6ff448424f05db5c4c632a20b95b9850f4649
parent784517bca8bfa7edf88d1971dac4eb0c37cf4b77 (diff)
CIAT: Add initial training docs
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--content/tocs/devguides/fetched_files.yml8
-rw-r--r--content/tocs/devguides/toc_dev_en.yml13
2 files changed, 21 insertions, 0 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml
index eeda70c..b4a6182 100644
--- a/content/tocs/devguides/fetched_files.yml
+++ b/content/tocs/devguides/fetched_files.yml
@@ -176,3 +176,11 @@ repositories:
- source: part-2/4_xds-gdb/1_config.md
- source: part-2/4_xds-gdb/2_build.md
- source: part-2/4_xds-gdb/3_debug.md
+
+-
+ url_fetch: "GITHUB_FETCH"
+ git_name: baylibre/agl-docs-baylibre
+ git_commit: "master"
+ documents:
+ - source: CIAT/training/How_to_write_your_own_tests_for_AGL.pdf
+ - source: CIAT/training/Hands_on_lab_documentation.pdf
diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml
index c64968a..7abb1fa 100644
--- a/content/tocs/devguides/toc_dev_en.yml
+++ b/content/tocs/devguides/toc_dev_en.yml
@@ -226,3 +226,16 @@ children:
-
name: AppFW - Privileges Management
url: reference/iotbzh2016/appfw/03-AGL-AppFW-Privileges-Management.pdf
+
+-
+ name: "Continuous Integration - Automated Testing (CIAT)"
+ children:
+ -
+ name: Training
+ children:
+ -
+ name: "How to write tests (overview slides)"
+ url: reference/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf
+ -
+ name: "How to write tests (detailed)"
+ url: reference/CIAT/training/Hands_on_lab_documentation.pdf