diff options
-rwxr-xr-x | ci/build-vsperf.sh | 4 | ||||
-rw-r--r-- | docs/testing/developer/results/index.rst | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh index 3ad67079..30069c47 100755 --- a/ci/build-vsperf.sh +++ b/ci/build-vsperf.sh @@ -80,10 +80,10 @@ fi # Test report related configuration TEST_REPORT_PARTIAL="*_test_report.rst" -TEST_REPORT_DIR="${WORKSPACE}/docs/results" +TEST_REPORT_DIR="${WORKSPACE}/docs/testing/developer/results" TEST_REPORT_INDEX="${TEST_REPORT_DIR}/index.rst" TEST_REPORT_LINK_OLD="https://wiki.opnfv.org/wiki/vsperf_results" -TEST_REPORT_FILE="${WORKSPACE}/docs_output/results/index.html" +TEST_REPORT_FILE="${WORKSPACE}/docs_output/testing/developer/results/index.html" TEST_REPORT_TARBALL="vswitchperf_logs_${DATE}.tar.gz" if [[ "x${BRANCH}" == "xmaster" ]]; then diff --git a/docs/testing/developer/results/index.rst b/docs/testing/developer/results/index.rst new file mode 100644 index 00000000..04899b5a --- /dev/null +++ b/docs/testing/developer/results/index.rst @@ -0,0 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Intel Corporation, AT&T and others. + +************** +VSPERF Results +************** + +.. toctree:: + :numbered: + :maxdepth: 3 + + scenario.rst + results.rst |