From ffc566ba95c47bbc356b189c879de6e5a43bdb2c Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 14 May 2018 17:11:58 -0700 Subject: CIAT: Add initial training docs Signed-off-by: Kevin Hilman --- content/tocs/devguides/fetched_files.yml | 8 ++++++++ content/tocs/devguides/toc_dev_en.yml | 13 +++++++++++++ 2 files changed, 21 insertions(+) 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 -- cgit 1.2.3-korg