mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42714 from cachedout/workaround_jnpr_test_bug
Set fact gathering style to 'old' for test_junos
This commit is contained in:
commit
bb1dfd4a42
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class Test_Junos_Module(TestCase, LoaderModuleMockMixin, XMLEqualityMixin):
|
|||
host='1.1.1.1',
|
||||
user='test',
|
||||
password='test123',
|
||||
fact_style='old',
|
||||
gather_facts=False)
|
||||
self.dev.open()
|
||||
self.dev.timeout = 30
|
||||
|
|
Loading…
Add table
Reference in a new issue