aboutsummaryrefslogtreecommitdiffstats
path: root/ci/tier_handler.py
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-07-28 09:51:07 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-28 09:51:07 +0000
commitc40bdf5eca9230d61b7d7749d5bfbc09c8a01262 (patch)
tree54fb01f56c4d193bbfa5fc420e959967a0126638 /ci/tier_handler.py
parent932e23880ad613098ba518dc1fbf84e65db434a9 (diff)
parentf5687e356aafd9eb56a7f50e5e848f61bc712729 (diff)
Merge "Bugfix: dont stop execution when a test case is not blocking"
Diffstat (limited to 'ci/tier_handler.py')
-rw-r--r--ci/tier_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/tier_handler.py b/ci/tier_handler.py
index 27b9cbcf..e50fbe6f 100644
--- a/ci/tier_handler.py
+++ b/ci/tier_handler.py
@@ -131,7 +131,7 @@ class TestCase:
def get_criteria(self):
return self.criteria
- def get_blocking(self):
+ def is_blocking(self):
return self.blocking
def __str__(self):