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

swayf / proxmoxer / 91 / 1
79%
develop: 79%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: develop
Ran 07 Sep 2017 01:12AM UTC
Files 7
Run time 85min
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

07 Sep 2017 01:11AM UTC coverage: 78.378% (-4.0%) from 82.394%
91.1

Pull #35

travis-ci

web-flow
Add ability to use an auth token for login

If using the https backend, you can call ProxmoxAPI.get_tokens() to
receive a tuple of the auth token and csrf prevention token. These
tokens can then be passed to the ProxmoxAPI() constructor to make
a new API object based on the tokens rather than a user name.

>>> api = ProxmoxAPI('host', user='foo', password='password')
>>> auth_token, csrf_token = api.get_tokens()
>>> api2 = ProxmoxAPI(
        'host', user='', password='', auth_token=auth_token,
        csrf_token=csrf_token)
Pull Request #35: Add ability to use an auth token for login

21 of 42 branches covered (50.0%)

232 of 296 relevant lines covered (78.38%)

0.78 hits per line

Source Files on job 91.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 91
  • Travis Job 91.1
  • f8e29c28 on github
  • Prev Job for on master (#86.2)
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