Merge pull request #42714 from cachedout/workaround_jnpr_test_bug

Set fact gathering style to 'old' for test_junos
This commit is contained in:
Mike Place 2017-08-03 08:39:39 -05:00 committed by GitHub
commit bb1dfd4a42

View file

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