mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-10 01:18:03 +03:00
tests: osdict: add basic list_os unittest
This commit is contained in:
parent
d9b41bf887
commit
0113455065
@ -24,6 +24,9 @@ class TestOSDB(unittest.TestCase):
|
||||
"should never be extended, since it is only for back "
|
||||
"compat with pre-libosinfo osdict.py"))
|
||||
|
||||
def test_list_os(self):
|
||||
OSDB.list_os()
|
||||
|
||||
def test_recommended_resources(self):
|
||||
conn = utils.URIs.open_testdefault_cached()
|
||||
guest = Guest(conn)
|
||||
|
Loading…
Reference in New Issue
Block a user