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

boto / boto3 / 258
99%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 20 Mar 2015 08:40PM UTC
Jobs 5
Files 11
Run time 1min
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
258

push

travis-ci

danielgtaylor
Load reference data if a resource path is defined

This change allows references with a JMESPath query set on the reference
resource path attribute to be loaded with data at instantiation time if
that data is present in the parent (via `meta.data`). If the data has
not yet been loaded and the parent is loadable, then a `load` operation
is incurred.

Before:
```python
>>> ni = ec2.NetworkInterface('abc123')
>>> ni.association.public_ip
ResourceLoadException: ec2.NetworkInterfaceAssociation has no load method
```

After:
```python
>>> ni = ec2.NetworkInterface('abc123')
>>> ni.association.public_ip
'127.0.0.1'
```

Added a test to ensure this works as expected.

7 of 7 new or added lines in 1 file covered. (100.0%)

763 of 773 relevant lines covered (98.71%)

4.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 258.1 20 Mar 2015 08:40PM UTC 0
98.32
Travis Job 258.1
2 258.2 20 Mar 2015 08:40PM UTC 0
98.32
Travis Job 258.2
3 258.3 20 Mar 2015 08:41PM UTC 0
98.71
Travis Job 258.3
4 258.4 20 Mar 2015 08:41PM UTC 0
98.71
Travis Job 258.4
5 258.5 20 Mar 2015 08:41PM UTC 0
98.32
Travis Job 258.5
Source Files on build 258
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #258
  • 23919cb1 on github
  • Next Build on ref-load (#266)
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