summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit/test_hardware.py
Commit message (Expand)AuthorAgeFilesLines
* Collect NIC name given by BIOSAnnie Lezil2017-05-181-1/+105
* Prevent tests' unmocked access to utils.execute()Julian Edwards2017-05-151-4/+11
* Add missing 'autospec' argument to mock.patchJohn L. Villalovos2017-03-191-86/+92
* Remove support for older psutil versionsJay Faulkner2017-01-261-12/+23
* Support psutil 5.0.1Mario Villaplana2017-01-241-4/+4
* Add a new Hardware Manager for CNA network cardSzymon Borkowski2016-12-121-0/+59
* Add HCTL to BlockDevicesLucas Alvares Gomes2016-12-071-12/+47
* Dispatched out network interface info to all hardware managersMoshe Levi2016-11-171-5/+20
* Add support for root device hints with operatorsLucas Alvares Gomes2016-10-111-4/+1
* Add vendor, product to interface informationMoshe Levi2016-09-211-7/+39
* Using assertIsNone() is preferred over assertEqual()Luong Anh Tuan2016-08-291-2/+2
* Add erase_devices_metadata cleaning stepLucas Alvares Gomes2016-07-281-0/+79
* Merge "Handle diskless hardware connected to remote iscsi"Jenkins2016-07-211-0/+17
|\
| * Handle diskless hardware connected to remote iscsiYossi Ovadia2016-07-111-0/+17
* | Small refactor in the root device loop matching logicLucas Alvares Gomes2016-07-121-0/+12
* | Extend root device hints to support "rotational"Lucas Alvares Gomes2016-07-111-1/+6
* | Replace dict.get(key) with dict[key] in testsRuby Loo2016-06-231-3/+3
* | Merge "Replace assertRaisesRegexp with assertRaisesRegex"Jenkins2016-06-231-1/+1
|\ \
| * | Replace assertRaisesRegexp with assertRaisesRegexMoshe Levi2016-06-221-1/+1
* | | Support LLDP data as part of interfaces in inventorySam Betts2016-06-221-0/+69
| |/ |/|
* | Merge "Add configuration options for DISK_WAIT"Jenkins2016-06-221-3/+87
|\ \ | |/ |/|
| * Add configuration options for DISK_WAITYosef Hoffman2016-06-201-3/+87
* | Merge "Add boot information into the inventory"Jenkins2016-06-021-0/+30
|\ \ | |/ |/|
| * Add boot information into the inventoryDmitry Tantsur2016-05-261-0/+30
* | Merge "Returns CPU flags in the CPU inventory"Jenkins2016-06-011-2/+45
|\ \
| * | Returns CPU flags in the CPU inventoryDmitry Tantsur2016-06-011-2/+45
* | | Get root device hints from the node objectLucas Alvares Gomes2016-05-261-14/+24
| |/ |/|
* | Wait for at least one suitable disk to appear on start upDmitry Tantsur2016-05-241-1/+37
|/
* Revert "Add hardware manager interface for hardware initialization"Jay Faulkner2016-05-231-63/+1
* Add hardware manager interface for hardware initializationDmitry Tantsur2016-05-201-1/+63
* Allow shred zeroize option to be configuredMathieu Mitchell2016-04-181-6/+65
* Merge "Create helper function: create_hdparm_info()"Jenkins2016-04-121-111/+68
|\
| * Create helper function: create_hdparm_info()John L. Villalovos2016-04-081-111/+68
* | Merge "Provide fallback from ATA erase to shredding"Jenkins2016-04-081-11/+186
|\ \ | |/
| * Provide fallback from ATA erase to shreddingJulia Kreger2016-04-081-11/+186
* | Wait for the interfaces to get IP addresses before inspectionDmitry Tantsur2016-04-051-1/+27
|/
* Wait for udev to settle before listing the block devicesLucas Alvares Gomes2016-03-021-7/+18
* Reduced restriction of parsing for dmidecode outputtwm20162016-02-221-1/+4
* Update unit tests to use six.moves.builtins.openMoshe Levi2016-02-171-8/+3
* Merge "Add 'system_vendor' information to data"Jenkins2016-02-161-0/+35
|\
| * Add 'system_vendor' information to dataYuiko Takada2016-02-151-0/+35
* | Extend root device hints to support device nameLucas Alvares Gomes2016-02-021-8/+29
|/
* Fix params order in assertEqualKan2016-01-131-23/+23
* pyudev exception has changed for from_device_fileDmitry Tantsur2015-12-071-2/+14
* Follow up patch for da9c3b0adc67efa916fc534d975823c0a45948a1Lucas Alvares Gomes2015-11-181-0/+4
* Extend root device hints for different types of WWNLucas Alvares Gomes2015-11-161-2/+13
* Merge "Refactor list_all_block_devices & add block_type param"Jenkins2015-10-071-2/+47
|\
| * Refactor list_all_block_devices & add block_type paramJohn L. Villalovos2015-09-241-2/+47
* | Enforce all flake8 rules except E129John L. Villalovos2015-10-021-26/+31
|/
* Expose serial, wwn and vendor on the BlockDevice objectDmitry Tantsur2015-09-211-40/+115