diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-05-10 11:21:46 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-05-10 10:24:51 +0000 |
commit | 24c3dd59d7a004bc6353e13d750b9ced098cf52d (patch) | |
tree | 6d84523de365d79a746131c6e87f35eff8b0f4bd | |
parent | f1013245823cea025a01d3a19bb593f524cbf2a4 (diff) |
Report: VPP_func update 2
Change-Id: I840f61211bd01e26862ae7af40522a82ce8cfb25
Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r-- | docs/report/vpp_functional_tests/test_environment.rst | 3 | ||||
-rw-r--r-- | resources/tools/presentation/conf.py | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/report/vpp_functional_tests/test_environment.rst b/docs/report/vpp_functional_tests/test_environment.rst index b33544ed8c..d8f2abff55 100644 --- a/docs/report/vpp_functional_tests/test_environment.rst +++ b/docs/report/vpp_functional_tests/test_environment.rst @@ -383,8 +383,7 @@ to SW Crypto device. **Common Configuration** -There is used the default startup configuration as defined in VPP project -`startup.conf <https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/1904&id=3d18a191aaf31ef8b1524ab80fed22a304adf75d>`_ +There is used the default startup configuration as defined in `VPP startup.conf`_ **SW Crypto Device Configuration** diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 6ce1b96245..02f847ae00 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -108,7 +108,7 @@ rst_epilog = """ .. _FD.io DPDK compile job: https://jenkins.fd.io/view/deb-dpdk/job/deb_dpdk-merge-{sdpdkrelease}-ubuntu1604/ .. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release} .. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes -.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease} +.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease}&id={vpp_release_commit_id} """.format(release='rls1904', report_week=report_week, prev_release='rls1901', @@ -121,7 +121,8 @@ rst_epilog = """ sdpdkrelease='1902', trex_version='v2.35', csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-03-27_2.4', - csit_centos_ver='csit-centos-7.6-1810_2019-04-15_2.4') + csit_centos_ver='csit-centos-7.6-1810_2019-04-15_2.4', + vpp_release_commit_id='3d18a191aaf31ef8b1524ab80fed22a304adf75d') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |