Bug 1317575 - Wrong message during make bkradd
Summary: Wrong message during make bkradd
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Beaker
Classification: Retired
Component: inventory
Version: develop
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified vote
Target Milestone: ---
Assignee: beaker-dev-list
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-14 15:18 UTC by Tereza Cerna
Modified: 2020-10-21 14:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-21 14:13:08 UTC


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.