diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-01-27 08:11:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-27 08:11:16 +0000 |
commit | ba2f894bbcc1d303cf5895512ac7eff0524d9d69 (patch) | |
tree | 66b12507068cab2c7daa3c71c65e0eee727c3b6c /conf | |
parent | 56e12cde71d4103e1b657ad3199f2bb9e0a3c8ea (diff) | |
parent | 7840b1411369b925013711a421066a83310fe114 (diff) |
Merge "pkt_gen: STC - RFC 2889 Address Learning and Caching Support"
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/01_testcases.conf | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index bdaeb4da..b30afc8f 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -95,7 +95,27 @@ PERFORMANCE_TESTS = [ "Description": "LTD.Forwarding.RFC2889.MaxForwardingRate", "Parameters" : { "TRAFFIC" : { - "traffic_type" : "rfc2889", + "traffic_type" : "rfc2889_forwarding", + }, + }, + }, + { + "Name": "phy2phy_learning", + "Deployment": "p2p", + "Description": "LTD.AddrLearning.RFC2889.AddrLearningRate", + "Parameters" : { + "TRAFFIC" : { + "traffic_type" : "rfc2889_learning", + }, + }, + }, + { + "Name": "phy2phy_caching", + "Deployment": "p2p", + "Description": "LTD.AddrCaching.RFC2889.AddrCachingCapacity", + "Parameters" : { + "TRAFFIC" : { + "traffic_type" : "rfc2889_caching", }, }, }, |