Add junos unit test case (#24249)

* Add junos modules unit test case

* Fix CI issues
This commit is contained in:
Ganesh Nalawade 2017-05-03 22:36:23 +05:30 committed by GitHub
parent a0dfa8616a
commit 0e756a1cf9
9 changed files with 447 additions and 1 deletions

View file

@ -110,5 +110,5 @@ class TestJunosModule(unittest.TestCase):
self.assertEqual(result['changed'], changed, result)
return result
def load_fixtures(self, commands=None):
def load_fixtures(self, commands=None, format=None, changed=None):
pass