mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't set the domain grain to windowsdomain
This commit is contained in:
parent
65eb461071
commit
c874831ef4
2 changed files with 0 additions and 4 deletions
|
@ -1247,8 +1247,6 @@ def _windows_platform_data():
|
|||
elif 'OpenStack' in systeminfo.Model:
|
||||
grains['virtual'] = 'OpenStack'
|
||||
|
||||
grains['domain'] = grains['windowsdomain']
|
||||
|
||||
return grains
|
||||
|
||||
|
||||
|
|
|
@ -155,8 +155,6 @@ class CoreGrainsTestCase(TestCase, LoaderModuleMockMixin):
|
|||
for key in keys:
|
||||
self.assertIn(key, grains)
|
||||
|
||||
self.assertEqual(grains['domain'], grains['windowsdomain'])
|
||||
|
||||
@skipIf(not salt.utils.platform.is_linux(), 'System is not Linux')
|
||||
def test_gnu_slash_linux_in_os_name(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue