diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/buildcpio.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/buildcpio.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/cases/buildcpio.py b/meta/lib/oeqa/runtime/cases/buildcpio.py index a61d1e0304..6a9a408ebe 100644 --- a/meta/lib/oeqa/runtime/cases/buildcpio.py +++ b/meta/lib/oeqa/runtime/cases/buildcpio.py | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | from oeqa.runtime.case import OERuntimeTestCase | 1 | from oeqa.runtime.case import OERuntimeTestCase |
| 2 | from oeqa.core.decorator.depends import OETestDepends | 2 | from oeqa.core.decorator.depends import OETestDepends |
| 3 | from oeqa.core.decorator.oeid import OETestID | ||
| 4 | from oeqa.runtime.decorator.package import OEHasPackage | 3 | from oeqa.runtime.decorator.package import OEHasPackage |
| 5 | 4 | ||
| 6 | from oeqa.runtime.utils.targetbuildproject import TargetBuildProject | 5 | from oeqa.runtime.utils.targetbuildproject import TargetBuildProject |
| @@ -18,7 +17,6 @@ class BuildCpioTest(OERuntimeTestCase): | |||
| 18 | def tearDownClass(cls): | 17 | def tearDownClass(cls): |
| 19 | cls.project.clean() | 18 | cls.project.clean() |
| 20 | 19 | ||
| 21 | @OETestID(205) | ||
| 22 | @OETestDepends(['ssh.SSHTest.test_ssh']) | 20 | @OETestDepends(['ssh.SSHTest.test_ssh']) |
| 23 | @OEHasPackage(['gcc']) | 21 | @OEHasPackage(['gcc']) |
| 24 | @OEHasPackage(['make']) | 22 | @OEHasPackage(['make']) |
