[Xen-devel] [qemu-upstream-4.7-testing baseline-only test] 71083: tolerable trouble: blocked/broken/fail/pass

2017-03-25 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 71083 qemu-upstream-4.7-testing real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71083/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-arm64-arm64-libvirt-xsm 1 build-check(1)

[Xen-devel] [linux-linus test] 106919: regressions - FAIL

2017-03-25 Thread osstest service owner
flight 106919 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/106919/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-credit2 11 guest-start fail REGR. vs. 59254 build-amd64-xsm

[Xen-devel] [qemu-upstream-unstable baseline-only test] 71079: tolerable trouble: blocked/broken/fail/pass

2017-03-25 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 71079 qemu-upstream-unstable real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71079/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-armhf-pvops 3 host-install(3

[Xen-devel] [xen-4.6-testing baseline-only test] 71077: tolerable trouble: blocked/broken/fail/pass

2017-03-25 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 71077 xen-4.6-testing real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71077/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-armhf 3 host-install(3)

[Xen-devel] [xen-unstable test] 106912: tolerable FAIL - PUSHED

2017-03-25 Thread osstest service owner
flight 106912 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/106912/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-armhf-armhf-xl-credit2 11 guest-start fail in 106892 pass in 106912 test-amd64-i386-xl6

[Xen-devel] [PATCH 07/10] Introduce cirros-minios-stubdom-hvm test

2017-03-25 Thread Géza Gémes
This test verifies a cirros based hvm domain using a minios based stubdom as its device model Signed-off-by: Géza Gémes --- tests/cirros-minios-stubdom-hvm | 27 +++ tests/series| 1 + 2 files changed, 28 insertions(+) create mode 100644 tests/cirros

[Xen-devel] [PATCH 09/10] Introduce cirros-minios-stubdom-pvhvm test

2017-03-25 Thread Géza Gémes
This test is similar to cirros-minios-stubdom-hvm test, differing by explicitly exposing the xen netfront and blockfront drivers Signed-off-by: Géza Gémes --- tests/cirros-minios-stubdom-pvhvm | 28 tests/series | 1 + 2 files changed, 29 insert

[Xen-devel] [PATCH 06/10] Introduce cirros-qemu-hvm test

2017-03-25 Thread Géza Gémes
This test is the cirros equivalent of the busybox-hvm test Signed-off-by: Géza Gémes --- tests/cirros-qemu-hvm | 26 ++ tests/series | 1 + 2 files changed, 27 insertions(+) create mode 100644 tests/cirros-qemu-hvm diff --git a/tests/cirros-qemu-hvm b/tests/ci

[Xen-devel] [PATCH 03/10] Introduce cirros-separate-kernel-pv test

2017-03-25 Thread Géza Gémes
This test is the cirros equivalent of the busybox-pv test Signed-off-by: Géza Gémes --- tests/cirros-separate-kernel-pv | 28 tests/series| 1 + 2 files changed, 29 insertions(+) create mode 100644 tests/cirros-separate-kernel-pv diff --git a/t

[Xen-devel] [PATCH 10/10] Enable cirros tests in the default config

2017-03-25 Thread Géza Gémes
The existing cirros tests are enabled, with the following exceptions: cirros-minios-stubdom-hvm and cirros-minios-stubdom-pvhvm are skipped as raisin does not install the stubdom Signed-off-by: Géza Gémes Reviewed-by: Stefano Stabellini --- defconfig | 2 +- 1 file changed, 1 insertion(+), 1 de

[Xen-devel] [PATCH 08/10] Introduce cirros-qemu-pvhvm test

2017-03-25 Thread Géza Gémes
This test is similar to cirros-qemu-hvm test, differing by explicitly exposing the xen netfront and blockfront drivers Signed-off-by: Géza Gémes --- tests/cirros-qemu-pvhvm | 27 +++ tests/series| 1 + 2 files changed, 28 insertions(+) create mode 100644 tes

[Xen-devel] [PATCH 05/10] Introduce cirros-pvgrub2-pv test

2017-03-25 Thread Géza Gémes
This test verifies booting the cirros image using pvgrub2 Signed-off-by: Géza Gémes --- tests/cirros-pvgrub2-pv | 33 + tests/series| 1 + 2 files changed, 34 insertions(+) create mode 100644 tests/cirros-pvgrub2-pv diff --git a/tests/cirros-pvgrub2

[Xen-devel] [PATCH 04/10] Introduce cirros-pygrub-pv test

2017-03-25 Thread Géza Gémes
This test verifies booting the cirros image using pygrub Signed-off-by: Géza Gémes --- tests/cirros-pygrub-pv | 25 + tests/series | 1 + 2 files changed, 26 insertions(+) create mode 100644 tests/cirros-pygrub-pv diff --git a/tests/cirros-pygrub-pv b/tests/c

[Xen-devel] [PATCH 02/10] Introduce cirros tests

2017-03-25 Thread Géza Gémes
Add support for using cirros images in raisin tests Signed-off-by: Géza Gémes --- lib/common-functions.sh| 33 +++ lib/common-tests.sh| 109 + tests-configs/config-cirros_x86_32 | 13 + tests-configs/config-cirros_x86_

[Xen-devel] [PATCH 01/10] Fix installation of python libs

2017-03-25 Thread Géza Gémes
Change deb package build in order to move content of the site-packages folder to dist-packages in this way having the libs inluded in the default PYTHONPATH Signed-off-by: Géza Gémes --- scripts/mkdeb | 4 1 file changed, 4 insertions(+) diff --git a/scripts/mkdeb b/scripts/mkdeb index 379

[Xen-devel] [raisin][PATCH 00/10] pygrub fix + cirros tests

2017-03-25 Thread Géza Gémes
First patch moves python2.7/site-packages/* to python2.7/dist-packages/ at debian package build, this fixes pygrub imports. Cirros tests are also introduced by this series of patches. Changes since the previous patchsets: - Downloaded cirros components are kept in a separate folder - Each test s

Re: [Xen-devel] [PATCH 02/11] Introduce cirros tests

2017-03-25 Thread Gémes Géza
Hi Stefano, A few answers/comments inline: On Fri, 24 Mar 2017, Géza Gémes wrote: Add support for using cirros images in raisin tests Signed-off-by: Géza Gémes Thank you! Much, much better, almost ready :) I have only a couple of suggestions and questions left, see below. lib/common-fun

[Xen-devel] [PATCH] Fix a typo in lopartsetup

2017-03-25 Thread Géza Gémes
Signed-off-by: Géza Gémes --- scripts/lopartsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lopartsetup b/scripts/lopartsetup index da28b6e..e35b755 100755 --- a/scripts/lopartsetup +++ b/scripts/lopartsetup @@ -59,7 +59,7 @@ if [ `fdisk -lu $filename 2>/dev/null

[Xen-devel] [raisin][PATCH] Fix a typo in lopartsetup

2017-03-25 Thread Géza Gémes
Unfortuntely my latest patch fixinf lopartsetup had two typos, which have fixed each other. Unfortunately only one of them got fixed, causing lopartsetup to misbehave. This patch fixes the other typo too. Géza Gémes (1): Fix a typo in lopartsetup scripts/lopartsetup | 2 +- 1 file changed, 1 i

Re: [Xen-devel] [PATCH 10/11] Fix lopartsetup for util-linux >= 2.27.1

2017-03-25 Thread Gémes Géza
Hi Stefano, Unfortunately, the patch has an other typo too. Please see below: On Fri, 24 Mar 2017, Géza Gémes wrote: fdisk from util-linux >= 2.27.1 returns units in a slightly different structure than earlier versions Signed-off-by: Géza Gémes --- scripts/lopartsetup | 18

[Xen-devel] [qemu-mainline test] 106905: tolerable FAIL - PUSHED

2017-03-25 Thread osstest service owner
flight 106905 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/106905/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop fail like 106866 test-armhf-armhf-libvirt-r

[Xen-devel] [distros-debian-wheezy test] 71078: trouble: broken/pass

2017-03-25 Thread Platform Team regression test user
flight 71078 distros-debian-wheezy real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71078/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-pvops 3 host-install(3) broken REG

[Xen-devel] [linux-linus test] 106902: regressions - FAIL

2017-03-25 Thread osstest service owner
flight 106902 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/106902/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-multivcpu 11 guest-start fail REGR. vs. 59254 test-armhf-armhf-li

[Xen-devel] [xen-4.4-testing baseline-only test] 71076: regressions - trouble: blocked/broken/fail/pass

2017-03-25 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 71076 xen-4.4-testing real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71076/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-pvops 3 host-install

[Xen-devel] [libvirt bisection] complete build-armhf-libvirt

2017-03-25 Thread osstest service owner
branch xen-unstable xenbranch xen-unstable job build-armhf-libvirt testid libvirt-build Tree: libvirt git://libvirt.org/libvirt.git Tree: libvirt_gnulib git://git.sv.gnu.org/gnulib.git Tree: qemuu git://xenbits.xen.org/qemu-xen.git Tree: xen git://xenbits.xen.org/xen.git *** Found and reproduced

[Xen-devel] [libvirt test] 106906: regressions - FAIL

2017-03-25 Thread osstest service owner
flight 106906 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/106906/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-libvirt 5 libvirt-buildfail REGR. vs. 106829 Tests which did not suc

[Xen-devel] [distros-debian-squeeze test] 71074: trouble: broken/fail/pass

2017-03-25 Thread Platform Team regression test user
flight 71074 distros-debian-squeeze real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71074/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-pvops 3 host-install(3) broken RE

[Xen-devel] [xen-unstable baseline-only test] 71070: tolerable trouble: blocked/broken/fail/pass

2017-03-25 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 71070 xen-unstable real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71070/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-armhf 3 host-install(3)

[Xen-devel] [ovmf test] 106904: all pass - PUSHED

2017-03-25 Thread osstest service owner
flight 106904 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/106904/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf c17956e0eedce299ac253ac40238ce90a5e623e0 baseline version: ovmf 647636e1750b07110ed80

[Xen-devel] [xen-unstable test] 106892: regressions - FAIL

2017-03-25 Thread osstest service owner
flight 106892 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/106892/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-credit2 11 guest-start fail REGR. vs. 106831 Regressions which