diff options
Diffstat (limited to 'core/results')
-rw-r--r-- | core/results/results_constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/results/results_constants.py b/core/results/results_constants.py index 58086e32..8f139f14 100644 --- a/core/results/results_constants.py +++ b/core/results/results_constants.py @@ -21,6 +21,7 @@ class ResultsConstants(object): ID = 'id' PACKET_SIZE = 'packet_size' DEPLOYMENT = 'deployment' + TRAFFIC_TYPE = 'traffic_type' GUEST_LOOPBACK = 'guest_loopback_app' UNKNOWN_VALUE = "Unknown" @@ -52,6 +53,9 @@ class ResultsConstants(object): B2B_FRAMES = 'b2b_frames' B2B_FRAME_LOSS_FRAMES = 'b2b_frame_loss_frames' B2B_FRAME_LOSS_PERCENT = 'b2b_frame_loss_percent' + SCAL_STREAM_COUNT = 'stream_count' + SCAL_STREAM_TYPE = 'match_type' + SCAL_PRE_INSTALLED_FLOWS = 'pre-installed_flows' @staticmethod def get_traffic_constants(): |