mkumatag / openbmc-automation

Test OpenBMC Distribution, moved to - https://github.com/openbmc/openbmc-test-automation
Apache License 2.0
5 stars 11 forks source link

Get and Set System Time #37

Closed rahulmah closed 8 years ago

rahulmah commented 8 years ago

Added test case to test following scenarios

  1. Get system time using ipmi
  2. Set valid system time
  3. Set invalid system time
  4. Set valid time on a system with epoch time.
rahulmah commented 8 years ago

Made changes as per review comment from Manjunath. Changes are there in above commit "Made changes to better handle IPMI standard command failure."

rahulmah commented 8 years ago

Made change to display error on failure of IPMI Standard command.

mkumatag commented 8 years ago

Looks good, merging the code changes.