Merge pull request #1823 from mrud/mru/test_os_family

Add test to test if os_family grain is provided.
This commit is contained in:
Thomas S Hatch 2012-08-14 18:55:09 -07:00
commit d4ff968113

View File

@ -45,6 +45,7 @@ class TestModulesGrains(integration.ModuleCase):
'mem_total',
'num_cpus',
'os',
'os_family',
'path',
'ps',
'pythonpath',