diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-08-30 15:48:20 +0200 |
---|---|---|
committer | ronan [iot.bzh] <ronan.lemartret@iot.bzh> | 2018-08-31 09:29:36 +0200 |
commit | 0cbe89e30a08094ded86b01cffaf3504557be070 (patch) | |
tree | 163694808b12f5900c13f66a65ecfd0def75c0ba | |
parent | 135fe36c95c9c195f1fbe8dbb607cfa3c0d3b26f (diff) |
xds-server part2: add test section
add test section from https://gerrit.automotivelinux.org/gerrit/src/xds/xds-docs
description of architecture and how to launch tests
Change-Id: I872d41304642f0dae9c5893625916ff1b1273cc6
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r-- | content/tocs/devguides/fetched_files.yml | 1 | ||||
-rw-r--r-- | content/tocs/devguides/toc_dev_en.yml | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml index 263899f..4b656c0 100644 --- a/content/tocs/devguides/fetched_files.yml +++ b/content/tocs/devguides/fetched_files.yml @@ -173,6 +173,7 @@ repositories: - source: part-2/1_xds-server/2_how-to-run.md - source: part-2/1_xds-server/3_build.md - source: part-2/1_xds-server/4_debug.md + - source: part-2/1_xds-server/5_test.md - source: part-2/2_xds-agent/0_abstract.md - source: part-2/2_xds-agent/1_config.md - source: part-2/2_xds-agent/2_start.md diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml index 15f558f..9e27011 100644 --- a/content/tocs/devguides/toc_dev_en.yml +++ b/content/tocs/devguides/toc_dev_en.yml @@ -190,6 +190,9 @@ children: - name: Debugging url: reference/xds/part-2/1_xds-server/4_debug.html + - + name: Test + url: reference/xds/part-2/1_xds-server/5_test.html - name: XDS-agent children: |