Changeset 32885
- Timestamp:
- Dec 7, 2011, 3:06:19 PM (15 years ago)
- Location:
- trunk/ippdor/src/ipp
- Files:
-
- 2 edited
-
ChipManager.py (modified) (1 diff)
-
constants/Chip.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdor/src/ipp/ChipManager.py
r32879 r32885 259 259 output.write('Log = %s/%s.%s.chip_A050.log\n' % (self.chip_directory, 260 260 self.label, self.exposure_name)) 261 output.write('Requirements = %s "\n' % ChipConstants.REQUIREMENTS)261 output.write('Requirements = %s\n' % ChipConstants.REQUIREMENTS) 262 262 output.write('Notification = Error\n') 263 263 output.write('\n') -
trunk/ippdor/src/ipp/constants/Chip.py
r32880 r32885 12 12 """ 13 13 from ipp.exceptions.UninstantiableIppException import UninstantiableIppException 14 from ipp.constants.Globals import Globals as GlobalConstants 14 15 15 16 class Chip: … … 21 22 raise UninstantiableIppException() 22 23 23 REQUIREMENTS = 'LoadAvg < 0.3' 24 # Change it according to new needs 25 REQUIREMENTS = GlobalConstants.REQUIREMENTS 24 26 25 27 # This is the e-mail body which is sent when revert has failed. It
Note:
See TracChangeset
for help on using the changeset viewer.
