LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/badfish/__init__.py
src/badfish/config.py
src/badfish/emulator.py
src/badfish/main.py
src/badfish.egg-info/PKG-INFO
src/badfish.egg-info/SOURCES.txt
src/badfish.egg-info/dependency_links.txt
src/badfish.egg-info/entry_points.txt
src/badfish.egg-info/requires.txt
src/badfish.egg-info/top_level.txt
src/badfish.egg-info/zip-safe
src/badfish/emulator/templates/account.json
src/badfish/emulator/templates/account_service.json
src/badfish/emulator/templates/bios.json
src/badfish/emulator/templates/bios_registry.json
src/badfish/emulator/templates/bios_settings.json
src/badfish/emulator/templates/boot_sources.json
src/badfish/emulator/templates/chassis.json
src/badfish/emulator/templates/chassis_power.json
src/badfish/emulator/templates/dell_job_service.json
src/badfish/emulator/templates/dell_network_attributes.json
src/badfish/emulator/templates/dell_os_deployment_service.json
src/badfish/emulator/templates/ethernet_interface.json
src/badfish/emulator/templates/job.json
src/badfish/emulator/templates/manager.json
src/badfish/emulator/templates/managers.json
src/badfish/emulator/templates/memory.json
src/badfish/emulator/templates/network_adapter.json
src/badfish/emulator/templates/network_adapters.json
src/badfish/emulator/templates/network_attributes_registry.json
src/badfish/emulator/templates/network_device_function.json
src/badfish/emulator/templates/network_port.json
src/badfish/emulator/templates/processor.json
src/badfish/emulator/templates/service_root.json
src/badfish/emulator/templates/session.json
src/badfish/emulator/templates/session_service.json
src/badfish/emulator/templates/software_inventory.json
src/badfish/emulator/templates/system.json
src/badfish/emulator/templates/systems.json
src/badfish/emulator/templates/task.json
src/badfish/emulator/templates/task_service.json
src/badfish/emulator/templates/update_service.json
src/badfish/emulator/templates/virtual_media_cd.json
src/badfish/helpers/__init__.py
src/badfish/helpers/exceptions.py
src/badfish/helpers/http_client.py
src/badfish/helpers/logger.py
src/badfish/helpers/parser.py
src/badfish/helpers/progress.py
tests/test_async_loop.py
tests/test_badfish_idrac10.py
tests/test_base.py
tests/test_bios_attributes.py
tests/test_bios_password.py
tests/test_boot_to.py
tests/test_boot_to_mac.py
tests/test_boot_to_type.py
tests/test_change_boot.py
tests/test_check_boot.py
tests/test_context_manager.py
tests/test_custom_interfaces.py
tests/test_emulator.py
tests/test_execution.py
tests/test_firmware_inventory.py
tests/test_hosts_file.py
tests/test_http_client.py
tests/test_job_queue.py
tests/test_logger.py
tests/test_ls_gpu.py
tests/test_ls_interfaces.py
tests/test_ls_memory.py
tests/test_ls_processors.py
tests/test_ls_serial.py
tests/test_main_coverage.py
tests/test_next_boot_pxe.py
tests/test_nic_attributes.py
tests/test_poll_helpers.py
tests/test_power.py
tests/test_power_consumed_watts.py
tests/test_progress.py
tests/test_reboot_only.py
tests/test_reset_bios.py
tests/test_reset_bmc.py
tests/test_reset_idrac.py
tests/test_scp.py
tests/test_screenshot.py
tests/test_sriov_mode.py
tests/test_vendor_detection.py
tests/test_virtual_media.py