From 53fea983a90447865c429c2573bfb36cba179054 Mon Sep 17 00:00:00 2001
From: "gasperfele@fri1.uni-lj.si"
 <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>
Date: Wed, 1 Apr 2015 20:32:28 +0000
Subject: added hints to task results

git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@296 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
---
 kpov_judge/tasks/nat_vlc/task.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'kpov_judge/tasks/nat_vlc')

diff --git a/kpov_judge/tasks/nat_vlc/task.py b/kpov_judge/tasks/nat_vlc/task.py
index c393267..556535c 100644
--- a/kpov_judge/tasks/nat_vlc/task.py
+++ b/kpov_judge/tasks/nat_vlc/task.py
@@ -119,6 +119,7 @@ def gen_params(user_id, params_meta):
 def task_check(results, params):
     import re
     score = 0
+    hints = []
     if re.search(r'0% packet loss',results['IP_simple ping to NAT']):
 	score += 2
     if results['IP_NAT ip forward']=='1':
@@ -130,7 +131,7 @@ def task_check(results, params):
     gateway='0.0.0.0\t'+params['IP_NAT']
     if re.search(gateway,results['IP_simple routing table']):
 	score += 2		
-    return score
+    return score, hints
 
 def prepare_disks(templates, params):
 #    d = templates['simpleArbiterDhcp']
-- 
cgit v1.2.1