test/acceptance: Remove the CONTINUOUS_INTEGRATION tags
We are not running the acceptance tests on Travis anymore, so these checks can be removed now. Message-Id: <20201023073351.251332-3-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
a60f755c9c
commit
1d60f46fc6
@ -22,7 +22,6 @@ class IbmPrep40pMachine(Test):
|
|||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# U.S. Government Users Restricted Rights - Use, duplication or disclosure
|
# U.S. Government Users Restricted Rights - Use, duplication or disclosure
|
||||||
# restricted by GSA ADP Schedule Contract with IBM Corp.
|
# restricted by GSA ADP Schedule Contract with IBM Corp.
|
||||||
@skipIf(os.getenv('CONTINUOUS_INTEGRATION'), 'Running on Travis-CI')
|
|
||||||
@skipUnless(os.getenv('AVOCADO_ALLOW_UNTRUSTED_CODE'), 'untrusted code')
|
@skipUnless(os.getenv('AVOCADO_ALLOW_UNTRUSTED_CODE'), 'untrusted code')
|
||||||
def test_factory_firmware_and_netbsd(self):
|
def test_factory_firmware_and_netbsd(self):
|
||||||
"""
|
"""
|
||||||
@ -61,7 +60,6 @@ class IbmPrep40pMachine(Test):
|
|||||||
wait_for_console_pattern(self, '>> Memory: 192M')
|
wait_for_console_pattern(self, '>> Memory: 192M')
|
||||||
wait_for_console_pattern(self, '>> CPU type PowerPC,604')
|
wait_for_console_pattern(self, '>> CPU type PowerPC,604')
|
||||||
|
|
||||||
@skipIf(os.getenv('CONTINUOUS_INTEGRATION'), 'Running on Travis-CI')
|
|
||||||
def test_openbios_and_netbsd(self):
|
def test_openbios_and_netbsd(self):
|
||||||
"""
|
"""
|
||||||
:avocado: tags=arch:ppc
|
:avocado: tags=arch:ppc
|
||||||
|
Loading…
Reference in New Issue
Block a user