qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 002b24: Acceptance test: Fix to EXEC migratio


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 002b24: Acceptance test: Fix to EXEC migration
Date: Tue, 07 Apr 2020 08:15:18 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 002b24c0c72843576801c1da728df1fa872f5e20
      
https://github.com/qemu/qemu/commit/002b24c0c72843576801c1da728df1fa872f5e20
  Author: Oksana Vohchana <address@hidden>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M tests/acceptance/migration.py

  Log Message:
  -----------
  Acceptance test: Fix to EXEC migration

The exec migration test isn't run a whole test scenario.
This patch fixes it

Fixes: 2e768cb682bf
Signed-off-by: Oksana Vohchana <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Wainer dos Santos Moschetta <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 5cf67ac04fe18a029266e70e72c14ea3687fa1a8
      
https://github.com/qemu/qemu/commit/5cf67ac04fe18a029266e70e72c14ea3687fa1a8
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M tests/acceptance/ppc_prep_40p.py

  Log Message:
  -----------
  tests/acceptance/ppc_prep_40p: Use cdn.netbsd.org hostname

Use NetBSD content delivery network to get faster downloads.

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


  Commit: b131b497686c58e1cfaad9003bebd572768379f7
      
https://github.com/qemu/qemu/commit/b131b497686c58e1cfaad9003bebd572768379f7
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M tests/acceptance/ppc_prep_40p.py

  Log Message:
  -----------
  tests/acceptance/ppc_prep_40p: Use mirror for ftp.software.ibm.com

To avoid regular failures on Travis-CI with ftp.software.ibm.com,
use a mirror.

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


  Commit: 5baecf58ad9fb3ce24d331978526909d0beca482
      
https://github.com/qemu/qemu/commit/5baecf58ad9fb3ce24d331978526909d0beca482
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M tests/acceptance/machine_sparc_leon3.py

  Log Message:
  -----------
  tests/acceptance/machine_sparc_leon3: Disable HelenOS test

This test was written/tested around beginning of 2019, but was
extracted from a bigger series and posted end of June 2019 [*].
Unfortunately I did not notice commit 162abf1a8 was merged by
then, which implements the AHB and APB plug and play devices.

HelenOS 0.6 is expecting the PnP registers to be not implemented
by QEMU, then forces the discovered AMBA devices (see [2]).

Before 162abf1a8, the console was displaying:

  HelenOS bootloader, release 0.6.0 (Elastic Horse)
  Built on 2014-12-21 20:17:42 for sparc32
  Copyright (c) 2001-2014 HelenOS project
   0x4000bf20|0x4000bf20: kernel image (496640/128466 bytes)
   0x4002b4f2|0x4002b4f2: ns image (154195/66444 bytes)
   0x4003b87e|0x4003b87e: loader image (153182/66437 bytes)
   0x4004bc03|0x4004bc03: init image (155339/66834 bytes)
   0x4005c115|0x4005c115: locsrv image (162063/70267 bytes)
   0x4006d390|0x4006d390: rd image (152678/65889 bytes)
   0x4007d4f1|0x4007d4f1: vfs image (168480/73394 bytes)
   0x4008f3a3|0x4008f3a3: logger image (158034/68368 bytes)
   0x4009feb3|0x4009feb3: ext4fs image (234510/100301 bytes)
   0x400b8680|0x400b8680: initrd image (8388608/1668901 bytes)
  ABMA devices:
  <1:00c> at 0x80000100 irq 3
  <1:00d> at 0x80000200
  <1:011> at 0x80000300 irq 8
  Memory size: 64 MB

As of this commit, it is now confused:

  ABMA devices:
  <1:3000> at 0x00000000 irq 0
  <1:3000> at 0x00000000 irq 0
  <1:3000> at 0x00000000 irq 0
  <1:3000> at 0x00000000 irq 0
  <1:3000> at 0x00000000 irq 0
  <1:3000> at 0x00000000 irq 0
  <1:3000> at 0x00000000 irq 0
  ...

As this test is not working as expected, simply disable it (by
skipping it) for now.

[1] https://www.mail-archive.com/address@hidden/msg627094.html
[2] 
https://github.com/HelenOS/helenos/blob/0.6.0/boot/arch/sparc32/src/ambapp.c#L75

Reviewed-by: Richard Henderson <address@hidden>
Tested-by: Richard Henderson <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: a41f167547ec4e4752795572193d1cbb889c4885
      
https://github.com/qemu/qemu/commit/a41f167547ec4e4752795572193d1cbb889c4885
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  .travis.yml: Cache acceptance-test assets

Keep all acceptance-test assets in the same cache bucket.

As of v5.0.0-rc1, the cache is 2610.11MB:
https://travis-ci.org/github/philmd/qemu/jobs/670558103

Reviewed-by: Wainer dos Santos Moschetta <address@hidden>
Acked-by: Alex Bennée <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 8f0d25c464a1989d606f7b988d07b1147dfcde33
      
https://github.com/qemu/qemu/commit/8f0d25c464a1989d606f7b988d07b1147dfcde33
  Author: Peter Maydell <address@hidden>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M .travis.yml
    M tests/acceptance/machine_sparc_leon3.py
    M tests/acceptance/migration.py
    M tests/acceptance/ppc_prep_40p.py

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/philmd-gitlab/tags/acceptance-fixes-20200407' into staging

Acceptance tests patches

- Fixed EXEC migration
- Reduce PReP/40p artifacts download failures,
- Disable Leon3 HelenOS
- Speed up Travis-CI job by using a specific cache bucket

CI jobs results:
  https://gitlab.com/philmd/qemu/pipelines/133379305
  https://travis-ci.org/github/philmd/qemu/builds/671762970

# gpg: Signature made Tue 07 Apr 2020 11:37:57 BST
# gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
# gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <address@hidden>" 
[full]
# Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE

* remotes/philmd-gitlab/tags/acceptance-fixes-20200407:
  .travis.yml: Cache acceptance-test assets
  tests/acceptance/machine_sparc_leon3: Disable HelenOS test
  tests/acceptance/ppc_prep_40p: Use mirror for ftp.software.ibm.com
  tests/acceptance/ppc_prep_40p: Use cdn.netbsd.org hostname
  Acceptance test: Fix to EXEC migration

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


Compare: https://github.com/qemu/qemu/compare/ca74fc19883f...8f0d25c464a1



reply via email to

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