diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-11-14 09:28:14 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-01-09 09:26:44 +0100 |
commit | 164b36d2ef70d70bd2f6ff83b6a50b8b87ef2e13 (patch) | |
tree | f659bae86959a1a95ee3300ec7040c8ef8d15230 /resources/tools | |
parent | 468680a7d534c1f25ad45b5bddc67c601246a909 (diff) |
DMM: Remove
Change-Id: Ibbfbed79e473c804390802ae1ecd737b50c06aa3
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/doc_gen/src/index.rst | 1 | ||||
-rw-r--r-- | resources/tools/doc_gen/src/tests.dmm.func.rst | 3 | ||||
-rw-r--r-- | resources/tools/presentation/conf.py | 8 | ||||
-rw-r--r-- | resources/tools/presentation/conf_cpta/conf.py | 9 |
4 files changed, 7 insertions, 14 deletions
diff --git a/resources/tools/doc_gen/src/index.rst b/resources/tools/doc_gen/src/index.rst index fb12eb517b..fcc9f8882a 100644 --- a/resources/tools/doc_gen/src/index.rst +++ b/resources/tools/doc_gen/src/index.rst @@ -9,7 +9,6 @@ Contents overview resources.libraries.python resources.libraries.robot - tests.dmm.func tests.dpdk.perf tests.tldk.func tests.vpp.device diff --git a/resources/tools/doc_gen/src/tests.dmm.func.rst b/resources/tools/doc_gen/src/tests.dmm.func.rst deleted file mode 100644 index 34079c729b..0000000000 --- a/resources/tools/doc_gen/src/tests.dmm.func.rst +++ /dev/null @@ -1,3 +0,0 @@ -DMM Functional Tests -==================== - diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 66dc46952c..aa1fb797cd 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -48,7 +48,7 @@ master_doc = u'index' # General information about the project. report_week = u'38' project = u'FD.io CSIT-1908.{week}'.format(week=report_week) -copyright = u'2019, FD.io' +copyright = u'2020, FD.io' author = u'FD.io CSIT' # The version info for the project you're documenting, acts as replacement for @@ -83,7 +83,6 @@ rst_epilog = u""" .. _CSIT DPDK Performance Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.dpdk.perf.html .. _CSIT VPP Functional Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.vpp.func.html .. _CSIT VPP Performance Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.vpp.perf.html -.. _CSIT DMM Functional Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.dmm.func.html .. _CSIT VPP Device Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.vpp.device.html .. _VPP test framework documentation: https://docs.fd.io/vpp/{vpprelease}/vpp_make_test/html/ .. _FD.io CSIT Testbeds - Xeon Haswell: https://git.fd.io/csit/tree/docs/lab/testbeds_ucs_hsw_hw_bios_cfg.md?h={release} @@ -102,12 +101,9 @@ rst_epilog = u""" .. _FD.io test executor vpp functional jobs using Ubuntu: https://jenkins.fd.io/view/csit/job/csit-vpp-functional-{srelease}-ubuntu1604-virl .. _FD.io test executor vpp functional jobs using CentOs: https://jenkins.fd.io/view/csit/job/csit-vpp-functional-{srelease}-centos7-virl .. _FD.io test executor vpp device jobs using Ubuntu: https://jenkins.fd.io/view/csit/job/csit-vpp-device-{srelease}-ubuntu1804-1n-skx -.. _FD.io test executor Honeycomb functional jobs: https://jenkins.fd.io/view/csit/job/hc2vpp-csit-integration-{srelease}-ubuntu1604 -.. _FD.io test executor DMM functional jobs: https://jenkins.fd.io/view/csit/job/csit-dmm-functional-{srelease}-ubuntu1604-virl .. _FD.io VPP compile job: https://jenkins.fd.io/view/vpp/job/vpp-merge-{srelease}-ubuntu1604/ .. _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}&id={vpp_release_commit_id} """.format(release=u'rls1908', report_week=report_week, @@ -178,7 +174,7 @@ html_static_path = [u'_tmp/src/_static'] html_context = { u'css_files': [ -# overrides for wide tables in RTD theme + # overrides for wide tables in RTD theme u'_static/theme_overrides.css' ] } diff --git a/resources/tools/presentation/conf_cpta/conf.py b/resources/tools/presentation/conf_cpta/conf.py index c20a5e2996..97b39c2221 100644 --- a/resources/tools/presentation/conf_cpta/conf.py +++ b/resources/tools/presentation/conf_cpta/conf.py @@ -45,7 +45,7 @@ master_doc = u'index' # General information about the project. project = u'FD.io CSIT' -copyright = u'2018, FD.io' +copyright = u'2020, FD.io' author = u'FD.io CSIT' # The version info for the project you're documenting, acts as replacement for @@ -98,9 +98,10 @@ html_static_path = [u'../_tmp/src/_static'] html_context = { u'css_files': [ - u'_static/theme_overrides.css', # overrides for wide tables in RTD theme - ], - } + # overrides for wide tables in RTD theme + u'_static/theme_overrides.css', + ], +} # If false, no module index is generated. html_domain_indices = True |