badfish 1.1.0__tar.gz → 1.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. {badfish-1.1.0 → badfish-1.1.1}/PKG-INFO +1 -1
  2. badfish-1.1.1/src/badfish/__init__.py +1 -0
  3. {badfish-1.1.0 → badfish-1.1.1}/src/badfish.egg-info/PKG-INFO +1 -1
  4. badfish-1.1.0/src/badfish/__init__.py +0 -1
  5. {badfish-1.1.0 → badfish-1.1.1}/LICENSE +0 -0
  6. {badfish-1.1.0 → badfish-1.1.1}/README.md +0 -0
  7. {badfish-1.1.0 → badfish-1.1.1}/pyproject.toml +0 -0
  8. {badfish-1.1.0 → badfish-1.1.1}/setup.cfg +0 -0
  9. {badfish-1.1.0 → badfish-1.1.1}/setup.py +0 -0
  10. {badfish-1.1.0 → badfish-1.1.1}/src/badfish/config.py +0 -0
  11. {badfish-1.1.0 → badfish-1.1.1}/src/badfish/helpers/__init__.py +0 -0
  12. {badfish-1.1.0 → badfish-1.1.1}/src/badfish/helpers/exceptions.py +0 -0
  13. {badfish-1.1.0 → badfish-1.1.1}/src/badfish/helpers/http_client.py +0 -0
  14. {badfish-1.1.0 → badfish-1.1.1}/src/badfish/helpers/logger.py +0 -0
  15. {badfish-1.1.0 → badfish-1.1.1}/src/badfish/helpers/parser.py +0 -0
  16. {badfish-1.1.0 → badfish-1.1.1}/src/badfish/main.py +0 -0
  17. {badfish-1.1.0 → badfish-1.1.1}/src/badfish.egg-info/SOURCES.txt +0 -0
  18. {badfish-1.1.0 → badfish-1.1.1}/src/badfish.egg-info/dependency_links.txt +0 -0
  19. {badfish-1.1.0 → badfish-1.1.1}/src/badfish.egg-info/entry_points.txt +0 -0
  20. {badfish-1.1.0 → badfish-1.1.1}/src/badfish.egg-info/requires.txt +0 -0
  21. {badfish-1.1.0 → badfish-1.1.1}/src/badfish.egg-info/top_level.txt +0 -0
  22. {badfish-1.1.0 → badfish-1.1.1}/src/badfish.egg-info/zip-safe +0 -0
  23. {badfish-1.1.0 → badfish-1.1.1}/tests/test_async_loop.py +0 -0
  24. {badfish-1.1.0 → badfish-1.1.1}/tests/test_base.py +0 -0
  25. {badfish-1.1.0 → badfish-1.1.1}/tests/test_bios_attributes.py +0 -0
  26. {badfish-1.1.0 → badfish-1.1.1}/tests/test_bios_password.py +0 -0
  27. {badfish-1.1.0 → badfish-1.1.1}/tests/test_boot_to.py +0 -0
  28. {badfish-1.1.0 → badfish-1.1.1}/tests/test_boot_to_mac.py +0 -0
  29. {badfish-1.1.0 → badfish-1.1.1}/tests/test_boot_to_type.py +0 -0
  30. {badfish-1.1.0 → badfish-1.1.1}/tests/test_change_boot.py +0 -0
  31. {badfish-1.1.0 → badfish-1.1.1}/tests/test_check_boot.py +0 -0
  32. {badfish-1.1.0 → badfish-1.1.1}/tests/test_context_manager.py +0 -0
  33. {badfish-1.1.0 → badfish-1.1.1}/tests/test_custom_interfaces.py +0 -0
  34. {badfish-1.1.0 → badfish-1.1.1}/tests/test_execution.py +0 -0
  35. {badfish-1.1.0 → badfish-1.1.1}/tests/test_firmware_inventory.py +0 -0
  36. {badfish-1.1.0 → badfish-1.1.1}/tests/test_hosts_file.py +0 -0
  37. {badfish-1.1.0 → badfish-1.1.1}/tests/test_http_client.py +0 -0
  38. {badfish-1.1.0 → badfish-1.1.1}/tests/test_job_queue.py +0 -0
  39. {badfish-1.1.0 → badfish-1.1.1}/tests/test_logger.py +0 -0
  40. {badfish-1.1.0 → badfish-1.1.1}/tests/test_ls_gpu.py +0 -0
  41. {badfish-1.1.0 → badfish-1.1.1}/tests/test_ls_interfaces.py +0 -0
  42. {badfish-1.1.0 → badfish-1.1.1}/tests/test_ls_memory.py +0 -0
  43. {badfish-1.1.0 → badfish-1.1.1}/tests/test_ls_processors.py +0 -0
  44. {badfish-1.1.0 → badfish-1.1.1}/tests/test_ls_serial.py +0 -0
  45. {badfish-1.1.0 → badfish-1.1.1}/tests/test_main_coverage.py +0 -0
  46. {badfish-1.1.0 → badfish-1.1.1}/tests/test_next_boot_pxe.py +0 -0
  47. {badfish-1.1.0 → badfish-1.1.1}/tests/test_nic_attributes.py +0 -0
  48. {badfish-1.1.0 → badfish-1.1.1}/tests/test_power.py +0 -0
  49. {badfish-1.1.0 → badfish-1.1.1}/tests/test_power_consumed_watts.py +0 -0
  50. {badfish-1.1.0 → badfish-1.1.1}/tests/test_reboot_only.py +0 -0
  51. {badfish-1.1.0 → badfish-1.1.1}/tests/test_reset_bios.py +0 -0
  52. {badfish-1.1.0 → badfish-1.1.1}/tests/test_reset_bmc.py +0 -0
  53. {badfish-1.1.0 → badfish-1.1.1}/tests/test_reset_idrac.py +0 -0
  54. {badfish-1.1.0 → badfish-1.1.1}/tests/test_scp.py +0 -0
  55. {badfish-1.1.0 → badfish-1.1.1}/tests/test_screenshot.py +0 -0
  56. {badfish-1.1.0 → badfish-1.1.1}/tests/test_sriov_mode.py +0 -0
  57. {badfish-1.1.0 → badfish-1.1.1}/tests/test_virtual_media.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: badfish
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Badfish is a Redfish-based API tool for managing bare-metal systems via the Redfish API
5
5
  Home-page: https://github.com/redhat-performance/badfish
6
6
  Author: Gonzalo Rafuls
@@ -0,0 +1 @@
1
+ __version__ = "1.1.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: badfish
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Badfish is a Redfish-based API tool for managing bare-metal systems via the Redfish API
5
5
  Home-page: https://github.com/redhat-performance/badfish
6
6
  Author: Gonzalo Rafuls
@@ -1 +0,0 @@
1
- __version__ = "1.1.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes