Skip to content

Commit

Permalink
Merge pull request #185 from targuan/bugfix/184
Browse files Browse the repository at this point in the history
Bugfix/184
  • Loading branch information
ktbyers authored Oct 3, 2020
2 parents 61bd381 + b579c67 commit ad4a610
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
language: python

python:
- 2.7
- 3.6
- 3.7
- 3.8

env:
- ANSIBLE_VERSION=2.8
- ANSIBLE_VERSION=2.9
- ANSIBLE_VERSION=2.10

install:
- pip install -r requirements-dev.txt
- pip install "ansible>=$ANSIBLE_VERSION.0,<$ANSIBLE_VERSION.99"
- pip install -r requirements-dev.txt
- pip install -e .

script:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ develop
=======
- Provide diff in napalm_install_config in ``result.diff`` instead
of ``result.msg``.
- Drop support of Python 2.7
- Update tests to iuse Ansible 2.10.x.

1.1.0
=====
- Fix issue with -u <username> not working.
- FIX ISSUE WITH -U <USERNAME> NOT WORKING.
- Update tests to use newer Python and to use Ansible 2.8.x or 2.9.x.
- Improving documentation.
- Update module docstring.
Expand Down
2 changes: 1 addition & 1 deletion tests/napalm_get_facts/get_facts_not_implemented.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
rescue:
- fail:
msg: Whe shouldn't be here
when: ignore_notimplemented
when: ignore_notimplemented|bool
- assert:
that:
- ansible_failed_result.msg == "The filter route_to is not supported in napalm-mock [get_route_to()]"

0 comments on commit ad4a610

Please sign in to comment.