diff options
author | Chris Luke <chrisy@flirble.org> | 2018-04-30 09:59:43 -0400 |
---|---|---|
committer | Chris Luke <chrisy@flirble.org> | 2018-04-30 10:00:20 -0400 |
commit | c9b6ec7f59573d07a2c0d5b55783bba540a817d0 (patch) | |
tree | a771feb856e9b413b4ce93c49aa0bf63c2359b49 | |
parent | fe80b9f0646e9456337ca79778c74c7bb3cb10de (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) |