diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-10-04 07:11:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-04 07:11:46 +0000 |
commit | e3c52e2eeacc1ec995b9492ce8315fb166886fdd (patch) | |
tree | c217122cc7dc6fcbb96399c9ad61f3b106010742 /core/results/results_constants.py | |
parent | fc8f6e0cc0d688eda3f36ff848cda7a33d6607e4 (diff) | |
parent | 1e1138cdc36ab308568e51314d967f7d13bdacc5 (diff) |
Merge "pkt_gen: Spirent Testcenter RFC 2889 Support"
Diffstat (limited to 'core/results/results_constants.py')
-rw-r--r-- | core/results/results_constants.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/results/results_constants.py b/core/results/results_constants.py index b7ab7052..864712bc 100644 --- a/core/results/results_constants.py +++ b/core/results/results_constants.py @@ -58,6 +58,11 @@ class ResultsConstants(object): SCAL_STREAM_COUNT = 'stream_count' SCAL_STREAM_TYPE = 'match_type' SCAL_PRE_INSTALLED_FLOWS = 'pre-installed_flows' + # RFC2889 Forwarding, Address-Caching and Congestion + FORWARDING_RATE_FPS = 'forwarding_rate_fps' + ADDRS_COUNT_FLOOD_COUNT_RATIO = 'addrs_count_flood_count_ratio' + CONGESTION_CONTROL_EXISTS = 'congestion_control_exists' + PORTS_MAP = 'ports_map' TEST_RUN_TIME = "test_execution_time" |