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

swayf / proxmoxer / 91
79%
develop: 79%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: develop
Ran 07 Sep 2017 01:12AM UTC
Jobs 2
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

pending completion
91

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

27 of 46 branches covered (58.7%)

15 of 15 new or added lines in 2 files covered. (100.0%)

240 of 296 relevant lines covered (81.08%)

1.59 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
100.0
proxmoxer/core.py
4
100.0
proxmoxer/backends/https.py
Jobs
ID Job ID Ran Files Coverage
1 91.1 07 Sep 2017 01:12AM UTC 0
78.38
Travis Job 91.1
2 91.2 07 Sep 2017 01:12AM UTC 0
80.74
Travis Job 91.2
Source Files on build 91
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #91
  • Pull Request #35
  • PR Base - master (#86)
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