diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-09-05 14:12:59 +0100 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2016-09-05 16:15:09 +0100 |
commit | 3e0e7cb1be0467d7f00240796f5143f2f6e1b097 (patch) | |
tree | a0afb82c9b463a080d38101b8062c1ecdc963b3c /docs/requirements/vswitchperf_ltp.rst | |
parent | 695f734862c884d09c24b54d8d2914b3816837f2 (diff) |
docs: Fix links and formatting
Documentation was updated as follows:
* section decorators were fixed in LTD
* links to testcase and deployment
descriptions were fixed
* duplicate labels removed from LTP<D
* fixed typos in formatting and text
* links to scalability and stress tests
fixed after their renaming
JIRA: VSPERF-349
Change-Id: I86c2b723231431388b69d3d696805de2a4e12435
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Bill Michalowski <bmichalo@redhat.com>
Diffstat (limited to 'docs/requirements/vswitchperf_ltp.rst')
-rw-r--r-- | docs/requirements/vswitchperf_ltp.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/requirements/vswitchperf_ltp.rst b/docs/requirements/vswitchperf_ltp.rst index c6692d9a..6b2ee9bc 100644 --- a/docs/requirements/vswitchperf_ltp.rst +++ b/docs/requirements/vswitchperf_ltp.rst @@ -1300,20 +1300,26 @@ vsperf CI vsperf CI jobs are broken down into: * Daily job: + * Runs everyday takes about 10 hours to complete. * TESTCASES_DAILY='phy2phy_tput back2back phy2phy_tput_mod_vlan phy2phy_scalability pvp_tput pvp_back2back pvvp_tput pvvp_back2back'. * TESTPARAM_DAILY='--test-params pkt_sizes=64,128,512,1024,1518'. + * Merge job: + * Runs whenever patches are merged to master. * Runs a basic Sanity test. + * Verify job: + * Runs every time a patch is pushed to gerrit. * Builds documentation. Scripts: -------- There are 2 scripts that are part of VSPERFs CI: + * build-vsperf.sh: Lives in the VSPERF repository in the ci/ directory and is used to run vsperf with the appropriate cli parameters. * vswitchperf.yml: YAML description of our jenkins job. lives in the RELENG |