~canonical-launchpad-branches/launchpad/+git/bzr-personal:apw/uefi-unit-tests

Last commit made on 2016-04-27
Get this branch:
git clone -b apw/uefi-unit-tests https://git.launchpad.net/~canonical-launchpad-branches/launchpad/+git/bzr-personal
Members of Canonical Launchpad Branches can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
apw/uefi-unit-tests
Repository:
lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Recent commits

6e71466... by Andy Whitcroft

uefi unit-tests clean up linkage FakeMethodExecuteCmd

Make FakeMethodExecuteCmd call back into a supplied handler allowing us
to use all of our data to validate the commands and to implement them
as required.

Signed-off-by: Andy Whitcroft <email address hidden>

4dbc341... by Andy Whitcroft

Apply a healthy dose of the lint roller.

Signed-off-by: Andy Whitcroft <email address hidden>

f4d73dd... by Andy Whitcroft

Fix up PPA name generation to use archiveroot correctly.

Signed-off-by: Andy Whitcroft <email address hidden>

3462872... by Andy Whitcroft

Add unit-tests for autokey functionality.

Signed-off-by: Andy Whitcroft <email address hidden>

05d5a0f... by Andy Whitcroft

Move to optionally creating UEFI keys on first use.

Signed-off-by: Andy Whitcroft <email address hidden>

a4ec598... by Andy Whitcroft

Switch unit-tests to execute_cmd

Now that sign() can be called even without configured keys we need
to validate at the point we attempt to execute actuall commands.

Signed-off-by: Andy Whitcroft <email address hidden>

421498c... by Andy Whitcroft

Move to validating UEFI keys on first use.

Signed-off-by: Andy Whitcroft <email address hidden>

59ad69f... by Launchpad PQM Bot

[r=wgrant][no-qa] Convert lp.services.timeout to use requests rather
 than urllib2.

acf6d24... by Colin Watson

Update copyright.

ed8e62d... by Colin Watson

Return a requests.Response from urlfetch rather than the content, to allow for callers that want e.g. response.json().