ironic/ironic
Ilya Etingof 2a6b74b558 Fix `snmp` unit test
Under some condition, some code underneath `snmp` power driver
seems to call `sleep` for its own reason. That fails sleep
mock call assertion:

    AssertionError: Expected 'sleep' to be called once. Called 8 times.
    Calls: [call(0), call(0), call(0), ... call(0), call(5)].

This fix asserts just the sleep call we expect.

Change-Id: I2edec4cbea2d39910f1fb52b0373169c03a4ec0d
2019-11-07 12:29:06 +01:00
..
api Allow vendor_data to be included in a configdrive dict 2019-10-31 08:55:39 +13:00
cmd Remove old online migrations and new models 2019-09-27 13:23:03 +00:00
common Merge "Allow vendor_data to be included in a configdrive dict" 2019-11-04 00:24:08 +00:00
conductor Allow vendor_data to be included in a configdrive dict 2019-10-31 08:55:39 +13:00
conf DRAC: Drives conversion from JBOD to RAID 2019-10-16 12:29:56 -04:00
db Allow retrying PXE boot if it takes too long 2019-09-20 15:24:28 +02:00
dhcp Merge "Enable no IP address to be returned" 2019-08-12 10:57:43 +00:00
drivers Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
hacking Fix regex string in the hacking check 2019-06-06 14:42:58 +08:00
objects Truncate node text fields when too long 2019-04-19 10:27:00 +02:00
tests Fix `snmp` unit test 2019-11-07 12:29:06 +01:00
__init__.py Move eventlet monkey patch code 2017-03-02 13:48:18 +02:00
version.py Correct version.py and update current version string 2014-03-21 13:50:05 -07:00