Description of problem: The default quiescent period is 5, which is a good choice for things like PDU ports. For virtual machines there is no need for any delay, it can be set to zero. But Beaker refuses. Version-Release number of selected component (if applicable): 23.2 How reproducible: easy Steps to Reproduce: 1. Go to system page, Power Settings tab 2. Change quiescent period to 0 3. Hit Save Changes Actual results: BAD REQUEST: Quiescent period for power control must be greater than or equal to zero Expected results: Should save quiescent period as 0. Additional info: Wrong validation condition, change > to >=.
http://gerrit.beaker-project.org/5337
Verified this issue. The quiescent period 0 can be saved. The result is PASS. Version: beaker-server-24.0.git.143.42e2fdb Steps: Same with steps in comment#0
Beaker 23.3 has been released.