testflinger-cli:master

Last commit made on 2021-01-11
Get this branch:
git clone -b master https://git.launchpad.net/testflinger-cli
Members of Canonical Hardware Certification can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:testflinger-cli

Recent commits

a2e99ae... by PMR <pmr@pmr-lander>

Merge #396078 from ~pwlars/testflinger-cli:fix-no-known-images

62f582c... by Paul Larson

Warn the user if there are no known images for reservation, and a small fix for a possible undefined var.

ee433cb... by PMR <pmr@pmr-lander>

Merge #394263 from ~pwlars/testflinger-cli:offer-cancel-job

a2ec818... by Paul Larson

Offer to cancel the job when detecting KeyboardInterrupt from poll

32b046b... by Paul Larson

Quick comment for the previous change to allow custom URLs

b85c727... by PMR <pmr@pmr-lander>

Merge #394213 from ~pwlars/testflinger-cli:support-flexible-urls

56aabbe... by Paul Larson

Allow specitying a url instead of an image name in 'testflinger reserve'

11f180e... by PMR <pmr@pmr-lander>

Merge #393165 from ~meribold/testflinger-cli:fix-incorrect-submission-dates

ff92133... by Lukas Waymann

Fix `testflinger-cli jobs` giving incorrect submission dates

Use "%d" instead of "%m". The latter is the month as a number whereas
the former is the day of the month as a number.

Before:

    $ testflinger-cli jobs
    Job ID Submission Time Queue
    -------------------------------------------------------------------------------
    7e6ed931-a3aa-4aa9-8d4c-fbe96e3e1a17 Mon Nov 11 16:45 cert-rpi4b4g-cs

Note that both "Nov" and "11" refer to the month here. After:

    $ testflinger-cli jobs
    Job ID Submission Time Queue
    -------------------------------------------------------------------------------
    7e6ed931-a3aa-4aa9-8d4c-fbe96e3e1a17 Mon Nov 02 16:45 cert-rpi4b4g-cs

https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes

3aaad2c... by PMR <pmr@pmr-lander>

Merge #390833 from ~pwlars/testflinger-cli:make-config-dirs