Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[thermalctld] Refactor to allow for greater unit test coverage; Add more unit tests #157

Merged
merged 43 commits into from
Mar 18, 2021
Merged

[thermalctld] Refactor to allow for greater unit test coverage; Add more unit tests #157

merged 43 commits into from
Mar 18, 2021

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    011b96b View commit details
    Browse the repository at this point in the history
  2. Increase pytest verbosity

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b814e16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    126263c View commit details
    Browse the repository at this point in the history
  4. Add mocked swsscommon lib

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2156279 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5198692 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7663fa0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    082f3c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53fea67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2df880 View commit details
    Browse the repository at this point in the history
  10. Update mock_platform.py

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    aca1580 View commit details
    Browse the repository at this point in the history
  11. Tests use new setters

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e25363c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02bc7ab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b118e0e View commit details
    Browse the repository at this point in the history
  14. Add tests for signal handler

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    13ddb52 View commit details
    Browse the repository at this point in the history
  15. import sys

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c72e31e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    04eb5ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f4a036a View commit details
    Browse the repository at this point in the history
  18. Replace 'takes' with 'took'

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ff163a7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ba8069e View commit details
    Browse the repository at this point in the history
  20. Go back to deinitializer methods

    There appears to be a circular dependency which prevents the
    ThermalControlDaemon object in main from being garbage collected when we
    add a custom destructor
    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    8b480d5 View commit details
    Browse the repository at this point in the history
  21. become -> became

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    487278f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    873827e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    79151bf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4d5f6ea View commit details
    Browse the repository at this point in the history
  25. Temp test

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    0321f2a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b9ae023 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2e8409f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    dd14af4 View commit details
    Browse the repository at this point in the history
  29. Add test case for try_get()

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c4de3fc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    720b8b8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5315205 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f019f50 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4f5db27 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    006cbc9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    637822b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    74447f7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    04f0838 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    41a3996 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    89a797f View commit details
    Browse the repository at this point in the history
  40. Check for more log messages

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1c2c631 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a5af749 View commit details
    Browse the repository at this point in the history
  42. Add test_update_sfp_thermals

    jleveque committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    8e28094 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3104fdf View commit details
    Browse the repository at this point in the history