• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

napalm-automation / napalm / 2475
0%
develop: 81%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/tox-3.21.4
DEFAULT BRANCH: develop
Ran 10 Oct 2019 10:32AM UTC
Jobs 6
Files 140
Run time 9min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2475

push

travis-ci

web-flow
Preparing release 2.5.0 (#1065)

* namespace fix for napalm cli (#950)

* Fix broken get_bgp_neighbors when 6PE configured on eos (#945)

* fix _RE_BGP_PREFIX and NEIGHBOR_FILTER for 6PE into eos

* add testcase for 6PE version

* Renamed testcase mocked file for regexp syntax change

* If parent_table None call exception (#939)

Hi, i have this situation when ipv6 is turned off:
$ napalm --user oxi --password gdfw23 --vendor nxos  10.143.36.8 call get_interfaces_ip
2019-03-07 15:08:10,226 - napalm - ERROR - method - Failed: 'NoneType' object has no attribute 'get'

================= Traceback =================

Traceback (most recent call last):
  File "/opt/py3.6/bin/napalm", line 10, in <module>
    sys.exit(main())
  File "/opt/py3.6/lib/python3.6/site-packages/napalm/base/clitools/cl_napalm.py", line 309, in main
    run_tests(args)
  File "/opt/py3.6/lib/python3.6/site-packages/napalm/base/clitools/cl_napalm.py", line 292, in run_tests
    call_getter(device, args.method, **method_kwargs)
  File "/opt/py3.6/lib/python3.6/site-packages/napalm/base/clitools/cl_napalm.py", line 31, in wrapper
    r = func(*args, **kwargs)
  File "/opt/py3.6/lib/python3.6/site-packages/napalm/base/clitools/cl_napalm.py", line 256, in call_getter
    r = func(**kwargs)
  File "/opt/py3.6/lib/python3.6/site-packages/napalm/nxos/nxos.py", line 1091, in get_interfaces_ip
    ipv6_command, "TABLE_intf", "ROW_intf"
  File "/opt/py3.6/lib/python3.6/site-packages/napalm/nxos/nxos.py", line 721, in _get_command_table
    return self._get_reply_table(json_output, table_name, row_name)
  File "/opt/py3.6/lib/python3.6/site-packages/napalm/nxos/nxos.py", line 717, in _get_reply_table
    return self._get_table_rows(result, table_name, row_name)
  File "/opt/py3.6/lib/python3.6/site-packages/napalm/nxos/nxos.py", line 706, in _get_table_rows
    _table = parent_table.get(table_name)
AttributeError: 'NoneType' object has no attribute 'get'

... (continued)

673 of 673 new or added lines in 8 files covered. (100.0%)

21644 of 26724 relevant lines covered (80.99%)

2.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2475.1 10 Oct 2019 10:32AM UTC 0
80.9
Travis Job 2475.1
2 2475.2 10 Oct 2019 10:33AM UTC 0
81.01
Travis Job 2475.2
3 2475.3 10 Oct 2019 10:33AM UTC 0
81.01
Travis Job 2475.3
4 2475.4 (TOXENV=pylama) 10 Oct 2019 10:32AM UTC 0
Travis Job 2475.4
5 2475.5 (TOXENV=black) 10 Oct 2019 10:32AM UTC 0
Travis Job 2475.5
6 2475.6 (TOXENV=sphinx) 10 Oct 2019 10:35AM UTC 0
Travis Job 2475.6
Source Files on build 2475
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2475
  • a65fc25e on github
  • Prev Build on master (#2451)
  • Next Build on master (#2967)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc