This patch breaks the tests.
Please, run "sudo make check" before submitting patches.
======================================================================
ERROR: test_modern_bases (test_osinfo.OSInfoTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_osinfo.py", line 50, in test_modern_bases
entry = lookup(distro, version)
File "/home/vianac/LTC/kimchi/src/kimchi/osinfo.py", line 97, in lookup
params['cdrom'] = isolinks.get(distro, {}).get(version, '')
TypeError: unhashable type: 'dict'
----------------------------------------------------------------------
Am 27-02-2014 17:54, schrieb Paulo Vital:
Setup the network model to 'spapr-vlan' by default in those
old distro
vesions for new Power guests.
Also, setup the modern distro version for Power guests: RHEL7.0 and Fedora 19.
Signed-off-by: Paulo Vital <pvital(a)linux.vnet.ibm.com>