qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 916296: tests.acceptance.avocado_qemu: Add su


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 916296: tests.acceptance.avocado_qemu: Add support for pow...
Date: Tue, 03 Sep 2019 09:19:52 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9162967ca5285f5ae4968288ff2a4d2eb72f2904
      
https://github.com/qemu/qemu/commit/9162967ca5285f5ae4968288ff2a4d2eb72f2904
  Author: Satheesh Rajendran <address@hidden>
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
    M tests/acceptance/avocado_qemu/__init__.py

  Log Message:
  -----------
  tests.acceptance.avocado_qemu: Add support for powerpc

Current acceptance test will not run properly in powerpc
environment due qemu target is different from arch, this
usually matches, except with bi-endian architectures like ppc64.
uname would return `ppc64` or `ppc64le` based `big` or `little`
endian but qemu `target` is always `ppc64`. Let's handle it.

Reviewed-by: Cédric Le Goater <address@hidden>
Signed-off-by: Satheesh Rajendran <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: David Gibson <address@hidden>
Signed-off-by: Cleber Rosa <address@hidden>


  Commit: 9f672f9c0f364b7e6731a9c18e5410840969f7b9
      
https://github.com/qemu/qemu/commit/9f672f9c0f364b7e6731a9c18e5410840969f7b9
  Author: Cleber Rosa <address@hidden>
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
    M tests/requirements.txt

  Log Message:
  -----------
  tests/requirements.txt: pin paramiko version requirement

It's a good practice (I'd really say a must) to pin as much as
possible of the software versions used during test, so let's apply
that to paramiko.

According to https://pypi.org/project/paramiko/, 2.4.2 is the latest
released version.  It's also easily obtainable on systems such as
Fedora 30.

Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Wainer dos Santos Moschetta <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Cleber Rosa <address@hidden>


  Commit: 7a408b99764b99a188d5c5115ab235e5470d68c9
      
https://github.com/qemu/qemu/commit/7a408b99764b99a188d5c5115ab235e5470d68c9
  Author: Cleber Rosa <address@hidden>
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
    M tests/acceptance/migration.py

  Log Message:
  -----------
  Acceptance tests: drop left over usage of ":avocado: enable"

Commit 9531d26c10 removed all of ":avocado: enable" tags, but then
a new entry was added with the introduction of migration.py.

Let's remove it for consistency.

Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Wainer dos Santos Moschetta <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Cleber Rosa <address@hidden>


  Commit: 83fa3bc301e767caca06b4f4f994a483b6bab5c5
      
https://github.com/qemu/qemu/commit/83fa3bc301e767caca06b4f4f994a483b6bab5c5
  Author: Cleber Rosa <address@hidden>
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
    M .travis.yml
    M tests/acceptance/boot_linux_console.py

  Log Message:
  -----------
  Boot Linux Console Test: add a test for ppc64 + pseries

Just like the previous tests, boots a Linux kernel on a ppc64 target
using the pseries machine.

Signed-off-by: Cleber Rosa <address@hidden>
CC: Daniel P. Berrangé <address@hidden>
Reviewed-by: Wainer dos Santos Moschetta <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Cleber Rosa <address@hidden>


  Commit: 41a7af1ce0d50cfd06f8d329d97fb53e142c7df6
      
https://github.com/qemu/qemu/commit/41a7af1ce0d50cfd06f8d329d97fb53e142c7df6
  Author: Cleber Rosa <address@hidden>
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
    M tests/acceptance/vnc.py

  Log Message:
  -----------
  VNC Acceptance test: simplify test names

The test name is composed of the class name and method name, so it
looks like there's some redundancy here that we can eliminate.

Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Wainer dos Santos Moschetta <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Cleber Rosa <address@hidden>


  Commit: 3483534ec314f6057e66966bfceaa9df02c28fbf
      
https://github.com/qemu/qemu/commit/3483534ec314f6057e66966bfceaa9df02c28fbf
  Author: Peter Maydell <address@hidden>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    M .travis.yml
    M tests/acceptance/avocado_qemu/__init__.py
    M tests/acceptance/boot_linux_console.py
    M tests/acceptance/migration.py
    M tests/acceptance/vnc.py
    M tests/requirements.txt

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' 
into staging

Python (acceptance tests) queue, 2019-08-28

# gpg: Signature made Thu 29 Aug 2019 02:11:22 BST
# gpg:                using RSA key 7ABB96EB8B46B94D5E0FE9BB657E8D33A5F209F3
# gpg: Good signature from "Cleber Rosa <address@hidden>" [marginal]
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 7ABB 96EB 8B46 B94D 5E0F  E9BB 657E 8D33 A5F2 09F3

* remotes/cleber/tags/python-next-pull-request:
  VNC Acceptance test: simplify test names
  Boot Linux Console Test: add a test for ppc64 + pseries
  Acceptance tests: drop left over usage of ":avocado: enable"
  tests/requirements.txt: pin paramiko version requirement
  tests.acceptance.avocado_qemu: Add support for powerpc

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/40c8bb53d892...3483534ec314



reply via email to

[Prev in Thread] Current Thread [Next in Thread]