diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-05-26 11:34:39 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-05-26 11:37:38 +0000 |
commit | 91d6a9484534c8f41a06d3725057411c4f3de1cf (patch) | |
tree | 6138328db6fb0bdb6d94bd33d814b4b85407ed6a | |
parent | 1372178e0e674143bfec14b17050d5e92e4fcf1a (diff) |
misc: Initial 21.10-rc0 commitv21.10-rc0
- Add 21.10 Release Notes placeholder
- Add test framework link
Type:docs
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I30770a0968bb7215f2727afec4cdc4ef87e49a5e
-rw-r--r-- | RELEASE.md | 5 | ||||
-rw-r--r-- | doxygen/test_framework_doc.md | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md index 5f132e2cc32..e06113e70ca 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,6 @@ # Release Notes {#release_notes} +* @subpage release_notes_2110 * @subpage release_notes_2106 * @subpage release_notes_2101 * @subpage release_notes_2009 @@ -32,6 +33,10 @@ * @subpage release_notes_1609 * @subpage release_notes_1606 +@page release_notes_2110 Release notes for VPP 21.10 + +TBD + @page release_notes_2106 Release notes for VPP 21.06 TBD diff --git a/doxygen/test_framework_doc.md b/doxygen/test_framework_doc.md index 8d9bbf8dbd4..abb9ae716da 100644 --- a/doxygen/test_framework_doc.md +++ b/doxygen/test_framework_doc.md @@ -4,6 +4,7 @@ Test Framework Documentation {#test_framework_doc} PyDoc generated documentation for the "make test" framework is available for the following releases: +- [Test framework documentation for VPP 21.10](https://docs.fd.io/vpp/21.10/vpp_make_test/html) - [Test framework documentation for VPP 21.06](https://docs.fd.io/vpp/21.06/vpp_make_test/html) - [Test framework documentation for VPP 21.01](https://docs.fd.io/vpp/21.01/vpp_make_test/html) - [Test framework documentation for VPP 20.09](https://docs.fd.io/vpp/20.09/vpp_make_test/html) |