summaryrefslogtreecommitdiffstats
path: root/ci/tier_handler.py
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-05-02 19:05:54 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2016-05-02 19:37:04 +0200
commitfa36ceb257c34874fa9169ee5757ec16c8207df6 (patch)
tree4d699b11b4c7eecc7772e04eb3e7f7e2c8dc62ad /ci/tier_handler.py
parent96a2b487563a5aeebe1a4d4bb31018408771d360 (diff)
Add command to execute the actual tests
JIRA: FUNCTEST-190 Run_tests was generating the tests cases to be executed, but not actually running them. This patch also includes a small enhancement to avoid too much output when showing which tiers to be tested. Change-Id: Id70cfe44a8263ce7f598386668a33c67a8961b42 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'ci/tier_handler.py')
-rw-r--r--ci/tier_handler.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/tier_handler.py b/ci/tier_handler.py
index 581821117..9b444b7ca 100644
--- a/ci/tier_handler.py
+++ b/ci/tier_handler.py
@@ -50,6 +50,9 @@ class Tier:
def get_name(self):
return self.name
+ def get_order(self):
+ return self.order
+
def __str__(self):
lines = []
line_max = 50