Bug 187590

Summary: /usr/lib/python-2.3/site-packages/rha/script/rha130/sysinit.py
Product: [Retired] Red Hat Academy Reporter: Tomasz Chilinski <chilek>
Component: RHA130 CurriculumAssignee: Bowe Strickland <bowe>
Status: CLOSED EOL QA Contact: Bowe Strickland <bowe>
Severity: high Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 16:50:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomasz Chilinski 2006-04-01 12:12:17 UTC
Description of problem:
error in get_chkconfig_state() which makes problems with online exercises
from wb4
should be changed from p.find("on") != -1 to int(p.find("on") != -1).

Version-Release number of selected component (if applicable):

How reproducible:
Always

Steps to Reproduce:
Trivial. Just try to grade exercise or lab test.

Actual results:
impossible to get 100%

Expected results:
you know ;-)

Additional info: