[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 10/10] tests/avocado: Enable reverse_debugging.py tests in gitlab
|
From: |
Thomas Huth |
|
Subject: |
[PULL 10/10] tests/avocado: Enable reverse_debugging.py tests in gitlab CI |
|
Date: |
Thu, 16 Nov 2023 19:05:34 +0100 |
From: Nicholas Piggin <npiggin@gmail.com>
Let's try enable reverse_debugging.py in gitlab CI.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-ID: <20231116115354.228678-3-npiggin@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/avocado/reverse_debugging.py | 7 -------
1 file changed, 7 deletions(-)
diff --git a/tests/avocado/reverse_debugging.py
b/tests/avocado/reverse_debugging.py
index 128d85bc0e..b1410e7a69 100644
--- a/tests/avocado/reverse_debugging.py
+++ b/tests/avocado/reverse_debugging.py
@@ -205,8 +205,6 @@ def get_pc(self, g):
return self.get_reg_le(g, self.REG_PC) \
+ self.get_reg_le(g, self.REG_CS) * 0x10
- # unidentified gitlab timeout problem
- @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
def test_x86_64_pc(self):
"""
:avocado: tags=arch:x86_64
@@ -222,8 +220,6 @@ class ReverseDebugging_AArch64(ReverseDebugging):
REG_PC = 32
- # unidentified gitlab timeout problem
- @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
def test_aarch64_virt(self):
"""
:avocado: tags=arch:aarch64
@@ -246,8 +242,6 @@ class ReverseDebugging_ppc64(ReverseDebugging):
REG_PC = 0x40
- # unidentified gitlab timeout problem
- @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
def test_ppc64_pseries(self):
"""
:avocado: tags=arch:ppc64
@@ -259,7 +253,6 @@ def test_ppc64_pseries(self):
self.endian_is_le = False
self.reverse_debugging()
- @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
def test_ppc64_powernv(self):
"""
:avocado: tags=arch:ppc64
--
2.41.0
- [PULL 00/10] Avocado test fixes, Thomas Huth, 2023/11/16
- [PULL 01/10] tests/avocado: Replace assertEquals() for Python 3.12 compatibility, Thomas Huth, 2023/11/16
- [PULL 05/10] tests/avocado/multiprocess: Add asset hashes to silence warnings, Thomas Huth, 2023/11/16
- [PULL 03/10] tests/avocado/virtio-gpu: Fix test_vhost_user_vga_virgl for edid support, Thomas Huth, 2023/11/16
- [PULL 02/10] tests/avocado: Replace assertRegexpMatches() for Python 3.12 compatibility, Thomas Huth, 2023/11/16
- [PULL 07/10] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky, Thomas Huth, 2023/11/16
- [PULL 06/10] tests/avocado: Make fetch_asset() unconditionally require a crypto hash, Thomas Huth, 2023/11/16
- [PULL 09/10] tests/avocado: reverse_debugging drain console to prevent hang, Thomas Huth, 2023/11/16
- [PULL 04/10] tests/avocado/intel_iommu: Add asset hashes to avoid warnings, Thomas Huth, 2023/11/16
- [PULL 08/10] tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12, Thomas Huth, 2023/11/16
- [PULL 10/10] tests/avocado: Enable reverse_debugging.py tests in gitlab CI,
Thomas Huth <=
- Re: [PULL 00/10] Avocado test fixes, Stefan Hajnoczi, 2023/11/20