diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-09-20 14:59:07 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-09-23 12:47:06 +0000 |
commit | 192c55f2e7bcc3de31368dfa853f1d21534ce47c (patch) | |
tree | 8e3b1d38e8175031b248f944e1362af52e8d34a8 | |
parent | 87f478be8823e563b9c67972c6ff526fe4858cba (diff) |
misc: Initial 22.02-rc0 commitv22.02-rc0
- Add 22.02 Release Notes placeholder
- Add test framework link
Type:docs
Change-Id: I0128df2be71057add64a5843603a5539e8d340c7
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
-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 49046050e0c..33de3c5cc4b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,6 @@ # Release Notes {#release_notes} +* @subpage release_notes_2202 * @subpage release_notes_2110 * @subpage release_notes_2106 * @subpage release_notes_2101 @@ -33,6 +34,10 @@ * @subpage release_notes_1609 * @subpage release_notes_1606 +@page release_notes_2202 Release notes for VPP 22.02 + +TBD + @page release_notes_2110 Release notes for VPP 21.10 TBD diff --git a/doxygen/test_framework_doc.md b/doxygen/test_framework_doc.md index c6b669ed09b..c20ef619ade 100644 --- a/doxygen/test_framework_doc.md +++ b/doxygen/test_framework_doc.md @@ -4,5 +4,6 @@ Test Framework Documentation {#test_framework_doc} PyDoc generated documentation for the "make test" framework is available for the following actively supported releases: +- [Test framework documentation for VPP 22.02](https://docs.fd.io/vpp/22.02/vpp_make_test/html) - [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) |