diff options
-rw-r--r-- | meta/lib/oeqa/runtime/cases/buildlzip.py (renamed from meta/lib/oeqa/runtime/cases/buildiptables.py) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/lib/oeqa/runtime/cases/buildiptables.py b/meta/lib/oeqa/runtime/cases/buildlzip.py index 002b16c483..ca3fead2e4 100644 --- a/meta/lib/oeqa/runtime/cases/buildiptables.py +++ b/meta/lib/oeqa/runtime/cases/buildlzip.py | |||
@@ -5,12 +5,12 @@ from oeqa.core.decorator.data import skipIfNotFeature | |||
5 | 5 | ||
6 | from oeqa.runtime.utils.targetbuildproject import TargetBuildProject | 6 | from oeqa.runtime.utils.targetbuildproject import TargetBuildProject |
7 | 7 | ||
8 | class BuildIptablesTest(OERuntimeTestCase): | 8 | class BuildLzipTest(OERuntimeTestCase): |
9 | 9 | ||
10 | @classmethod | 10 | @classmethod |
11 | def setUpClass(cls): | 11 | def setUpClass(cls): |
12 | uri = 'http://downloads.yoctoproject.org/mirror/sources' | 12 | uri = 'http://downloads.yoctoproject.org/mirror/sources' |
13 | uri = '%s/iptables-1.4.13.tar.bz2' % uri | 13 | uri = '%s/lzip-1.19.tar.gz' % uri |
14 | cls.project = TargetBuildProject(cls.tc.target, | 14 | cls.project = TargetBuildProject(cls.tc.target, |
15 | uri, | 15 | uri, |
16 | dl_dir = cls.tc.td['DL_DIR']) | 16 | dl_dir = cls.tc.td['DL_DIR']) |
@@ -24,7 +24,7 @@ class BuildIptablesTest(OERuntimeTestCase): | |||
24 | @skipIfNotFeature('tools-sdk', | 24 | @skipIfNotFeature('tools-sdk', |
25 | 'Test requires tools-sdk to be in IMAGE_FEATURES') | 25 | 'Test requires tools-sdk to be in IMAGE_FEATURES') |
26 | @OETestDepends(['ssh.SSHTest.test_ssh']) | 26 | @OETestDepends(['ssh.SSHTest.test_ssh']) |
27 | def test_iptables(self): | 27 | def test_lzip(self): |
28 | self.project.run_configure() | 28 | self.project.run_configure() |
29 | self.project.run_make() | 29 | self.project.run_make() |
30 | self.project.run_install() | 30 | self.project.run_install() |