This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from de8ed1055c Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] new f7ade77931 tests/acceptance: add replay kernel test for s390x new 27f551135e tests/acceptance: add replay kernel test for openrisc new ce9771f5a4 tests/acceptance: add replay kernel test for nios2 new 7f7c382a4d tests/acceptance: add replay kernel test for alpha new 82184f4018 tests/acceptance: Linux boot test for record/replay new 8adacf7fa9 Acceptance tests: add myself as a reviewer for the acceptance tests new 1f1fcf0c57 Acceptance Tests: add standard clean up at test tearDown() new 20bf915418 avocado_qemu: standardize super() call following PEP3135 new e410bac070 avocado_qemu: fix import module based on isort new 22e82e0982 avocado_qemu: tweak ssh connect method new 6c58af2e17 avocado_qemu: explicitly return None to avoid R1710 new e519df437a avocado_qemu: fix inheritance order on LinuxTest class new 23022794de tests/Makefile: allow control over tags during check-acceptance new 6676f18fa5 docs/devel/testing: add instruction to run a single acceptance test new 94c714620b tests/Makefile: add AVOCADO_TESTS option to make check-acceptance new c5f0a81650 qemu: Split machine_ppc.py acceptance tests new 181e1ab2ad Acceptance Tests: improve check-acceptance description new 0f981d8792 acceptance/tests/vnc.py: use explicit syntax for enabling passwords new 6f1f86cfa7 tests/acceptance/boot_xen.py: removed unused import new 089f25877f tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update new 3d2ec56550 tests/acceptance/ppc_prep_40p.py: clean up unused import new 4c5fc0c5fc tests/acceptance: Test powernv machines new 14f02d8a9e Merge remote-tracking branch 'remotes/philmd/tags/integratio [...]
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 6 +- docs/devel/testing.rst | 69 ++++++++++++++++++ tests/Makefile.include | 19 +++-- tests/acceptance/avocado_qemu/__init__.py | 30 ++++---- tests/acceptance/boot_linux_console.py | 35 +++++++++ tests/acceptance/boot_xen.py | 1 - tests/acceptance/machine_ppc.py | 69 ------------------ tests/acceptance/ppc_mpc8544ds.py | 32 +++++++++ tests/acceptance/ppc_prep_40p.py | 5 +- tests/acceptance/ppc_pseries.py | 35 +++++++++ tests/acceptance/ppc_virtex_ml507.py | 34 +++++++++ tests/acceptance/replay_kernel.py | 54 ++++++++++++++ tests/acceptance/replay_linux.py | 116 ++++++++++++++++++++++++++++++ tests/acceptance/vnc.py | 2 +- 14 files changed, 409 insertions(+), 98 deletions(-) delete mode 100644 tests/acceptance/machine_ppc.py create mode 100644 tests/acceptance/ppc_mpc8544ds.py create mode 100644 tests/acceptance/ppc_pseries.py create mode 100644 tests/acceptance/ppc_virtex_ml507.py create mode 100644 tests/acceptance/replay_linux.py