Home
last modified time | relevance | path

Searched refs:compare_config (Results 1 – 25 of 33) sorted by relevance

12

/dports/net-mgmt/py-napalm/napalm-3.3.1/napalm/base/test/
H A Dbase.py57 diff = self.device.compare_config()
76 diff = self.device.compare_config()
85 commit_diff = self.device.compare_config()
90 discard_diff = self.device.compare_config()
98 orig_diff = self.device.compare_config()
102 replace_config_diff = self.device.compare_config()
108 last_diff = self.device.compare_config()
123 diff = self.device.compare_config()
137 self.device.compare_config()
144 result = self.device.compare_config() == ""
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/docs/tutorials/
H A Dchanging_the_config.rst28 >>> print(device.compare_config())
60 >>> print(device.compare_config())
84 >>> print(device.compare_config())
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/base/
H A Dtest_mock_driver.py137 d.compare_config() == "a_diff"
146 d.compare_config() == "a_diff"
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_util01.py49 def compare_config(self, expected_cfg, actual_cfg): member in test_util01
62 if not self.compare_config(l1, l2):
H A Dtest_util13.py74 def compare_config(self, expected_cfg, actual_cfg): member in test_util13
114 if not self.compare_config(l1, l2):
/dports/net-mgmt/py-napalm/napalm-3.3.1/docs/tutorials/sample_scripts/
H A Dload_replace.py43 print(device.compare_config())
/dports/net-mgmt/py-pyIOSXR/pyIOSXR-0.53/
H A DREADME.md76 >>> device.compare_config()
103 >>> device.compare_config()
113 >>> device.compare_config()
/dports/net-mgmt/py-napalm/napalm-3.3.1/napalm/base/clitools/
H A Dcl_napalm_configure.py50 diff = device.compare_config()
H A Dcl_napalm.py222 diff = device.compare_config(*args, **kwargs)
/dports/net-mgmt/py-napalm/napalm-3.3.1/docs/support/
H A Deos.rst7 To be able to support the ``compare_config``, ``load_merge_candidate`` or ``load_replace_candidate`…
H A Diosxr_netconf.rst17 …oad_merge_candidate``, ``load_replace_candidate``, ``get_config``, ``compare_config``) support con…
H A Dios.rst123 this change will not show up in the output of `compare_config()`.
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/cloudengine/
H A Dce_lacp.py323 def compare_config(module, kwarg_exist, kwarg_end): function
449 updates_cmd = compare_config(self.module, existing, end_state)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dce_lacp.py323 def compare_config(module, kwarg_exist, kwarg_end): function
449 updates_cmd = compare_config(self.module, existing, end_state)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/fortios/
H A Dfortios_config.py152 change_string = f.compare_config()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_napalm_network.py118 ret = napalm_network.compare_config()
/dports/sysutils/py-salt/salt-3004.1/tests/support/
H A Dnapalm.py454 def compare_config(self, **kwargs): member in MockNapalmDevice
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/pyiosxr/
H A Dtest_iosxr.py546 compare_result = self.device.compare_config()
562 len(self.device.compare_config()), 0, msg="Unable to discard changes"
/dports/net-mgmt/py-pyIOSXR/pyIOSXR-0.53/test/
H A Dtest.py564 compare_result = self.device.compare_config()
586 len(self.device.compare_config()),
/dports/net-mgmt/py-napalm/napalm-3.3.1/napalm/base/
H A Dbase.py220 def compare_config(self): member in NetworkDriver
H A Dmock.py166 def compare_config(self, filename=None, config=None): member in MockDriver
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dnapalm_network.py204 _compare = compare_config(inherit_napalm_device=napalm_device)
2137 def compare_config( function
2195 try_compare = compare_config(inherit_napalm_device=napalm_device)
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/
H A D201_config.t238 sub compare_config
586 ok( compare_config( \%config, $cfg ) );
655 ok( compare_config( \%newcfg, $cfg ) );
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/fortios/
H A Dfortios.py291 change_string = self.forti_device.compare_config()
/dports/net-mgmt/py-pyIOSXR/pyIOSXR-0.53/pyIOSXR/
H A Diosxr.py547 def compare_config(self): member in IOSXR

12