Page History

Turn Off History

This is one of the ManualRegressionTests:

Confirm that the KeyboardIdle is correctly set. In particular, is the condor_kbdd working? Key cases to check:

To test on Linux:

while true; do sleep 10; condor_status -l -direct `hostname` | grep KeyboardIdle; done

To test on Windows

Ask someone who has a windows machine (TJ?).