aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-31Add rate 'resolution' option for IXIA rfc2544 testSerhiy Pshyk4-20/+83
Rate resolution value is compared with the difference between the rates in two consecutive iterations. If the difference is smaller than the resolution, the test stops. JIRA: YYARDSTICK-1592 Change-Id: I3f203d33d1688734a59a8f62f31e3ad238bc63b0 Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
2019-01-31Merge "Fix exception handling ixload"Volodymyr Mytnyk3-28/+27
2019-01-31Merge "Refactor: add _get_timestamps()"Volodymyr Mytnyk2-11/+30
2019-01-31Merge "Add new scenario NSPerf-RFC2544"Volodymyr Mytnyk8-52/+473
2019-01-31Mock time.sleep in slow testsEmma Foley4-4/+14
time.sleep was called in a number of classes which wasn't mocked in the tests. This accounted for 2.5 minutes of UT execution time. The calls to time.sleep() have been mocked, and the test execution time has been reduced. JIRA: YARDSTICK-1595 Change-Id: I0a4f4962513cf8845471b074347601e33b35ef25 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2019-01-31Fix exception handling ixloadJohn O Loughlin3-28/+27
Ixload uses its own version of python By default it will fail to import yardstick.common exceptions. For this reason for this reason ixload exceptions should be kept in http_ixload.py JIRA: YARDSTICK-1587 Change-Id: I5673fb5b89bbcdf4d3c60c283231d44d770999ec Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2019-01-31Add new scenario NSPerf-RFC2544Serhiy Pshyk8-52/+473
List of changes: - Added new scenario NSPerf-RFC2544 that runs complete test per runner's iteration - NSPerf is still present for backward compatibility - Added ScenarioOutput class which allows scenario to report data (kpi,...) at any moment of time (not only once per run) - New output mechanism is used only by new NSPerf-RFC2544 scenario JIRA: YARDSTICK-1592 Change-Id: Ica8078f61d895f74df90e8eaad7a675b28bd19c6 Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
2019-01-30Add cli option framesize for routerJohn O Loughlin58-5583/+40
Remove any duplicated testcases Default framesize to 64B: 100 JIRA: YARDSTICK-1554 Change-Id: I793cead17bc98c2487ca010a6639850bea5d7991 Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2019-01-30Add cli option framesize for cgnaptJohn O Loughlin18-72/+72
Remove any duplicated testcases Default framesize to 64B: 100 JIRA: YARDSTICK-1554 Change-Id: I2fd7caba9565ba16b2d6494f71ad9b9d476e398b Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2019-01-30Add cli option framesize for acl vnfJohn O Loughlin20-80/+80
Remove any duplicated testcases Default framesize to 64B: 100 JIRA: YARDSTICK-1554 Change-Id: I61bbf2e7f0c4bd8c1b8e55769cae092e50140f6a Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2019-01-30Add cli option framesize for vfw vnfJohn O Loughlin38-609/+219
Remove any duplicated testcases Default framesize to 64B: 100 Remove _64B_ from name JIRA: YARDSTICK-1554 Change-Id: Ic759971d09102fdbd459d920c441bfd9e794e7e0 Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2019-01-30Refactor: add _get_timestamps()Emma Foley2-11/+30
JIRA: YARDSTICK-1593 Change-Id: I3ec352dd577c6030fa86a2817e264ba7c80773f1 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2019-01-30Merge "NSB sync: clean-up draft IPC implementation (part 1)"Volodymyr Mytnyk55-1220/+256
2019-01-30Merge "Concurrency testcases to be configured over cli"Volodymyr Mytnyk1-2/+2
2019-01-29Concurrency testcases to be configured over cliJohn O Loughlin1-3/+3
This patch will allow the request size to be passed through cli rather than having a seperate file for option. yardstick -d task start --task-args='{page_size: "1b"}' <path to config> JIRA: YARDSTICK-1554 Change-Id: I085d6d908533fb9a7a7566c7c669cb45cf1021e5 Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2019-01-29Update Intel CopyrightJohn O Loughlin9-9/+9
JIRA: YARDSTICK-1591 Change-Id: I5130602e767009d83f7b39801006d68bcc126ba6 Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2019-01-29NSB sync: clean-up draft IPC implementation (part 1)Mytnyk, Volodymyr55-1220/+256
The existing implementation of IPC is not finished and isn't used by any of the VNFs/TG implementation. It is used in the code but does nothing from functionality perspective. New syncronization mechanism is going to be implemented by using different approach than it was designed before. Thus, the current IPC mechanism is not going to be re-used. So, removing it. The IPC consumer/producer implementation is left as it may be required for other purposes. - Remove SampleVNF MQ consumer class - Remove IterationIPC MQ producer for VNF control messages - Remove MQ producer from SampleVNFTrafficGen class - Remove TrafficGeneratorProducer class - Remove IterationIPC runner - Remove unused task_id form VNF Generic initialization as it is not required for synchronization of VNFs/TGs anymore. - Fix UT JIRA: YARDSTICK-1592 Change-Id: I65fe51bcbd1bfeea0c43eb79ca6fb2aab5b65ae7 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2019-01-29Merge "Remove redundant comment"Emma Foley1-8/+0
2019-01-25Merge "Yardsitck Gambia Release 7.2.0 release notes."Rex Lee1-28/+14
2019-01-24Merge changes from topic 'report/html_table'Volodymyr Mytnyk6-153/+292
* changes: Additional rework of NSB report Only show metrics for selected nodes in data table Fix conversion to JS for HTML reports
2019-01-24Merge "Add functional tests for HTML report"Volodymyr Mytnyk2-0/+100
2019-01-24Yardsitck Gambia Release 7.2.0 release notes.rexlee87761-28/+14
release notes for Gambia 7.2.0 Change-Id: Ib7bd231ee61c73f593d99ab3b13a64c70e758e8a Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2019-01-24Merge "[dovetail] split the sla check results into process recovery and ↵Rex Lee16-44/+52
service recovery for HA tcs"
2019-01-22Merge "Concurrency testcases to be configured over cli"Volodymyr Mytnyk11-340/+1
2019-01-22Merge "[docs][userguide] Add content and comments to ch12"Volodymyr Mytnyk1-1/+40
2019-01-22[docs][userguide] Add content and comments to ch12Emma Foley1-1/+40
JIRA: YARDSTICK-1335 Change-Id: Ibab629b44a8daeebab95fe7eee056b6403cd98c1 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2019-01-22Concurrency testcases to be configured over cliJohn O Loughlin11-340/+1
Remove old Concurrency test cases These test cases are no longer working. page_object: uplink: ["/1b.html"] should be used to specify request size JIRA: YARDSTICK-1588 Change-Id: I446b3179ee090ca7a83fdaab57a96ac0f780dd93 Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2019-01-22[dovetail] split the sla check results into process recovery and servicerexlee877616-44/+52
recovery for HA tcs make sla check for process recovery optional: only check when sla is set. JIRA: YARDSTICK-1512 Change-Id: I717d39614a1af2ee9e62dec3b8a32d7d611f557e Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2019-01-21Merge "Adding scale up feature to prox ACL SRIOV OvS-DPDK."Volodymyr Mytnyk2-0/+212
2019-01-21Merge "Pass the path of ssh public key to scenario method"Emma Foley1-1/+3
2019-01-21Adding scale up feature to prox ACL SRIOV OvS-DPDK.Carey, Alan2-0/+212
Files to be added: tc_prox_sriov_acl-scale-up.yaml tc_prox_ovs-dpdk_acl-scale-up.yaml JIRA: YARDSTICK-1553 Change-Id: Ib3a05aff2e6b9c0b3bced5b2b775e849a4e33ebf Signed-off-by: Carey, Alan <alan.carey@intel.com>
2019-01-21Merge "Updating yaml file to match other standalone test cases"Volodymyr Mytnyk1-18/+18
2019-01-18Remove redundant commentEmma Foley1-8/+0
Change-Id: I6f301b0a3d77a692aa06d570eaa6ef3e820973d7 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2019-01-17Add NSB test descriptors for vIPSEC testcasetreyad5-0/+361
JIRA: YARDSTICK-1452 Change-Id: Id9731ab52da76efb553a89629ca4639ff3c09650 Signed-off-by: treyad <treyad@viosoft.com>
2019-01-17Merge "[docs][userguide] Update NSB intro in ch12"Volodymyr Mytnyk2-21/+28
2019-01-17Merge "[docs] Make heading levels consistent"Volodymyr Mytnyk12-118/+226
2019-01-16[docs][userguide] Update NSB intro in ch12Emma Foley2-21/+28
This change removes the duplicated NSB entry in ch13 of the userguide, and updates the intro in ch12. This gives a better overview of NSB, and removes the duplicated intro. JIRA: YARDSTICK-1335 Change-Id: Id40f998e4ae2c5256643b683c2e4d19ef472bbcf Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2019-01-16[docs] Make heading levels consistentEmma Foley12-118/+226
Update the symbols used to denote different headings to make them consistent across the userguide. JIRA: YARDSTICK-1335 Change-Id: Ib5ab1f14bbaa819cf882dc00d68bc27da3f1eadb Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2019-01-16Merge "Suppress log outputs in test_ixnet_api"Volodymyr Mytnyk1-0/+6
2019-01-15Merge "Adding scale up feature to prox MPLS Tagging OvS-DPDK & SRIOV"Volodymyr Mytnyk2-0/+192
2019-01-15Adding scale up feature to prox MPLS Tagging OvS-DPDK & SRIOVCarey, Alan2-0/+192
Files to be added: tc_prox_sriov_mpls-tagging-scale-up.yaml tc_prox_ovs-dpdk_mpls-tagging-scale-up.yaml JIRA: YARDSTICK-1552 Change-Id: Ic40e3990378036304318058ed16170ecb36599e4 Signed-off-by: Carey, Alan <alan.carey@intel.com>
2019-01-15Fix minor issues with IxNet L3 rfc2544Chornyi, TarasX3-5/+5
Changed default rate from 100pps to 100%. Set Ip mask to 32 JIRA: YARDSTICK-1566 Change-Id: I4c0245297b2d6b254c06155047c3499f6572e9c5 Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
2019-01-14Improve SSH to Open/Close interactive terminaltreyad2-0/+122
Support Open/Close interactive terminal on a SSH channel. Support Execute command on interactive terminal. JIRA: YARDSTICK-1482 Change-Id: I0d1588707c3fb3e5e65fb72115f27e713d4b4828 Signed-off-by: treyad <treyad@viosoft.com>
2019-01-11Replace script to install.yaml in nsb_setup.shStepan Andrushko4-20/+48
Replace 'nsb_setup.yml' with 'install.yaml' in 'nsb_setup.sh'. Ansible script 'install.yaml' supports installations on Ubuntu 16/18 of Yardstick, packages dependencies and VM images. Add possibility to provide and add to OpenStack non-NSB VM image. JIRA: YARDSTICK-1577 Change-Id: I0cf7cbb354a5f389da432b05cb6f0b470fb5d8f1 Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
2019-01-11Merge "[docs][userguide] Update formatting on userguide chapters 12-14"Volodymyr Mytnyk3-305/+273
2019-01-11Merge "Rework ↵Volodymyr Mytnyk1-51/+54
network_services/vnf_generic/vnf/test_sample_vnf.py:TestVnfSshHelper"
2019-01-11Merge "Update LABEL in docker file for Ubuntu 18"Volodymyr Mytnyk1-1/+1
2019-01-10Merge "Add IxNetwork L3 scenario implementation"Volodymyr Mytnyk8-9/+325
2019-01-10Merge "Remove duplicated Firewall baremetal testcases"Volodymyr Mytnyk9-479/+0
2019-01-09Merge "Remove duplicated Firewall Heat testcases"Volodymyr Mytnyk8-646/+0