qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] Python queue, 2018-06-15
@ 2018-06-15 19:13 Eduardo Habkost
  2018-06-15 19:13 ` [Qemu-devel] [PULL 1/7] Remove COPYING.PYTHON Eduardo Habkost
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Eduardo Habkost @ 2018-06-15 19:13 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: Eduardo Habkost, Cleber Rosa

The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/python-next-pull-request

for you to fetch changes up to 1b145d59b74a5880d82954ee940a219e73851f9e:

  configure: Enable out-of-tree acceptance tests (2018-06-15 16:10:11 -0300)

----------------------------------------------------------------
Python queue, 2018-06-15

* Add avocado_qemu: functional/acceptance test infrastructure

----------------------------------------------------------------

Cleber Rosa (5):
  Add functional/acceptance tests infrastructure
  scripts/qemu.py: allow adding to the list of extra arguments
  Acceptance tests: add quick VNC tests
  scripts/qemu.py: introduce set_console() method
  Acceptance tests: add Linux kernel boot and console checking test

Eduardo Habkost (1):
  Remove COPYING.PYTHON

Philippe Mathieu-Daudé (1):
  configure: Enable out-of-tree acceptance tests

 docs/devel/testing.rst                    | 192 +++++++++++++++
 configure                                 |   8 +-
 scripts/qemu.py                           | 103 ++++++++-
 COPYING.PYTHON                            | 270 ----------------------
 tests/acceptance/README.rst               |  10 +
 tests/acceptance/avocado_qemu/__init__.py |  54 +++++
 tests/acceptance/boot_linux_console.py    |  47 ++++
 tests/acceptance/version.py               |  24 ++
 tests/acceptance/vnc.py                   |  60 +++++
 9 files changed, 494 insertions(+), 274 deletions(-)
 delete mode 100644 COPYING.PYTHON
 create mode 100644 tests/acceptance/README.rst
 create mode 100644 tests/acceptance/avocado_qemu/__init__.py
 create mode 100644 tests/acceptance/boot_linux_console.py
 create mode 100644 tests/acceptance/version.py
 create mode 100644 tests/acceptance/vnc.py

-- 
2.18.0.rc1.1.g3f1ff2140

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-06-19 10:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-15 19:13 [Qemu-devel] [PULL 0/7] Python queue, 2018-06-15 Eduardo Habkost
2018-06-15 19:13 ` [Qemu-devel] [PULL 1/7] Remove COPYING.PYTHON Eduardo Habkost
2018-06-15 19:13 ` [Qemu-devel] [PULL 2/7] Add functional/acceptance tests infrastructure Eduardo Habkost
2018-06-15 19:13 ` [Qemu-devel] [PULL 3/7] scripts/qemu.py: allow adding to the list of extra arguments Eduardo Habkost
2018-06-15 19:13 ` [Qemu-devel] [PULL 4/7] Acceptance tests: add quick VNC tests Eduardo Habkost
2018-06-15 19:13 ` [Qemu-devel] [PULL 5/7] scripts/qemu.py: introduce set_console() method Eduardo Habkost
2018-06-15 19:13 ` [Qemu-devel] [PULL 6/7] Acceptance tests: add Linux kernel boot and console checking test Eduardo Habkost
2018-06-15 19:13 ` [Qemu-devel] [PULL 7/7] configure: Enable out-of-tree acceptance tests Eduardo Habkost
2018-06-19 10:15 ` [Qemu-devel] [PULL 0/7] Python queue, 2018-06-15 Peter Maydell

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).