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

xapi-project / xen-api / 11377490211 / 1
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2024 03:00AM UTC
Files 37
Run time 10s
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

16 Oct 2024 02:26PM UTC coverage: 78.273%. Remained the same
11377490211.1

push

github

web-flow
Update wire-protocol.md to have working Python3 code examples (#6058)

The document was updated in f785993f2 to
use Python 3, however the examples were left unchanged.

In Python 3, `xmlrpclib` does not exist, it has been replaced by the
`xmlrpc` module (specifically in this case `xmlrpclib.Server` has been
replaced by `xmlrpc.client.ServerProxy`).

Additionally, the `python-jsonrpc` package has not been ported to Python
3, and as such is unavailable. There is no direct replacement, however a
combination of the `jsonrpcclient` package and the `requests` packages
provide a reasonable solution.

This commit updates the examples appropriately so they function in
Python 3.

3462 of 4423 relevant lines covered (78.27%)

0.78 hits per line

Source Files on job python3.11 - 11377490211.1
  • Tree
  • List 37
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11377490211
  • 1683f8f9 on github
  • Prev Job for on master (#11362838407.1)
  • Next Job for on master (#11385878644.1)
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