Skip to content

Commit

Permalink
conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ndzdatm0ld committed Mar 15, 2023
2 parents 0544384 + 96964f3 commit 6b563c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
version: "3.8"
services:
test:
network_mode: "host"
container_name: "test"
hostname: "test"
network_mode: "host"
environment:
SKIP_INTEGRATION_TESTS: "${SKIP_INTEGRATION_TESTS:-True}"
NORNIR_LOG: "${NORNIR_LOG:-False}"
Expand Down
5 changes: 3 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test_data/schema_path/nokia-conf-aaa.yang
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<MagicMock name='connect_ssh().get_schema()' id='140396673009696'>
<MagicMock name='connect_ssh().get_schema()' id='140203578191600'>
3 changes: 3 additions & 0 deletions tests/unit/test_netconf_edit_config_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

from nornir_netconf.plugins.tasks import netconf_edit_config

# from nornir_utils.plugins.functions import print_result


DEVICE_NAME = "nokia_rtr"


Expand Down

0 comments on commit 6b563c8

Please sign in to comment.