From b797a8f2735e3e4c40687745bfd377178e950a1f Mon Sep 17 00:00:00 2001 From: "pk2359@student.uni-lj.si" Date: Mon, 15 Dec 2014 21:57:49 +0000 Subject: testiram git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@82 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414 --- kpov_judge/tasks/custom_rdate/task.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kpov_judge/tasks/custom_rdate/task.py b/kpov_judge/tasks/custom_rdate/task.py index ef78637..2986242 100644 --- a/kpov_judge/tasks/custom_rdate/task.py +++ b/kpov_judge/tasks/custom_rdate/task.py @@ -109,7 +109,7 @@ def gen_params(user_id, params_meta): def task_check(results, params): import re - score = -9 + score = 0 if results['NM_nslookup'].find('Server:\t\t{0}\r'.format(params['DNS_NM'])) > -1: score += 3 if results['static_nslookup'].find('Server:\t\t{0}\r'.format(params['DNS_static'])) > -1: @@ -118,7 +118,7 @@ def task_check(results, params): score += 2 if not re.search(r'eth0 +802-.*connected', results['static_nmcli']): score += 2 - score = 0 + #score = 0 return score def prepare_disks(templates, params): -- cgit v1.2.1