Skip to content

For ltp_lite and rt_ltp tests, print date stamp with timezone, and make sure to print version

For ltp_lite and rt_ltp tests, print date stamp with timezone, and make sure to print version

For RHIVOS we have validators which check to verify test output. During a recent validator creation request we noticed neither of these test outputs have a time stamp anywhere in the log. We would like to use this timestamp to make the validator more accurate. In the validator We check the upstream git tag to see if it was the latest version available at the time the test was run. Currently we are checking it against the date reported by the test run's polarion info, which doesn't include a timezone. With a time stamp we are able to resolve any possible issues with time gaps caused by mismatched timezones between git tags and test runs. Additionally the rt_ltp test doesn't actually print the tag used anywhere, this has been fixed with this commit.

Merge request reports

Loading