Index: /trunk/ippdor/src/ipp/ChipManager.py
===================================================================
--- /trunk/ippdor/src/ipp/ChipManager.py	(revision 32884)
+++ /trunk/ippdor/src/ipp/ChipManager.py	(revision 32885)
@@ -259,5 +259,5 @@
         output.write('Log = %s/%s.%s.chip_A050.log\n' % (self.chip_directory,
                                                         self.label, self.exposure_name))
-        output.write('Requirements = %s"\n' % ChipConstants.REQUIREMENTS)
+        output.write('Requirements = %s\n' % ChipConstants.REQUIREMENTS)
         output.write('Notification = Error\n')
         output.write('\n')
Index: /trunk/ippdor/src/ipp/constants/Chip.py
===================================================================
--- /trunk/ippdor/src/ipp/constants/Chip.py	(revision 32884)
+++ /trunk/ippdor/src/ipp/constants/Chip.py	(revision 32885)
@@ -12,4 +12,5 @@
 """
 from ipp.exceptions.UninstantiableIppException import UninstantiableIppException
+from ipp.constants.Globals import Globals as GlobalConstants
 
 class Chip:
@@ -21,5 +22,6 @@
         raise UninstantiableIppException()
 
-    REQUIREMENTS = 'LoadAvg < 0.3'
+    # Change it according to new needs
+    REQUIREMENTS = GlobalConstants.REQUIREMENTS
 
     # This is the e-mail body which is sent when revert has failed. It
