Bug 1317575

Summary: Wrong message during make bkradd
Product: [Retired] Beaker Reporter: Tereza Cerna <tcerna>
Component: inventoryAssignee: beaker-dev-list
Status: CLOSED WONTFIX QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: developCC: mjia
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-10-21 14:13:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Tereza Cerna 2016-03-14 15:18:53 UTC
I need to reserve machine for long time. When I specified 72 hours in Makefile, command `make bkradd` stopped with message that only hours and minutes is valid. I filled hours, so why it stopped with error. There should be other message or it should allow more than 24 hours.

# cat Makefile | grep TestTime
	@echo "TestTime:        72h" >> $(METADATA)

# make bkradd
...
Exception: <Fault 1: "<class 'bkr.server.testinfo.ParserWarning'>:TestTime unit is not valid, should be m (minutes) or h (hours)">
/usr/share/rhts/lib/rhts-make.include:99: recipe for target 'bkradd' failed
make: *** [bkradd] Error 1