seveas / python-hpilo

Accessing the HP iLO XML interface from python
https://seveas.github.io/python-hpilo
Other
320 stars 101 forks source link

Changed hpilo_fw.download() to accept 'all' as wildcards #233

Open pmabbott opened 4 years ago

pmabbott commented 4 years ago

The cli accepts all as a wildcard argument, for example: hpilo_cli download_rib_firmware all all (which will download every firmware version listed in firmware.conf).

This behaviour doesn't work in the current version of the api.

This PR adds that functionality.