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

napalm-automation / napalm / 2956
81%

Build:
DEFAULT BRANCH: develop
Ran 06 May 2020 11:04AM UTC
Jobs 2
Files 0
Run time 4s
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
2956

push

travis-ci

web-flow
SRX cluster devices stack RPC replies under multi-routing-engine-results (#1196)

The usual replies look like:

```
mircea@switch> show chassis environment | display xml
<rpc-reply xmlns:junos="http://xml.juniper.net/junos/15.1X49/junos">
    <environment-information xmlns="http://xml.juniper.net/junos/15.1X49/junos-chassis">
    ...
    </environment-information>
</rpc-reply>
```

On SRX multi-node devices, the reply is encapsulated under the
``<multi-routing-engine-results><multi-routing-engine-item>`` tags,
e.g.,

```
mircea@srx> show chassis environment | display xml
<rpc-reply xmlns:junos="http://xml.juniper.net/junos/15.1X49/junos">
    <multi-routing-engine-results>
        <multi-routing-engine-item>
            <re-name>node0</re-name>
            <environment-information xmlns="http://xml.juniper.net/junos/15.1X49/junos-chassis">
            ...
            </environment-information>
        </multi-routing-engine-item>
    </multi-routing-engine-results>
</rpc-reply>
```

The same goes for other RPC calls such as
``get-route-engine-information`` or
``get-temperature-threshold-information``.

Fixes #1183. Partially, at least, as the ``get_environment`` structure
doesn't currently permit a multi-node structure, so on SRX clusters it
will only return the details for the primary node.

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2956.1 (TOXENV=black) 06 May 2020 11:04AM UTC 0
0.0
Travis Job 2956.1
2 2956.2 (TOXENV=pylama) 06 May 2020 11:05AM UTC 0
0.0
Travis Job 2956.2
Source Files on build 2956
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2956
  • 3047b196 on github
  • Prev Build on develop (#2945)
  • Next Build on develop (#2965)
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

© 2026 Coveralls, Inc