Add junos_config unit test (#24005)

This commit is contained in:
Ganesh Nalawade 2017-04-27 20:37:15 +05:30 committed by GitHub
parent 1f7c2c63c2
commit 9c4daded94
9 changed files with 227 additions and 13 deletions

View file

@ -41,7 +41,7 @@ class TestJunosCommandModule(TestJunosModule):
def tearDown(self):
self.mock_send_request.stop()
def load_fixtures(self, commands=None, format='text'):
def load_fixtures(self, commands=None, format='text', changed=False):
def load_from_file(*args, **kwargs):
module, element = args