seveas / python-hpilo

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

Send SNMP Test Trap bugfix #166

Closed hansdg1 closed 6 years ago

hansdg1 commented 6 years ago

This should fix #165

There appeared to be a typo in the send_snmp_test_trap function. It was SEND_SNMP_TEST_TAG but should have been SEND_SNMP_TEST_TEST.

This was causing the iLO to return this error syntax error near "SEND_SNMP_TEST_TAG".. You may have tried to use a feature this iLO version or firmware version does not support

seveas commented 6 years ago

Could you rebase this into one commit please? Thanks!

hansdg1 commented 6 years ago

Requested changes have been made

seveas commented 6 years ago

Thank you!