summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/signing.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-08 16:56:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-09 16:31:55 +0100
commitc7592b01478def091b6787412390c61e7ce0a0cd (patch)
tree3c2f26480c6e16fae0ad65b032e3dc0fccfca71b /meta/lib/oeqa/selftest/cases/signing.py
parentc0dc72bad92e2e4dc0aedb48b969709f821baf73 (diff)
downloadpoky-c7592b01478def091b6787412390c61e7ce0a0cd.tar.gz
oeqa: Drop OETestID
These IDs refer to testopia which we're no longer using. We would now use the test names to definitively reference tests and the IDs can be dropped, along with their supporting code. (From OE-Core rev: 8e2d0575e4e7036b5f60e632f377a8ab2b96ead8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/signing.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/signing.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oeqa/selftest/cases/signing.py b/meta/lib/oeqa/selftest/cases/signing.py
index 4fa99acbc9..cfa87333bc 100644
--- a/meta/lib/oeqa/selftest/cases/signing.py
+++ b/meta/lib/oeqa/selftest/cases/signing.py
@@ -7,7 +7,6 @@ import re
7import shutil 7import shutil
8import tempfile 8import tempfile
9from contextlib import contextmanager 9from contextlib import contextmanager
10from oeqa.core.decorator.oeid import OETestID
11from oeqa.utils.ftools import write_file 10from oeqa.utils.ftools import write_file
12 11
13 12
@@ -51,7 +50,6 @@ class Signing(OESelftestTestCase):
51 os.environ[e] = origenv[e] 50 os.environ[e] = origenv[e]
52 os.chdir(builddir) 51 os.chdir(builddir)
53 52
54 @OETestID(1362)
55 def test_signing_packages(self): 53 def test_signing_packages(self):
56 """ 54 """
57 Summary: Test that packages can be signed in the package feed 55 Summary: Test that packages can be signed in the package feed
@@ -116,7 +114,6 @@ class Signing(OESelftestTestCase):
116 bitbake('core-image-minimal') 114 bitbake('core-image-minimal')
117 115
118 116
119 @OETestID(1382)
120 def test_signing_sstate_archive(self): 117 def test_signing_sstate_archive(self):
121 """ 118 """
122 Summary: Test that sstate archives can be signed 119 Summary: Test that sstate archives can be signed
@@ -169,7 +166,6 @@ class Signing(OESelftestTestCase):
169 166
170class LockedSignatures(OESelftestTestCase): 167class LockedSignatures(OESelftestTestCase):
171 168
172 @OETestID(1420)
173 def test_locked_signatures(self): 169 def test_locked_signatures(self):
174 """ 170 """
175 Summary: Test locked signature mechanism 171 Summary: Test locked signature mechanism