tests: osdict: add basic list_os unittest

This commit is contained in:
Cole Robinson 2019-06-09 10:40:26 -04:00
parent d9b41bf887
commit 0113455065

View File

@ -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)