aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vnf_samples/nsut/agnostic
AgeCommit message (Collapse)AuthorFilesLines
2018-12-04Add HTTP IxLoad test cases for agnostic VNFSerhiy Pshyk5-0/+188
New files added to support HTTP tests with IxLoad and AgnosticVNF - http traffic profile that is used in all HTTP IxLoad test cases - test case file for each type of HTTP test - IxLoad config file (rxf) for each type of HTTP test JIRA: YARDSTICK-1549 Change-Id: I5afe0b6bae1483dcb12c5ec145a4d6d7acc65ac2 Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
2018-11-07Merge "Add 8 port topology file for agnostic vnf with ixia tg"Abhijit Sinha1-0/+114
2018-11-02Add 8 port topology file for agnostic vnf with ixia tgOleksandr Naumets1-0/+114
JIRA: YARDSTICK-1509 Change-Id: I516b8011d0debb99105596755f04e858b2ce87b3 Signed-off-by: Oleksandr Naumets <oleksandrx.naumets@intel.com>
2018-10-31Added http concurrency test suite for agnostic VNFChornyi, TarasX4-0/+173
Added http concurrency test suite and test template. In the test pemplate user can set number of users and page size JIRA: YARDSTICK-1438 Change-Id: I510c37309568c1ef9c4ab34d3b85614120dc79a8 Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
2018-10-05Add 4 port topology for agnostic vnf and Ixia tgSerhiy Pshyk1-0/+71
JIRA: YARDSTICK-1466 Change-Id: I2e4b7f54591489a90c44535a09207de8a46d0e24 Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
2018-09-21[NSB] Adds support for running "black box" test cases for VNFsChornyi, TarasX4-0/+188
Using AgnosticVNF is now possible to create a "black box" testcase for any VNF. Example rfc2544 test with TRex as trafficgen samples/vnf_samples/nsut/agnostic/tc_baremetal_rfc2544_ipv4_64B_trex.yaml and Ixia samples/vnf_samples/nsut/agnostic/tc_baremetal_rfc2544_latency_ipv4_64B_ixia.yaml NOTE: Yardstick will not interact with VNF. No KPIs from VNF will be collected JIRA: YARDSTICK-1438 Change-Id: I408b3dcb90f29c7b41fcf8f883b5abfc4e9c3dbc Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>