diff options
author | JingLu5 <lvjing5@huawei.com> | 2017-03-31 02:36:37 +0000 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-03-31 06:48:46 +0000 |
commit | cf257aab0930b1f0ff916c5306070fc996bb77dd (patch) | |
tree | c0a210c5a01119e7c9cba88bb49a046bb46f7665 /docs | |
parent | 27c9ba84b3412b1fbb78f9d8b3ff3b9e83fbf137 (diff) |
Add yardstick release note and devguide
Change-Id: Ic41a21055b51e4feed89208e87d474527e008fd5
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit 8c4293d5e388aad44fc634886da7a730ddfd05a3)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/release-notes.rst | 2 | ||||
-rw-r--r-- | docs/testing/testing-dev.rst | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/release/release-notes.rst b/docs/release/release-notes.rst index 146cb9d28..3bba1367a 100644 --- a/docs/release/release-notes.rst +++ b/docs/release/release-notes.rst @@ -53,3 +53,5 @@ Project release notes: :ref:`SFC Release Notes <sfc-releasenotes>` :ref:`VSPERF Release Notes <vswitchperf-releasenotes>` + +:ref:`YARDSTICK Release Notes <yardstick-releasenotes>` diff --git a/docs/testing/testing-dev.rst b/docs/testing/testing-dev.rst index fce557665..9ad238a15 100644 --- a/docs/testing/testing-dev.rst +++ b/docs/testing/testing-dev.rst @@ -37,3 +37,11 @@ VSPERF :maxdepth: 1 ../submodules/vswitchperf/docs/testing/developer/index + + +YARDSTICK +--------- +.. toctree:: + :maxdepth: 1 + + ../submodules/yardstick/docs/testing/developer/devguide/index |