summaryrefslogtreecommitdiffstats
path: root/docs/requirements/vswitchperf_ltp.rst
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-09-07 14:51:46 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-07 14:51:46 +0000
commitc4ba1cd1c33938ab54b217599d7ed9d9259a6caa (patch)
tree0ee79ee46ecace6965aba42499d96a5f46b3aec5 /docs/requirements/vswitchperf_ltp.rst
parenta12a717991c17abbbd298dff4f19d25f92c4f971 (diff)
parent3a86248dff1834267900423891c9b2829803fd8a (diff)
Merge "docs: Fix links and formatting" into stable/coloradocolorado.1.0
Diffstat (limited to 'docs/requirements/vswitchperf_ltp.rst')
-rw-r--r--docs/requirements/vswitchperf_ltp.rst6
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