diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-05-12 10:55:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-12 10:55:43 +0000 |
commit | 5d109d0f628b9b8d20c550dc27f6814fe064aabe (patch) | |
tree | 92d2b5da7ff5f3411a2258bfadd768e3ee11035f /core | |
parent | 0c83887dac13f44e4ee2aea128a04c27f9a0ef2e (diff) | |
parent | 3460fd9b5379b288b34c6e2c5984d2e9f67cc3bd (diff) |
Merge "testcase: execution time"
Diffstat (limited to 'core')
-rw-r--r-- | core/results/results_constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/results/results_constants.py b/core/results/results_constants.py index 1049e89b..b7ab7052 100644 --- a/core/results/results_constants.py +++ b/core/results/results_constants.py @@ -59,6 +59,8 @@ class ResultsConstants(object): SCAL_STREAM_TYPE = 'match_type' SCAL_PRE_INSTALLED_FLOWS = 'pre-installed_flows' + TEST_RUN_TIME = "test_execution_time" + @staticmethod def get_traffic_constants(): """Method returns all Constants used to store results. |