* [seabios baseline-only test] 38597: tolerable FAIL
@ 2016-01-07 1:08 Platform Team regression test user
0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2016-01-07 1:08 UTC (permalink / raw)
To: xen-devel, osstest-admin
This run is configured for baseline tests only.
flight 38597 seabios real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/38597/
Failures :-/ but no regressions.
Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-qemuu-nested-intel 13 xen-boot/l1 fail like 38591
test-amd64-amd64-xl-qemuu-winxpsp3 9 windows-install fail like 38591
Tests which did not succeed, but are not blocking:
test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2 fail never pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop fail never pass
test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail never pass
version targeted for testing:
seabios 71479612401b794e6cb5025f61e5352c51f35877
baseline version:
seabios 3b8c5378dfe24ca8dfeabbcc435c7eb9e2d8d769
Last test of basis 38591 2016-01-05 00:40:40 Z 2 days
Testing same since 38597 2016-01-06 17:24:58 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Kevin O'Connor <kevin@koconnor.net>
jobs:
build-amd64-xsm pass
build-i386-xsm pass
build-amd64 pass
build-i386 pass
build-amd64-libvirt pass
build-i386-libvirt pass
build-amd64-pvops pass
build-i386-pvops pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm pass
test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm pass
test-amd64-amd64-qemuu-nested-amd fail
test-amd64-i386-qemuu-rhel6hvm-amd pass
test-amd64-amd64-xl-qemuu-debianhvm-amd64 pass
test-amd64-i386-xl-qemuu-debianhvm-amd64 pass
test-amd64-amd64-xl-qemuu-ovmf-amd64 pass
test-amd64-i386-xl-qemuu-ovmf-amd64 pass
test-amd64-amd64-xl-qemuu-win7-amd64 fail
test-amd64-i386-xl-qemuu-win7-amd64 fail
test-amd64-amd64-qemuu-nested-intel fail
test-amd64-i386-qemuu-rhel6hvm-intel pass
test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 pass
test-amd64-amd64-xl-qemuu-winxpsp3 fail
test-amd64-i386-xl-qemuu-winxpsp3 pass
------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images
Logs, config files, etc. are available at
http://osstest.xs.citrite.net/~osstest/testlogs/logs
Test harness code can be found at
http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary
Push not applicable.
------------------------------------------------------------
commit 71479612401b794e6cb5025f61e5352c51f35877
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Tue Dec 29 14:32:19 2015 -0500
tpm: Eliminate response buffer parameter from build_and_send_cmd()
There are no longer any callers that use the response buffer.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit ca606360c2a2abe3d57b52cb73f43bcc3eb1226b
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Tue Dec 29 14:21:29 2015 -0500
tpm: Introduce tpm_get_capability() helper function
Introduce helper function to call the TPM_ORD_GetCapability command.
Update all get capability callers to use this helper.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 2706532c92ee1a6e0bbd7ec5fe738bf3136193cf
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Sat Nov 28 14:25:41 2015 -0500
tpm: Simplify tcpa probe
The TPM ACPI tables are only scanned once at startup and the code can
rely on that. Merge find_tcpa_table() into find_tcpa_by_rsdp(), merge
get_lasa_base_ptr() into reset_acpi_log(), and merge tpm_acpi_init()
into tpm_setup().
The tpm_state structure is now only used for TCPA tracking.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 5907613a28a9d8e3795f7e9a6fa181d10b9bb1cd
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Sat Nov 28 13:55:09 2015 -0500
tpm: Rework TPM interface shutdown support
The 16bit BIOS interface should only shutdown on request from that
interface - errors from the tcp or acpi log setup should not shutdown
the interface. (Errors from those functions will cause the TPM to be
in a "not working" state which will cause all the 16bit interface
functions to fail.)
Centralize the checking for the interface shutdown condition in
tpm_interrupt_handler32().
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 2df70287d726fc1ae4e7bb7e485632e5387cfed9
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Sat Nov 28 13:43:22 2015 -0500
tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c
Move the hardware interface functions (tpmhw_probe, tpmhw_is_present,
tpmhw_transmit, and tpmhw_set_timeouts) to tpm_drivers.c code, and
only export those functions. This simplifies the hardware interface.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit ba86edb93ad2b4b19d2f571f4fd078d54ffd4f07
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Thu Nov 19 18:03:35 2015 -0500
tpm: Add wrapper function tpmhw_set_timeouts()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit d559a23516a62940ef7878859a02ded783232a68
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Sat Nov 28 08:35:26 2015 -0500
tpm: Simplify hardware probe and detection checks
Perform the hardware probe once during setup instead of checking if
the probe has been completed on each measurement event.
Don't probe for hardware during BIOS interface detection. Just check
if the previous probe found the hardware.
Unify has_working_tpm() with similar tpm_is_working().
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit a059915b1b4487e6657a962e9cdb19098a796432
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Sat Nov 28 08:08:57 2015 -0500
tpm: Avoid macro expansion of tpm request / response structs
Avoid macros and use regular struct definitions for the request and
response headers. This simplifies the header and reduces the need for
casts in the code.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 26e361701f70049820b0122dcef5702d6d3e98bb
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Tue Dec 29 12:20:23 2015 -0500
tpm: Add banner separating the TCG bios interface code from TCG menu code
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-07 1:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-07 1:08 [seabios baseline-only test] 38597: tolerable FAIL Platform Team regression test user
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).