diff options
author | Chris Luke <chrisy@flirble.org> | 2018-04-30 09:59:43 -0400 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2018-04-30 14:03:15 +0000 |
commit | 404d85acf829fb03be76cc0dc007a9c03ebe09dc (patch) | |
tree | a522650825d12e070c77c5b27eaf8e8923b7b7e7 | |
parent | 336a00f7911c26da12dbeb9eefe0d38077938269 (diff) |
Add reference to 18.04 test framework documentation
Change-Id: I0f24e0f0fde0568161edf52f40c5b83877ed7130
Signed-off-by: Chris Luke <chrisy@flirble.org>
-rw-r--r-- | doxygen/test_framework_doc.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doxygen/test_framework_doc.md b/doxygen/test_framework_doc.md index 256e7ab2e32..cedd6d31ced 100644 --- a/doxygen/test_framework_doc.md +++ b/doxygen/test_framework_doc.md @@ -1,8 +1,10 @@ Test Framework Documentation {#test_framework_doc} ============================ -PyDoc generated documentation for the "make test" framework is available for the following releases +PyDoc generated documentation for the "make test" framework is available for +the following releases: +- [Test framework documentation for VPP 18.04](https://docs.fd.io/vpp/18.04/vpp_make_test/html) - [Test framework documentation for VPP 18.01](https://docs.fd.io/vpp/18.01/vpp_make_test/html) - [Test framework documentation for VPP 17.10](https://docs.fd.io/vpp/17.10/vpp_make_test/html) - [Test framework documentation for VPP 17.04](https://docs.fd.io/vpp/17.04/vpp_make_test/html) |