summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/lib/oeqa
diff options
context:
space:
mode:
authorDave Cobbley <david.j.cobbley@linux.intel.com>2018-08-14 10:05:37 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-22 21:26:31 -0400
commiteb8dc40360f0cfef56fb6947cc817a547d6d9bc6 (patch)
treede291a73dc37168da6370e2cf16c347d1eba9df8 /import-layers/yocto-poky/meta/lib/oeqa
parent9c3cf826d853102535ead04cebc2d6023eff3032 (diff)
downloadtalos-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.tar.gz
talos-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.zip
[Subtree] Removing import-layers directory
As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'import-layers/yocto-poky/meta/lib/oeqa')
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/buildperf/__init__.py19
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/buildperf/base.py511
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/buildperf/test_basic.py127
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/controllers/__init__.py3
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/controllers/masterimage.py239
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/controllers/testtargetloader.py68
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/README76
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/__init__.py0
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/case.py46
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/cases/__init__.py0
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/cases/example/data.json1
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/cases/example/test_basic.py20
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/context.py191
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/decorator/__init__.py71
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/decorator/data.py98
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/decorator/depends.py100
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oeid.py23
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oetag.py24
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oetimeout.py45
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/exception.py23
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/loader.py355
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/runner.py277
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/target/__init__.py33
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/target/qemu.py45
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/target/ssh.py267
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/__init__.py0
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/data.py20
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/depends.py38
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/invalid/oeid.py15
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded.py12
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_alone.py8
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_depends.py10
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_module.py12
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py9
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oeid.py18
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py18
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/timeout.py18
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/common.py45
-rwxr-xr-ximport-layers/yocto-poky/meta/lib/oeqa/core/tests/test_data.py51
-rwxr-xr-ximport-layers/yocto-poky/meta/lib/oeqa/core/tests/test_decorators.py147
-rwxr-xr-ximport-layers/yocto-poky/meta/lib/oeqa/core/tests/test_loader.py114
-rwxr-xr-ximport-layers/yocto-poky/meta/lib/oeqa/core/tests/test_runner.py38
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/threaded.py275
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/utils/__init__.py0
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/utils/misc.py44
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/utils/path.py19
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/utils/test.py86
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/files/test.c26
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/files/test.cpp3
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/files/test.pl2
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/files/test.py6
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/oetest.py616
-rwxr-xr-ximport-layers/yocto-poky/meta/lib/oeqa/runexported.py153
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/case.py17
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py8
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/apt.py47
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildcpio.py29
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildgalculator.py28
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildlzip.py34
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/connman.py30
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/date.py38
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/df.py13
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/dnf.py123
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/gcc.py73
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/gi.py15
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/kernelmodule.py40
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ldd.py25
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/logrotate.py42
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/multilib.py41
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/oe_syslog.py66
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/opkg.py47
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/pam.py33
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/parselogs.py363
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/perl.py37
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ping.py24
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ptest.py93
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/python.py43
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/rpm.py142
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/scanelf.py26
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/scp.py33
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/skeletoninit.py33
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ssh.py15
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/stap.py33
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/systemd.py181
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/x32lib.py19
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/xorg.py17
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/context.py226
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/decorator/package.py53
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hello.stp1
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hellomod.c19
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hellomod_makefile8
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/files/testmakefile5
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/loader.py16
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/utils/__init__.py0
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/utils/targetbuildproject.py39
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/__init__.py0
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/case.py12
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildcpio.py33
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildgalculator.py35
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildlzip.py36
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/gcc.py43
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/perl.py28
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/python.py32
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/context.py134
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/files/testsdkmakefile5
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/utils/__init__.py0
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdk/utils/sdkbuildproject.py45
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdkext/__init__.py0
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdkext/case.py21
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdkext/cases/devtool.py129
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdkext/context.py29
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp/Makefile10
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp/myapp.c9
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt11
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/myapp.c9
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/case.py278
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/_sstatetests_noauto.py92
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/archiver.py131
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/bblayers.py97
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/bbtests.py278
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/buildhistory.py46
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/buildoptions.py180
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/containerimage.py85
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/devtool.py1716
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/distrodata.py99
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/eSDK.py111
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/efibootpartition.py45
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/gotoolchain.py67
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/image_typedep.py53
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/imagefeatures.py240
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/layerappend.py95
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/liboe.py102
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/lic_checksum.py35
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/manifest.py166
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/meta_ide.py49
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/__init__.py0
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py99
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/elf.py21
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/license.py99
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/path.py89
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/types.py50
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/utils.py51
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oescripts.py15
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/package.py86
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/pkgdata.py224
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/prservice.py131
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/recipetool.py698
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runcmd.py134
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runqemu.py206
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runtime_test.py260
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/selftest.py51
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/signing.py187
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/sstate.py63
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/sstatetests.py532
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/tinfoil.py231
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/wic.py1066
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/selftest/context.py279
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/targetcontrol.py232
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/__init__.py103
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/buildproject.py55
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/commands.py357
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/decorators.py295
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/dump.py91
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/ftools.py46
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/git.py80
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/httpserver.py36
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/logparser.py126
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/metadata.py108
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/network.py8
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/package_manager.py211
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/qemurunner.py591
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/qemutinyrunner.py176
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/sshcontrol.py242
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/subprocesstweak.py19
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/targetbuild.py139
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/utils/testexport.py263
176 files changed, 0 insertions, 18976 deletions
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/buildperf/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/buildperf/__init__.py
deleted file mode 100644
index 605f429ec..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/buildperf/__init__.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (c) 2016, Intel Corporation.
-#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms and conditions of the GNU General Public License,
-# version 2, as published by the Free Software Foundation.
-#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-# more details.
-#
-"""Build performance tests"""
-from .base import (BuildPerfTestCase,
- BuildPerfTestLoader,
- BuildPerfTestResult,
- BuildPerfTestRunner,
- KernelDropCaches,
- runCmd2)
-from .test_basic import *
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/buildperf/base.py b/import-layers/yocto-poky/meta/lib/oeqa/buildperf/base.py
deleted file mode 100644
index ac6ee15d0..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/buildperf/base.py
+++ /dev/null
@@ -1,511 +0,0 @@
-# Copyright (c) 2016, Intel Corporation.
-#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms and conditions of the GNU General Public License,
-# version 2, as published by the Free Software Foundation.
-#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-# more details.
-#
-"""Build performance test base classes and functionality"""
-import json
-import logging
-import os
-import re
-import resource
-import socket
-import shutil
-import time
-import unittest
-import xml.etree.ElementTree as ET
-from collections import OrderedDict
-from datetime import datetime, timedelta
-from functools import partial
-from multiprocessing import Process
-from multiprocessing import SimpleQueue
-from xml.dom import minidom
-
-import oe.path
-from oeqa.utils.commands import CommandError, runCmd, get_bb_vars
-from oeqa.utils.git import GitError, GitRepo
-
-# Get logger for this module
-log = logging.getLogger('build-perf')
-
-# Our own version of runCmd which does not raise AssertErrors which would cause
-# errors to interpreted as failures
-runCmd2 = partial(runCmd, assert_error=False, limit_exc_output=40)
-
-
-class KernelDropCaches(object):
- """Container of the functions for dropping kernel caches"""
- sudo_passwd = None
-
- @classmethod
- def check(cls):
- """Check permssions for dropping kernel caches"""
- from getpass import getpass
- from locale import getdefaultlocale
- cmd = ['sudo', '-k', '-n', 'tee', '/proc/sys/vm/drop_caches']
- ret = runCmd2(cmd, ignore_status=True, data=b'0')
- if ret.output.startswith('sudo:'):
- pass_str = getpass(
- "\nThe script requires sudo access to drop caches between "
- "builds (echo 3 > /proc/sys/vm/drop_caches).\n"
- "Please enter your sudo password: ")
- cls.sudo_passwd = bytes(pass_str, getdefaultlocale()[1])
-
- @classmethod
- def drop(cls):
- """Drop kernel caches"""
- cmd = ['sudo', '-k']
- if cls.sudo_passwd:
- cmd.append('-S')
- input_data = cls.sudo_passwd + b'\n'
- else:
- cmd.append('-n')
- input_data = b''
- cmd += ['tee', '/proc/sys/vm/drop_caches']
- input_data += b'3'
- runCmd2(cmd, data=input_data)
-
-
-def str_to_fn(string):
- """Convert string to a sanitized filename"""
- return re.sub(r'(\W+)', '-', string, flags=re.LOCALE)
-
-
-class ResultsJsonEncoder(json.JSONEncoder):
- """Extended encoder for build perf test results"""
- unix_epoch = datetime.utcfromtimestamp(0)
-
- def default(self, obj):
- """Encoder for our types"""
- if isinstance(obj, datetime):
- # NOTE: we assume that all timestamps are in UTC time
- return (obj - self.unix_epoch).total_seconds()
- if isinstance(obj, timedelta):
- return obj.total_seconds()
- return json.JSONEncoder.default(self, obj)
-
-
-class BuildPerfTestResult(unittest.TextTestResult):
- """Runner class for executing the individual tests"""
- # List of test cases to run
- test_run_queue = []
-
- def __init__(self, out_dir, *args, **kwargs):
- super(BuildPerfTestResult, self).__init__(*args, **kwargs)
-
- self.out_dir = out_dir
- self.hostname = socket.gethostname()
- self.product = os.getenv('OE_BUILDPERFTEST_PRODUCT', 'oe-core')
- self.start_time = self.elapsed_time = None
- self.successes = []
-
- def addSuccess(self, test):
- """Record results from successful tests"""
- super(BuildPerfTestResult, self).addSuccess(test)
- self.successes.append(test)
-
- def addError(self, test, err):
- """Record results from crashed test"""
- test.err = err
- super(BuildPerfTestResult, self).addError(test, err)
-
- def addFailure(self, test, err):
- """Record results from failed test"""
- test.err = err
- super(BuildPerfTestResult, self).addFailure(test, err)
-
- def addExpectedFailure(self, test, err):
- """Record results from expectedly failed test"""
- test.err = err
- super(BuildPerfTestResult, self).addExpectedFailure(test, err)
-
- def startTest(self, test):
- """Pre-test hook"""
- test.base_dir = self.out_dir
- log.info("Executing test %s: %s", test.name, test.shortDescription())
- self.stream.write(datetime.now().strftime("[%Y-%m-%d %H:%M:%S] "))
- super(BuildPerfTestResult, self).startTest(test)
-
- def startTestRun(self):
- """Pre-run hook"""
- self.start_time = datetime.utcnow()
-
- def stopTestRun(self):
- """Pre-run hook"""
- self.elapsed_time = datetime.utcnow() - self.start_time
-
- def all_results(self):
- compound = [('SUCCESS', t, None) for t in self.successes] + \
- [('FAILURE', t, m) for t, m in self.failures] + \
- [('ERROR', t, m) for t, m in self.errors] + \
- [('EXPECTED_FAILURE', t, m) for t, m in self.expectedFailures] + \
- [('UNEXPECTED_SUCCESS', t, None) for t in self.unexpectedSuccesses] + \
- [('SKIPPED', t, m) for t, m in self.skipped]
- return sorted(compound, key=lambda info: info[1].start_time)
-
-
- def write_buildstats_json(self):
- """Write buildstats file"""
- buildstats = OrderedDict()
- for _, test, _ in self.all_results():
- for key, val in test.buildstats.items():
- buildstats[test.name + '.' + key] = val
- with open(os.path.join(self.out_dir, 'buildstats.json'), 'w') as fobj:
- json.dump(buildstats, fobj, cls=ResultsJsonEncoder)
-
-
- def write_results_json(self):
- """Write test results into a json-formatted file"""
- results = OrderedDict([('tester_host', self.hostname),
- ('start_time', self.start_time),
- ('elapsed_time', self.elapsed_time),
- ('tests', OrderedDict())])
-
- for status, test, reason in self.all_results():
- test_result = OrderedDict([('name', test.name),
- ('description', test.shortDescription()),
- ('status', status),
- ('start_time', test.start_time),
- ('elapsed_time', test.elapsed_time),
- ('measurements', test.measurements)])
- if status in ('ERROR', 'FAILURE', 'EXPECTED_FAILURE'):
- test_result['message'] = str(test.err[1])
- test_result['err_type'] = test.err[0].__name__
- test_result['err_output'] = reason
- elif reason:
- test_result['message'] = reason
-
- results['tests'][test.name] = test_result
-
- with open(os.path.join(self.out_dir, 'results.json'), 'w') as fobj:
- json.dump(results, fobj, indent=4,
- cls=ResultsJsonEncoder)
-
- def write_results_xml(self):
- """Write test results into a JUnit XML file"""
- top = ET.Element('testsuites')
- suite = ET.SubElement(top, 'testsuite')
- suite.set('name', 'oeqa.buildperf')
- suite.set('timestamp', self.start_time.isoformat())
- suite.set('time', str(self.elapsed_time.total_seconds()))
- suite.set('hostname', self.hostname)
- suite.set('failures', str(len(self.failures) + len(self.expectedFailures)))
- suite.set('errors', str(len(self.errors)))
- suite.set('skipped', str(len(self.skipped)))
-
- test_cnt = 0
- for status, test, reason in self.all_results():
- test_cnt += 1
- testcase = ET.SubElement(suite, 'testcase')
- testcase.set('classname', test.__module__ + '.' + test.__class__.__name__)
- testcase.set('name', test.name)
- testcase.set('description', test.shortDescription())
- testcase.set('timestamp', test.start_time.isoformat())
- testcase.set('time', str(test.elapsed_time.total_seconds()))
- if status in ('ERROR', 'FAILURE', 'EXP_FAILURE'):
- if status in ('FAILURE', 'EXP_FAILURE'):
- result = ET.SubElement(testcase, 'failure')
- else:
- result = ET.SubElement(testcase, 'error')
- result.set('message', str(test.err[1]))
- result.set('type', test.err[0].__name__)
- result.text = reason
- elif status == 'SKIPPED':
- result = ET.SubElement(testcase, 'skipped')
- result.text = reason
- elif status not in ('SUCCESS', 'UNEXPECTED_SUCCESS'):
- raise TypeError("BUG: invalid test status '%s'" % status)
-
- for data in test.measurements.values():
- measurement = ET.SubElement(testcase, data['type'])
- measurement.set('name', data['name'])
- measurement.set('legend', data['legend'])
- vals = data['values']
- if data['type'] == BuildPerfTestCase.SYSRES:
- ET.SubElement(measurement, 'time',
- timestamp=vals['start_time'].isoformat()).text = \
- str(vals['elapsed_time'].total_seconds())
- attrib = dict((k, str(v)) for k, v in vals['iostat'].items())
- ET.SubElement(measurement, 'iostat', attrib=attrib)
- attrib = dict((k, str(v)) for k, v in vals['rusage'].items())
- ET.SubElement(measurement, 'rusage', attrib=attrib)
- elif data['type'] == BuildPerfTestCase.DISKUSAGE:
- ET.SubElement(measurement, 'size').text = str(vals['size'])
- else:
- raise TypeError('BUG: unsupported measurement type')
-
- suite.set('tests', str(test_cnt))
-
- # Use minidom for pretty-printing
- dom_doc = minidom.parseString(ET.tostring(top, 'utf-8'))
- with open(os.path.join(self.out_dir, 'results.xml'), 'w') as fobj:
- dom_doc.writexml(fobj, addindent=' ', newl='\n', encoding='utf-8')
-
-
-class BuildPerfTestCase(unittest.TestCase):
- """Base class for build performance tests"""
- SYSRES = 'sysres'
- DISKUSAGE = 'diskusage'
- build_target = None
-
- def __init__(self, *args, **kwargs):
- super(BuildPerfTestCase, self).__init__(*args, **kwargs)
- self.name = self._testMethodName
- self.base_dir = None
- self.start_time = None
- self.elapsed_time = None
- self.measurements = OrderedDict()
- self.buildstats = OrderedDict()
- # self.err is supposed to be a tuple from sys.exc_info()
- self.err = None
- self.bb_vars = get_bb_vars()
- # TODO: remove 'times' and 'sizes' arrays when globalres support is
- # removed
- self.times = []
- self.sizes = []
-
- @property
- def tmp_dir(self):
- return os.path.join(self.base_dir, self.name + '.tmp')
-
- def shortDescription(self):
- return super(BuildPerfTestCase, self).shortDescription() or ""
-
- def setUp(self):
- """Set-up fixture for each test"""
- if not os.path.isdir(self.tmp_dir):
- os.mkdir(self.tmp_dir)
- if self.build_target:
- self.run_cmd(['bitbake', self.build_target, '--runall=fetch'])
-
- def tearDown(self):
- """Tear-down fixture for each test"""
- if os.path.isdir(self.tmp_dir):
- shutil.rmtree(self.tmp_dir)
-
- def run(self, *args, **kwargs):
- """Run test"""
- self.start_time = datetime.now()
- super(BuildPerfTestCase, self).run(*args, **kwargs)
- self.elapsed_time = datetime.now() - self.start_time
-
- def run_cmd(self, cmd):
- """Convenience method for running a command"""
- cmd_str = cmd if isinstance(cmd, str) else ' '.join(cmd)
- log.info("Logging command: %s", cmd_str)
- try:
- runCmd2(cmd)
- except CommandError as err:
- log.error("Command failed: %s", err.retcode)
- raise
-
- def _append_measurement(self, measurement):
- """Simple helper for adding measurements results"""
- if measurement['name'] in self.measurements:
- raise ValueError('BUG: two measurements with the same name in {}'.format(
- self.__class__.__name__))
- self.measurements[measurement['name']] = measurement
-
- def measure_cmd_resources(self, cmd, name, legend, save_bs=False):
- """Measure system resource usage of a command"""
- def _worker(data_q, cmd, **kwargs):
- """Worker process for measuring resources"""
- try:
- start_time = datetime.now()
- ret = runCmd2(cmd, **kwargs)
- etime = datetime.now() - start_time
- rusage_struct = resource.getrusage(resource.RUSAGE_CHILDREN)
- iostat = OrderedDict()
- with open('/proc/{}/io'.format(os.getpid())) as fobj:
- for line in fobj.readlines():
- key, val = line.split(':')
- iostat[key] = int(val)
- rusage = OrderedDict()
- # Skip unused fields, (i.e. 'ru_ixrss', 'ru_idrss', 'ru_isrss',
- # 'ru_nswap', 'ru_msgsnd', 'ru_msgrcv' and 'ru_nsignals')
- for key in ['ru_utime', 'ru_stime', 'ru_maxrss', 'ru_minflt',
- 'ru_majflt', 'ru_inblock', 'ru_oublock',
- 'ru_nvcsw', 'ru_nivcsw']:
- rusage[key] = getattr(rusage_struct, key)
- data_q.put({'ret': ret,
- 'start_time': start_time,
- 'elapsed_time': etime,
- 'rusage': rusage,
- 'iostat': iostat})
- except Exception as err:
- data_q.put(err)
-
- cmd_str = cmd if isinstance(cmd, str) else ' '.join(cmd)
- log.info("Timing command: %s", cmd_str)
- data_q = SimpleQueue()
- try:
- proc = Process(target=_worker, args=(data_q, cmd,))
- proc.start()
- data = data_q.get()
- proc.join()
- if isinstance(data, Exception):
- raise data
- except CommandError:
- log.error("Command '%s' failed", cmd_str)
- raise
- etime = data['elapsed_time']
-
- measurement = OrderedDict([('type', self.SYSRES),
- ('name', name),
- ('legend', legend)])
- measurement['values'] = OrderedDict([('start_time', data['start_time']),
- ('elapsed_time', etime),
- ('rusage', data['rusage']),
- ('iostat', data['iostat'])])
- if save_bs:
- self.save_buildstats(name)
-
- self._append_measurement(measurement)
-
- # Append to 'times' array for globalres log
- e_sec = etime.total_seconds()
- self.times.append('{:d}:{:02d}:{:05.2f}'.format(int(e_sec / 3600),
- int((e_sec % 3600) / 60),
- e_sec % 60))
-
- def measure_disk_usage(self, path, name, legend, apparent_size=False):
- """Estimate disk usage of a file or directory"""
- cmd = ['du', '-s', '--block-size', '1024']
- if apparent_size:
- cmd.append('--apparent-size')
- cmd.append(path)
-
- ret = runCmd2(cmd)
- size = int(ret.output.split()[0])
- log.debug("Size of %s path is %s", path, size)
- measurement = OrderedDict([('type', self.DISKUSAGE),
- ('name', name),
- ('legend', legend)])
- measurement['values'] = OrderedDict([('size', size)])
- self._append_measurement(measurement)
- # Append to 'sizes' array for globalres log
- self.sizes.append(str(size))
-
- def save_buildstats(self, measurement_name):
- """Save buildstats"""
- def split_nevr(nevr):
- """Split name and version information from recipe "nevr" string"""
- n_e_v, revision = nevr.rsplit('-', 1)
- match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[0-9]\S*)$',
- n_e_v)
- if not match:
- # If we're not able to parse a version starting with a number, just
- # take the part after last dash
- match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[^-]+)$',
- n_e_v)
- name = match.group('name')
- version = match.group('version')
- epoch = match.group('epoch')
- return name, epoch, version, revision
-
- def bs_to_json(filename):
- """Convert (task) buildstats file into json format"""
- bs_json = OrderedDict()
- iostat = OrderedDict()
- rusage = OrderedDict()
- with open(filename) as fobj:
- for line in fobj.readlines():
- key, val = line.split(':', 1)
- val = val.strip()
- if key == 'Started':
- start_time = datetime.utcfromtimestamp(float(val))
- bs_json['start_time'] = start_time
- elif key == 'Ended':
- end_time = datetime.utcfromtimestamp(float(val))
- elif key.startswith('IO '):
- split = key.split()
- iostat[split[1]] = int(val)
- elif key.find('rusage') >= 0:
- split = key.split()
- ru_key = split[-1]
- if ru_key in ('ru_stime', 'ru_utime'):
- val = float(val)
- else:
- val = int(val)
- rusage[ru_key] = rusage.get(ru_key, 0) + val
- elif key == 'Status':
- bs_json['status'] = val
- bs_json['elapsed_time'] = end_time - start_time
- bs_json['rusage'] = rusage
- bs_json['iostat'] = iostat
- return bs_json
-
- log.info('Saving buildstats in JSON format')
- bs_dirs = sorted(os.listdir(self.bb_vars['BUILDSTATS_BASE']))
- if len(bs_dirs) > 1:
- log.warning("Multiple buildstats found for test %s, only "
- "archiving the last one", self.name)
- bs_dir = os.path.join(self.bb_vars['BUILDSTATS_BASE'], bs_dirs[-1])
-
- buildstats = []
- for fname in os.listdir(bs_dir):
- recipe_dir = os.path.join(bs_dir, fname)
- if not os.path.isdir(recipe_dir):
- continue
- name, epoch, version, revision = split_nevr(fname)
- recipe_bs = OrderedDict((('name', name),
- ('epoch', epoch),
- ('version', version),
- ('revision', revision),
- ('tasks', OrderedDict())))
- for task in os.listdir(recipe_dir):
- recipe_bs['tasks'][task] = bs_to_json(os.path.join(recipe_dir,
- task))
- buildstats.append(recipe_bs)
-
- self.buildstats[measurement_name] = buildstats
-
- def rm_tmp(self):
- """Cleanup temporary/intermediate files and directories"""
- log.debug("Removing temporary and cache files")
- for name in ['bitbake.lock', 'conf/sanity_info',
- self.bb_vars['TMPDIR']]:
- oe.path.remove(name, recurse=True)
-
- def rm_sstate(self):
- """Remove sstate directory"""
- log.debug("Removing sstate-cache")
- oe.path.remove(self.bb_vars['SSTATE_DIR'], recurse=True)
-
- def rm_cache(self):
- """Drop bitbake caches"""
- oe.path.remove(self.bb_vars['PERSISTENT_DIR'], recurse=True)
-
- @staticmethod
- def sync():
- """Sync and drop kernel caches"""
- runCmd2('bitbake -m', ignore_status=True)
- log.debug("Syncing and dropping kernel caches""")
- KernelDropCaches.drop()
- os.sync()
- # Wait a bit for all the dirty blocks to be written onto disk
- time.sleep(3)
-
-
-class BuildPerfTestLoader(unittest.TestLoader):
- """Test loader for build performance tests"""
- sortTestMethodsUsing = None
-
-
-class BuildPerfTestRunner(unittest.TextTestRunner):
- """Test loader for build performance tests"""
- sortTestMethodsUsing = None
-
- def __init__(self, out_dir, *args, **kwargs):
- super(BuildPerfTestRunner, self).__init__(*args, **kwargs)
- self.out_dir = out_dir
-
- def _makeResult(self):
- return BuildPerfTestResult(self.out_dir, self.stream, self.descriptions,
- self.verbosity)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/buildperf/test_basic.py b/import-layers/yocto-poky/meta/lib/oeqa/buildperf/test_basic.py
deleted file mode 100644
index 6d6b01b04..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/buildperf/test_basic.py
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright (c) 2016, Intel Corporation.
-#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms and conditions of the GNU General Public License,
-# version 2, as published by the Free Software Foundation.
-#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-# more details.
-#
-"""Basic set of build performance tests"""
-import os
-import shutil
-
-import oe.path
-from oeqa.buildperf import BuildPerfTestCase
-from oeqa.utils.commands import get_bb_var, get_bb_vars
-
-class Test1P1(BuildPerfTestCase):
- build_target = 'core-image-sato'
-
- def test1(self):
- """Build core-image-sato"""
- self.rm_tmp()
- self.rm_sstate()
- self.rm_cache()
- self.sync()
- self.measure_cmd_resources(['bitbake', self.build_target], 'build',
- 'bitbake ' + self.build_target, save_bs=True)
- self.measure_disk_usage(self.bb_vars['TMPDIR'], 'tmpdir', 'tmpdir')
- self.measure_disk_usage(get_bb_var("IMAGE_ROOTFS", self.build_target), 'rootfs', 'rootfs', True)
-
-
-class Test1P2(BuildPerfTestCase):
- build_target = 'virtual/kernel'
-
- def test12(self):
- """Build virtual/kernel"""
- # Build and cleans state in order to get all dependencies pre-built
- self.run_cmd(['bitbake', self.build_target])
- self.run_cmd(['bitbake', self.build_target, '-c', 'cleansstate'])
-
- self.sync()
- self.measure_cmd_resources(['bitbake', self.build_target], 'build',
- 'bitbake ' + self.build_target)
-
-
-class Test1P3(BuildPerfTestCase):
- build_target = 'core-image-sato'
-
- def test13(self):
- """Build core-image-sato with rm_work enabled"""
- postfile = os.path.join(self.tmp_dir, 'postfile.conf')
- with open(postfile, 'w') as fobj:
- fobj.write('INHERIT += "rm_work"\n')
-
- self.rm_tmp()
- self.rm_sstate()
- self.rm_cache()
- self.sync()
- cmd = ['bitbake', '-R', postfile, self.build_target]
- self.measure_cmd_resources(cmd, 'build',
- 'bitbake' + self.build_target,
- save_bs=True)
- self.measure_disk_usage(self.bb_vars['TMPDIR'], 'tmpdir', 'tmpdir')
-
-
-class Test2(BuildPerfTestCase):
- build_target = 'core-image-sato'
-
- def test2(self):
- """Run core-image-sato do_rootfs with sstate"""
- # Build once in order to populate sstate cache
- self.run_cmd(['bitbake', self.build_target])
-
- self.rm_tmp()
- self.rm_cache()
- self.sync()
- cmd = ['bitbake', self.build_target, '-c', 'rootfs']
- self.measure_cmd_resources(cmd, 'do_rootfs', 'bitbake do_rootfs')
-
-
-class Test3(BuildPerfTestCase):
-
- def test3(self):
- """Bitbake parsing (bitbake -p)"""
- # Drop all caches and parse
- self.rm_cache()
- oe.path.remove(os.path.join(self.bb_vars['TMPDIR'], 'cache'), True)
- self.measure_cmd_resources(['bitbake', '-p'], 'parse_1',
- 'bitbake -p (no caches)')
- # Drop tmp/cache
- oe.path.remove(os.path.join(self.bb_vars['TMPDIR'], 'cache'), True)
- self.measure_cmd_resources(['bitbake', '-p'], 'parse_2',
- 'bitbake -p (no tmp/cache)')
- # Parse with fully cached data
- self.measure_cmd_resources(['bitbake', '-p'], 'parse_3',
- 'bitbake -p (cached)')
-
-
-class Test4(BuildPerfTestCase):
- build_target = 'core-image-sato'
-
- def test4(self):
- """eSDK metrics"""
- self.run_cmd(['bitbake', '-c', 'do_populate_sdk_ext',
- self.build_target])
- self.bb_vars = get_bb_vars(None, self.build_target)
- tmp_dir = self.bb_vars['TMPDIR']
- installer = os.path.join(
- self.bb_vars['SDK_DEPLOY'],
- self.bb_vars['TOOLCHAINEXT_OUTPUTNAME'] + '.sh')
- # Measure installer size
- self.measure_disk_usage(installer, 'installer_bin', 'eSDK installer',
- apparent_size=True)
- # Measure deployment time and deployed size
- deploy_dir = os.path.join(tmp_dir, 'esdk-deploy')
- if os.path.exists(deploy_dir):
- shutil.rmtree(deploy_dir)
- self.sync()
- self.measure_cmd_resources([installer, '-y', '-d', deploy_dir],
- 'deploy', 'eSDK deploy')
- #make sure bitbake is unloaded
- self.sync()
- self.measure_disk_usage(deploy_dir, 'deploy_dir', 'deploy dir',
- apparent_size=True)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/controllers/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/controllers/__init__.py
deleted file mode 100644
index 8eda92763..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/controllers/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-# Enable other layers to have modules in the same named directory
-from pkgutil import extend_path
-__path__ = extend_path(__path__, __name__)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/controllers/masterimage.py b/import-layers/yocto-poky/meta/lib/oeqa/controllers/masterimage.py
deleted file mode 100644
index a2912fc56..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/controllers/masterimage.py
+++ /dev/null
@@ -1,239 +0,0 @@
-# Copyright (C) 2014 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# This module adds support to testimage.bbclass to deploy images and run
-# tests using a "master image" - this is a "known good" image that is
-# installed onto the device as part of initial setup and will be booted into
-# with no interaction; we can then use it to deploy the image to be tested
-# to a second partition before running the tests.
-#
-# For an example master image, see core-image-testmaster
-# (meta/recipes-extended/images/core-image-testmaster.bb)
-
-import os
-import bb
-import traceback
-import time
-import subprocess
-
-import oeqa.targetcontrol
-import oeqa.utils.sshcontrol as sshcontrol
-import oeqa.utils.commands as commands
-from oeqa.utils import CommandError
-
-from abc import ABCMeta, abstractmethod
-
-class MasterImageHardwareTarget(oeqa.targetcontrol.BaseTarget, metaclass=ABCMeta):
-
- supported_image_fstypes = ['tar.gz', 'tar.bz2']
-
- def __init__(self, d):
- super(MasterImageHardwareTarget, self).__init__(d)
-
- # target ip
- addr = d.getVar("TEST_TARGET_IP") or bb.fatal('Please set TEST_TARGET_IP with the IP address of the machine you want to run the tests on.')
- self.ip = addr.split(":")[0]
- try:
- self.port = addr.split(":")[1]
- except IndexError:
- self.port = None
- bb.note("Target IP: %s" % self.ip)
- self.server_ip = d.getVar("TEST_SERVER_IP")
- if not self.server_ip:
- try:
- self.server_ip = subprocess.check_output(['ip', 'route', 'get', self.ip ]).split("\n")[0].split()[-1]
- except Exception as e:
- bb.fatal("Failed to determine the host IP address (alternatively you can set TEST_SERVER_IP with the IP address of this machine): %s" % e)
- bb.note("Server IP: %s" % self.server_ip)
-
- # test rootfs + kernel
- self.image_fstype = self.get_image_fstype(d)
- self.rootfs = os.path.join(d.getVar("DEPLOY_DIR_IMAGE"), d.getVar("IMAGE_LINK_NAME") + '.' + self.image_fstype)
- self.kernel = os.path.join(d.getVar("DEPLOY_DIR_IMAGE"), d.getVar("KERNEL_IMAGETYPE", False) + '-' + d.getVar('MACHINE', False) + '.bin')
- if not os.path.isfile(self.rootfs):
- # we could've checked that IMAGE_FSTYPES contains tar.gz but the config for running testimage might not be
- # the same as the config with which the image was build, ie
- # you bitbake core-image-sato with IMAGE_FSTYPES += "tar.gz"
- # and your autobuilder overwrites the config, adds the test bits and runs bitbake core-image-sato -c testimage
- bb.fatal("No rootfs found. Did you build the image ?\nIf yes, did you build it with IMAGE_FSTYPES += \"tar.gz\" ? \
- \nExpected path: %s" % self.rootfs)
- if not os.path.isfile(self.kernel):
- bb.fatal("No kernel found. Expected path: %s" % self.kernel)
-
- # master ssh connection
- self.master = None
- # if the user knows what they are doing, then by all means...
- self.user_cmds = d.getVar("TEST_DEPLOY_CMDS")
- self.deploy_cmds = None
-
- # this is the name of the command that controls the power for a board
- # e.g: TEST_POWERCONTROL_CMD = "/home/user/myscripts/powercontrol.py ${MACHINE} what-ever-other-args-the-script-wants"
- # the command should take as the last argument "off" and "on" and "cycle" (off, on)
- self.powercontrol_cmd = d.getVar("TEST_POWERCONTROL_CMD") or None
- self.powercontrol_args = d.getVar("TEST_POWERCONTROL_EXTRA_ARGS", False) or ""
-
- self.serialcontrol_cmd = d.getVar("TEST_SERIALCONTROL_CMD") or None
- self.serialcontrol_args = d.getVar("TEST_SERIALCONTROL_EXTRA_ARGS", False) or ""
-
- self.origenv = os.environ
- if self.powercontrol_cmd or self.serialcontrol_cmd:
- # the external script for controlling power might use ssh
- # ssh + keys means we need the original user env
- bborigenv = d.getVar("BB_ORIGENV", False) or {}
- for key in bborigenv:
- val = bborigenv.getVar(key)
- if val is not None:
- self.origenv[key] = str(val)
-
- if self.powercontrol_cmd:
- if self.powercontrol_args:
- self.powercontrol_cmd = "%s %s" % (self.powercontrol_cmd, self.powercontrol_args)
- if self.serialcontrol_cmd:
- if self.serialcontrol_args:
- self.serialcontrol_cmd = "%s %s" % (self.serialcontrol_cmd, self.serialcontrol_args)
-
- def power_ctl(self, msg):
- if self.powercontrol_cmd:
- cmd = "%s %s" % (self.powercontrol_cmd, msg)
- try:
- commands.runCmd(cmd, assert_error=False, preexec_fn=os.setsid, env=self.origenv)
- except CommandError as e:
- bb.fatal(str(e))
-
- def power_cycle(self, conn):
- if self.powercontrol_cmd:
- # be nice, don't just cut power
- conn.run("shutdown -h now")
- time.sleep(10)
- self.power_ctl("cycle")
- else:
- status, output = conn.run("sync; { sleep 1; reboot; } > /dev/null &")
- if status != 0:
- bb.error("Failed rebooting target and no power control command defined. You need to manually reset the device.\n%s" % output)
-
- def _wait_until_booted(self):
- ''' Waits until the target device has booted (if we have just power cycled it) '''
- # Subclasses with better methods of determining boot can override this
- time.sleep(120)
-
- def deploy(self):
- # base class just sets the ssh log file for us
- super(MasterImageHardwareTarget, self).deploy()
- self.master = sshcontrol.SSHControl(ip=self.ip, logfile=self.sshlog, timeout=600, port=self.port)
- status, output = self.master.run("cat /etc/masterimage")
- if status != 0:
- # We're not booted into the master image, so try rebooting
- bb.plain("%s - booting into the master image" % self.pn)
- self.power_ctl("cycle")
- self._wait_until_booted()
-
- bb.plain("%s - deploying image on target" % self.pn)
- status, output = self.master.run("cat /etc/masterimage")
- if status != 0:
- bb.fatal("No ssh connectivity or target isn't running a master image.\n%s" % output)
- if self.user_cmds:
- self.deploy_cmds = self.user_cmds.split("\n")
- try:
- self._deploy()
- except Exception as e:
- bb.fatal("Failed deploying test image: %s" % e)
-
- @abstractmethod
- def _deploy(self):
- pass
-
- def start(self, extra_bootparams=None):
- bb.plain("%s - boot test image on target" % self.pn)
- self._start()
- # set the ssh object for the target/test image
- self.connection = sshcontrol.SSHControl(self.ip, logfile=self.sshlog, port=self.port)
- bb.plain("%s - start running tests" % self.pn)
-
- @abstractmethod
- def _start(self):
- pass
-
- def stop(self):
- bb.plain("%s - reboot/powercycle target" % self.pn)
- self.power_cycle(self.master)
-
-
-class SystemdbootTarget(MasterImageHardwareTarget):
-
- def __init__(self, d):
- super(SystemdbootTarget, self).__init__(d)
- # this the value we need to set in the LoaderEntryOneShot EFI variable
- # so the system boots the 'test' bootloader label and not the default
- # The first four bytes are EFI bits, and the rest is an utf-16le string
- # (EFI vars values need to be utf-16)
- # $ echo -en "test\0" | iconv -f ascii -t utf-16le | hexdump -C
- # 00000000 74 00 65 00 73 00 74 00 00 00 |t.e.s.t...|
- self.efivarvalue = r'\x07\x00\x00\x00\x74\x00\x65\x00\x73\x00\x74\x00\x00\x00'
- self.deploy_cmds = [
- 'mount -L boot /boot',
- 'mkdir -p /mnt/testrootfs',
- 'mount -L testrootfs /mnt/testrootfs',
- 'modprobe efivarfs',
- 'mount -t efivarfs efivarfs /sys/firmware/efi/efivars',
- 'cp ~/test-kernel /boot',
- 'rm -rf /mnt/testrootfs/*',
- 'tar xvf ~/test-rootfs.%s -C /mnt/testrootfs' % self.image_fstype,
- 'printf "%s" > /sys/firmware/efi/efivars/LoaderEntryOneShot-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f' % self.efivarvalue
- ]
-
- def _deploy(self):
- # make sure these aren't mounted
- self.master.run("umount /boot; umount /mnt/testrootfs; umount /sys/firmware/efi/efivars;")
- # from now on, every deploy cmd should return 0
- # else an exception will be thrown by sshcontrol
- self.master.ignore_status = False
- self.master.copy_to(self.rootfs, "~/test-rootfs." + self.image_fstype)
- self.master.copy_to(self.kernel, "~/test-kernel")
- for cmd in self.deploy_cmds:
- self.master.run(cmd)
-
- def _start(self, params=None):
- self.power_cycle(self.master)
- # there are better ways than a timeout but this should work for now
- time.sleep(120)
-
-
-class SystemdbootTarget(MasterImageHardwareTarget):
-
- def __init__(self, d):
- super(SystemdbootTarget, self).__init__(d)
- # this the value we need to set in the LoaderEntryOneShot EFI variable
- # so the system boots the 'test' bootloader label and not the default
- # The first four bytes are EFI bits, and the rest is an utf-16le string
- # (EFI vars values need to be utf-16)
- # $ echo -en "test\0" | iconv -f ascii -t utf-16le | hexdump -C
- # 00000000 74 00 65 00 73 00 74 00 00 00 |t.e.s.t...|
- self.efivarvalue = r'\x07\x00\x00\x00\x74\x00\x65\x00\x73\x00\x74\x00\x00\x00'
- self.deploy_cmds = [
- 'mount -L boot /boot',
- 'mkdir -p /mnt/testrootfs',
- 'mount -L testrootfs /mnt/testrootfs',
- 'modprobe efivarfs',
- 'mount -t efivarfs efivarfs /sys/firmware/efi/efivars',
- 'cp ~/test-kernel /boot',
- 'rm -rf /mnt/testrootfs/*',
- 'tar xvf ~/test-rootfs.%s -C /mnt/testrootfs' % self.image_fstype,
- 'printf "%s" > /sys/firmware/efi/efivars/LoaderEntryOneShot-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f' % self.efivarvalue
- ]
-
- def _deploy(self):
- # make sure these aren't mounted
- self.master.run("umount /boot; umount /mnt/testrootfs; umount /sys/firmware/efi/efivars;")
- # from now on, every deploy cmd should return 0
- # else an exception will be thrown by sshcontrol
- self.master.ignore_status = False
- self.master.copy_to(self.rootfs, "~/test-rootfs." + self.image_fstype)
- self.master.copy_to(self.kernel, "~/test-kernel")
- for cmd in self.deploy_cmds:
- self.master.run(cmd)
-
- def _start(self, params=None):
- self.power_cycle(self.master)
- # there are better ways than a timeout but this should work for now
- time.sleep(120)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/controllers/testtargetloader.py b/import-layers/yocto-poky/meta/lib/oeqa/controllers/testtargetloader.py
deleted file mode 100644
index b51d04b21..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/controllers/testtargetloader.py
+++ /dev/null
@@ -1,68 +0,0 @@
-import types
-import bb
-import os
-
-# This class is responsible for loading a test target controller
-class TestTargetLoader:
-
- # Search oeqa.controllers module directory for and return a controller
- # corresponding to the given target name.
- # AttributeError raised if not found.
- # ImportError raised if a provided module can not be imported.
- def get_controller_module(self, target, bbpath):
- controllerslist = self.get_controller_modulenames(bbpath)
- bb.note("Available controller modules: %s" % str(controllerslist))
- controller = self.load_controller_from_name(target, controllerslist)
- return controller
-
- # Return a list of all python modules in lib/oeqa/controllers for each
- # layer in bbpath
- def get_controller_modulenames(self, bbpath):
-
- controllerslist = []
-
- def add_controller_list(path):
- if not os.path.exists(os.path.join(path, '__init__.py')):
- bb.fatal('Controllers directory %s exists but is missing __init__.py' % path)
- files = sorted([f for f in os.listdir(path) if f.endswith('.py') and not f.startswith('_')])
- for f in files:
- module = 'oeqa.controllers.' + f[:-3]
- if module not in controllerslist:
- controllerslist.append(module)
- else:
- bb.warn("Duplicate controller module found for %s, only one added. Layers should create unique controller module names" % module)
-
- for p in bbpath:
- controllerpath = os.path.join(p, 'lib', 'oeqa', 'controllers')
- bb.debug(2, 'Searching for target controllers in %s' % controllerpath)
- if os.path.exists(controllerpath):
- add_controller_list(controllerpath)
- return controllerslist
-
- # Search for and return a controller from given target name and
- # set of module names.
- # Raise AttributeError if not found.
- # Raise ImportError if a provided module can not be imported
- def load_controller_from_name(self, target, modulenames):
- for name in modulenames:
- obj = self.load_controller_from_module(target, name)
- if obj:
- return obj
- raise AttributeError("Unable to load {0} from available modules: {1}".format(target, str(modulenames)))
-
- # Search for and return a controller or None from given module name
- def load_controller_from_module(self, target, modulename):
- obj = None
- # import module, allowing it to raise import exception
- module = __import__(modulename, globals(), locals(), [target])
- # look for target class in the module, catching any exceptions as it
- # is valid that a module may not have the target class.
- try:
- obj = getattr(module, target)
- if obj:
- from oeqa.targetcontrol import BaseTarget
- if( not issubclass(obj, BaseTarget)):
- bb.warn("Target {0} found, but subclass is not BaseTarget".format(target))
- except:
- obj = None
- return obj
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/README b/import-layers/yocto-poky/meta/lib/oeqa/core/README
deleted file mode 100644
index d4fcda41f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/README
+++ /dev/null
@@ -1,76 +0,0 @@
-= OEQA (v2) Framework =
-
-== Introduction ==
-
-This is version 2 of the OEQA framework. Base clases are located in the
-'oeqa/core' directory and subsequent components must extend from these.
-
-The main design consideration was to implement the needed functionality on
-top of the Python unittest framework. To achieve this goal, the following
-modules are used:
-
- * oeqa/core/runner.py: Provides OETestResult and OETestRunner base
- classes extending the unittest class. These classes support exporting
- results to different formats; currently RAW and XML support exist.
-
- * oeqa/core/loader.py: Provides OETestLoader extending the unittest class.
- It also features a unified implementation of decorator support and
- filtering test cases.
-
- * oeqa/core/case.py: Provides OETestCase base class extending
- unittest.TestCase and provides access to the Test data (td), Test context
- and Logger functionality.
-
- * oeqa/core/decorator: Provides OETestDecorator, a new class to implement
- decorators for Test cases.
-
- * oeqa/core/context: Provides OETestContext, a high-level API for
- loadTests and runTests of certain Test component and
- OETestContextExecutor a base class to enable oe-test to discover/use
- the Test component.
-
-Also, a new 'oe-test' runner is located under 'scripts', allowing scans for components
-that supports OETestContextExecutor (see below).
-
-== Terminology ==
-
- * Test component: The area of testing in the Project, for example: runtime, SDK, eSDK, selftest.
-
- * Test data: Data associated with the Test component. Currently we use bitbake datastore as
- a Test data input.
-
- * Test context: A context of what tests needs to be run and how to do it; this additionally
- provides access to the Test data and could have custom methods and/or attrs.
-
-== oe-test ==
-
-The new tool, oe-test, has the ability to scan the code base for test components and provide
-a unified way to run test cases. Internally it scans folders inside oeqa module in order to find
-specific classes that implement a test component.
-
-== Usage ==
-
-Executing the example test component
-
- $ source oe-init-build-env
- $ oe-test core
-
-Getting help
-
- $ oe-test -h
-
-== Creating new Test Component ==
-
-Adding a new test component the developer needs to extend OETestContext/OETestContextExecutor
-(from context.py) and OETestCase (from case.py)
-
-== Selftesting the framework ==
-
-Run all tests:
-
- $ PATH=$PATH:../../ python3 -m unittest discover -s tests
-
-Run some test:
-
- $ cd tests/
- $ ./test_data.py
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/core/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/__init__.py
+++ /dev/null
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/case.py b/import-layers/yocto-poky/meta/lib/oeqa/core/case.py
deleted file mode 100644
index 917a2aa3f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/case.py
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import unittest
-
-from oeqa.core.exception import OEQAMissingVariable
-
-def _validate_td_vars(td, td_vars, type_msg):
- if td_vars:
- for v in td_vars:
- if not v in td:
- raise OEQAMissingVariable("Test %s need %s variable but"\
- " isn't into td" % (type_msg, v))
-
-class OETestCase(unittest.TestCase):
- # TestContext and Logger instance set by OETestLoader.
- tc = None
- logger = None
-
- # td has all the variables needed by the test cases
- # is the same across all the test cases.
- td = None
-
- # td_vars has the variables needed by a test class
- # or test case instance, if some var isn't into td a
- # OEQAMissingVariable exception is raised
- td_vars = None
-
- @classmethod
- def _oeSetUpClass(clss):
- _validate_td_vars(clss.td, clss.td_vars, "class")
- clss.setUpClassMethod()
-
- @classmethod
- def _oeTearDownClass(clss):
- clss.tearDownClassMethod()
-
- def _oeSetUp(self):
- for d in self.decorators:
- d.setUpDecorator()
- self.setUpMethod()
-
- def _oeTearDown(self):
- for d in self.decorators:
- d.tearDownDecorator()
- self.tearDownMethod()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/cases/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/core/cases/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/cases/__init__.py
+++ /dev/null
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/cases/example/data.json b/import-layers/yocto-poky/meta/lib/oeqa/core/cases/example/data.json
deleted file mode 100644
index 21d6b16d1..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/cases/example/data.json
+++ /dev/null
@@ -1 +0,0 @@
-{"ARCH": "x86", "IMAGE": "core-image-minimal"} \ No newline at end of file
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/cases/example/test_basic.py b/import-layers/yocto-poky/meta/lib/oeqa/core/cases/example/test_basic.py
deleted file mode 100644
index 11cf3800c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/cases/example/test_basic.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-from oeqa.core.decorator.depends import OETestDepends
-
-class OETestExample(OETestCase):
- def test_example(self):
- self.logger.info('IMAGE: %s' % self.td.get('IMAGE'))
- self.assertEqual('core-image-minimal', self.td.get('IMAGE'))
- self.logger.info('ARCH: %s' % self.td.get('ARCH'))
- self.assertEqual('x86', self.td.get('ARCH'))
-
-class OETestExampleDepend(OETestCase):
- @OETestDepends(['OETestExample.test_example'])
- def test_example_depends(self):
- pass
-
- def test_example_no_depends(self):
- pass
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/context.py b/import-layers/yocto-poky/meta/lib/oeqa/core/context.py
deleted file mode 100644
index acd547416..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/context.py
+++ /dev/null
@@ -1,191 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import sys
-import json
-import time
-import logging
-import collections
-
-from oeqa.core.loader import OETestLoader
-from oeqa.core.runner import OETestRunner
-from oeqa.core.exception import OEQAMissingManifest, OEQATestNotFound
-
-class OETestContext(object):
- loaderClass = OETestLoader
- runnerClass = OETestRunner
-
- files_dir = os.path.abspath(os.path.join(os.path.dirname(
- os.path.abspath(__file__)), "../files"))
-
- def __init__(self, td=None, logger=None):
- if not type(td) is dict:
- raise TypeError("td isn't dictionary type")
-
- self.td = td
- self.logger = logger
- self._registry = {}
- self._registry['cases'] = collections.OrderedDict()
- self._results = {}
-
- def _read_modules_from_manifest(self, manifest):
- if not os.path.exists(manifest):
- raise OEQAMissingManifest("Manifest does not exist on %s" % manifest)
-
- modules = []
- for line in open(manifest).readlines():
- line = line.strip()
- if line and not line.startswith("#"):
- modules.append(line)
-
- return modules
-
- def skipTests(self, skips):
- if not skips:
- return
- for test in self.suites:
- for skip in skips:
- if test.id().startswith(skip):
- setattr(test, 'setUp', lambda: test.skipTest('Skip by the command line argument "%s"' % skip))
-
- def loadTests(self, module_paths, modules=[], tests=[],
- modules_manifest="", modules_required=[], filters={}):
- if modules_manifest:
- modules = self._read_modules_from_manifest(modules_manifest)
-
- self.loader = self.loaderClass(self, module_paths, modules, tests,
- modules_required, filters)
- self.suites = self.loader.discover()
-
- def runTests(self, skips=[]):
- self.runner = self.runnerClass(self, descriptions=False, verbosity=2)
-
- # Dinamically skip those tests specified though arguments
- self.skipTests(skips)
-
- self._run_start_time = time.time()
- result = self.runner.run(self.suites)
- self._run_end_time = time.time()
-
- return result
-
- def listTests(self, display_type):
- self.runner = self.runnerClass(self, verbosity=2)
- return self.runner.list_tests(self.suites, display_type)
-
-class OETestContextExecutor(object):
- _context_class = OETestContext
- _script_executor = 'oe-test'
-
- name = 'core'
- help = 'core test component example'
- description = 'executes core test suite example'
-
- default_cases = [os.path.join(os.path.abspath(os.path.dirname(__file__)),
- 'cases/example')]
- default_test_data = os.path.join(default_cases[0], 'data.json')
- default_tests = None
-
- def register_commands(self, logger, subparsers):
- self.parser = subparsers.add_parser(self.name, help=self.help,
- description=self.description, group='components')
-
- self.default_output_log = '%s-results-%s.log' % (self.name,
- time.strftime("%Y%m%d%H%M%S"))
- self.parser.add_argument('--output-log', action='store',
- default=self.default_output_log,
- help="results output log, default: %s" % self.default_output_log)
-
- group = self.parser.add_mutually_exclusive_group()
- group.add_argument('--run-tests', action='store', nargs='+',
- default=self.default_tests,
- help="tests to run in <module>[.<class>[.<name>]]")
- group.add_argument('--list-tests', action='store',
- choices=('module', 'class', 'name'),
- help="lists available tests")
-
- if self.default_test_data:
- self.parser.add_argument('--test-data-file', action='store',
- default=self.default_test_data,
- help="data file to load, default: %s" % self.default_test_data)
- else:
- self.parser.add_argument('--test-data-file', action='store',
- help="data file to load")
-
- if self.default_cases:
- self.parser.add_argument('CASES_PATHS', action='store',
- default=self.default_cases, nargs='*',
- help="paths to directories with test cases, default: %s"\
- % self.default_cases)
- else:
- self.parser.add_argument('CASES_PATHS', action='store',
- nargs='+', help="paths to directories with test cases")
-
- self.parser.set_defaults(func=self.run)
-
- def _setup_logger(self, logger, args):
- formatter = logging.Formatter('%(asctime)s - ' + self.name + \
- ' - %(levelname)s - %(message)s')
- sh = logger.handlers[0]
- sh.setFormatter(formatter)
- fh = logging.FileHandler(args.output_log)
- fh.setFormatter(formatter)
- logger.addHandler(fh)
-
- return logger
-
- def _process_args(self, logger, args):
- self.tc_kwargs = {}
- self.tc_kwargs['init'] = {}
- self.tc_kwargs['load'] = {}
- self.tc_kwargs['list'] = {}
- self.tc_kwargs['run'] = {}
-
- self.tc_kwargs['init']['logger'] = self._setup_logger(logger, args)
- if args.test_data_file:
- self.tc_kwargs['init']['td'] = json.load(
- open(args.test_data_file, "r"))
- else:
- self.tc_kwargs['init']['td'] = {}
-
- if args.run_tests:
- self.tc_kwargs['load']['modules'] = args.run_tests
- self.tc_kwargs['load']['modules_required'] = args.run_tests
- else:
- self.tc_kwargs['load']['modules'] = []
-
- self.tc_kwargs['run']['skips'] = []
-
- self.module_paths = args.CASES_PATHS
-
- def _pre_run(self):
- pass
-
- def run(self, logger, args):
- self._process_args(logger, args)
-
- self.tc = self._context_class(**self.tc_kwargs['init'])
- try:
- self.tc.loadTests(self.module_paths, **self.tc_kwargs['load'])
- except OEQATestNotFound as ex:
- logger.error(ex)
- sys.exit(1)
-
- if args.list_tests:
- rc = self.tc.listTests(args.list_tests, **self.tc_kwargs['list'])
- else:
- self._pre_run()
- rc = self.tc.runTests(**self.tc_kwargs['run'])
- rc.logDetails()
- rc.logSummary(self.name)
-
- output_link = os.path.join(os.path.dirname(args.output_log),
- "%s-results.log" % self.name)
- if os.path.exists(output_link):
- os.remove(output_link)
- os.symlink(args.output_log, output_link)
-
- return rc
-
-_executor_class = OETestContextExecutor
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/__init__.py
deleted file mode 100644
index 855b6b9d2..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/__init__.py
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from functools import wraps
-from abc import abstractmethod
-
-decoratorClasses = set()
-
-def registerDecorator(obj):
- decoratorClasses.add(obj)
- return obj
-
-class OETestDecorator(object):
- case = None # Reference of OETestCase decorated
- attrs = None # Attributes to be loaded by decorator implementation
-
- def __init__(self, *args, **kwargs):
- if not self.attrs:
- return
-
- for idx, attr in enumerate(self.attrs):
- if attr in kwargs:
- value = kwargs[attr]
- else:
- value = args[idx]
- setattr(self, attr, value)
-
- def __call__(self, func):
- @wraps(func)
- def wrapped_f(*args, **kwargs):
- self.attrs = self.attrs # XXX: Enables OETestLoader discover
- return func(*args, **kwargs)
- return wrapped_f
-
- # OETestLoader call it when is loading test cases.
- # XXX: Most methods would change the registry for later
- # processing; be aware that filtrate method needs to
- # run later than bind, so there could be data (in the
- # registry) of a cases that were filtered.
- def bind(self, registry, case):
- self.case = case
- self.logger = case.tc.logger
- self.case.decorators.append(self)
-
- # OETestRunner call this method when tries to run
- # the test case.
- def setUpDecorator(self):
- pass
-
- # OETestRunner call it after a test method has been
- # called even if the method raised an exception.
- def tearDownDecorator(self):
- pass
-
-class OETestDiscover(OETestDecorator):
-
- # OETestLoader call it after discover test cases
- # needs to return the cases to be run.
- @staticmethod
- def discover(registry):
- return registry['cases']
-
-class OETestFilter(OETestDecorator):
-
- # OETestLoader call it while loading the tests
- # in loadTestsFromTestCase method, it needs to
- # return a bool, True if needs to be filtered.
- # This method must consume the filter used.
- @abstractmethod
- def filtrate(self, filters):
- return False
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/data.py b/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/data.py
deleted file mode 100644
index ff7bdd98b..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/data.py
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.exception import OEQAMissingVariable
-
-from . import OETestDecorator, registerDecorator
-
-def has_feature(td, feature):
- """
- Checks for feature in DISTRO_FEATURES or IMAGE_FEATURES.
- """
-
- if (feature in td.get('DISTRO_FEATURES', '') or
- feature in td.get('IMAGE_FEATURES', '')):
- return True
- return False
-
-@registerDecorator
-class skipIfDataVar(OETestDecorator):
- """
- Skip test based on value of a data store's variable.
-
- It will get the info of var from the data store and will
- check it against value; if are equal it will skip the test
- with msg as the reason.
- """
-
- attrs = ('var', 'value', 'msg')
-
- def setUpDecorator(self):
- msg = ('Checking if %r value is %r to skip test' %
- (self.var, self.value))
- self.logger.debug(msg)
- if self.case.td.get(self.var) == self.value:
- self.case.skipTest(self.msg)
-
-@registerDecorator
-class skipIfNotDataVar(OETestDecorator):
- """
- Skip test based on value of a data store's variable.
-
- It will get the info of var from the data store and will
- check it against value; if are not equal it will skip the
- test with msg as the reason.
- """
-
- attrs = ('var', 'value', 'msg')
-
- def setUpDecorator(self):
- msg = ('Checking if %r value is not %r to skip test' %
- (self.var, self.value))
- self.logger.debug(msg)
- if not self.case.td.get(self.var) == self.value:
- self.case.skipTest(self.msg)
-
-@registerDecorator
-class skipIfNotInDataVar(OETestDecorator):
- """
- Skip test if value is not in data store's variable.
- """
-
- attrs = ('var', 'value', 'msg')
- def setUpDecorator(self):
- msg = ('Checking if %r value is in %r to run '
- 'the test' % (self.var, self.value))
- self.logger.debug(msg)
- if not self.value in self.case.td.get(self.var):
- self.case.skipTest(self.msg)
-
-@registerDecorator
-class OETestDataDepends(OETestDecorator):
- attrs = ('td_depends',)
-
- def setUpDecorator(self):
- for v in self.td_depends:
- try:
- value = self.case.td[v]
- except KeyError:
- raise OEQAMissingVariable("Test case need %s variable but"\
- " isn't into td" % v)
-
-@registerDecorator
-class skipIfNotFeature(OETestDecorator):
- """
- Skip test based on DISTRO_FEATURES.
-
- value must be in distro features or it will skip the test
- with msg as the reason.
- """
-
- attrs = ('value', 'msg')
-
- def setUpDecorator(self):
- msg = ('Checking if %s is in DISTRO_FEATURES '
- 'or IMAGE_FEATURES' % (self.value))
- self.logger.debug(msg)
- if not has_feature(self.case.td, self.value):
- self.case.skipTest(self.msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/depends.py b/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/depends.py
deleted file mode 100644
index baa04341c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/depends.py
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from unittest import SkipTest
-
-from oeqa.core.threaded import OETestRunnerThreaded
-from oeqa.core.exception import OEQADependency
-
-from . import OETestDiscover, registerDecorator
-
-def _add_depends(registry, case, depends):
- module_name = case.__module__
- class_name = case.__class__.__name__
-
- case_id = case.id()
-
- for depend in depends:
- dparts = depend.split('.')
-
- if len(dparts) == 1:
- depend_id = ".".join((module_name, class_name, dparts[0]))
- elif len(dparts) == 2:
- depend_id = ".".join((module_name, dparts[0], dparts[1]))
- else:
- depend_id = depend
-
- if not case_id in registry:
- registry[case_id] = []
- if not depend_id in registry[case_id]:
- registry[case_id].append(depend_id)
-
-def _validate_test_case_depends(cases, depends):
- for case in depends:
- if not case in cases:
- continue
- for dep in depends[case]:
- if not dep in cases:
- raise OEQADependency("TestCase %s depends on %s and isn't available"\
- ", cases available %s." % (case, dep, str(cases.keys())))
-
-def _order_test_case_by_depends(cases, depends):
- def _dep_resolve(graph, node, resolved, seen):
- seen.append(node)
- for edge in graph[node]:
- if edge not in resolved:
- if edge in seen:
- raise OEQADependency("Test cases %s and %s have a circular" \
- " dependency." % (node, edge))
- _dep_resolve(graph, edge, resolved, seen)
- resolved.append(node)
-
- dep_graph = {}
- dep_graph['__root__'] = cases.keys()
- for case in cases:
- if case in depends:
- dep_graph[case] = depends[case]
- else:
- dep_graph[case] = []
-
- cases_ordered = []
- _dep_resolve(dep_graph, '__root__', cases_ordered, [])
- cases_ordered.remove('__root__')
-
- return [cases[case_id] for case_id in cases_ordered]
-
-def _skipTestDependency(case, depends):
- if isinstance(case.tc.runner, OETestRunnerThreaded):
- import threading
- results = case.tc._results[threading.get_ident()]
- else:
- results = case.tc._results
-
- skipReasons = ['errors', 'failures', 'skipped']
-
- for reason in skipReasons:
- for test, _ in results[reason]:
- if test.id() in depends:
- raise SkipTest("Test case %s depends on %s and was in %s." \
- % (case.id(), test.id(), reason))
-
-@registerDecorator
-class OETestDepends(OETestDiscover):
- attrs = ('depends',)
-
- def bind(self, registry, case):
- super(OETestDepends, self).bind(registry, case)
- if not registry.get('depends'):
- registry['depends'] = {}
- _add_depends(registry['depends'], case, self.depends)
-
- @staticmethod
- def discover(registry):
- if registry.get('depends'):
- _validate_test_case_depends(registry['cases'], registry['depends'])
- return _order_test_case_by_depends(registry['cases'], registry['depends'])
- else:
- return [registry['cases'][case_id] for case_id in registry['cases']]
-
- def setUpDecorator(self):
- _skipTestDependency(self.case, self.depends)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oeid.py b/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oeid.py
deleted file mode 100644
index ea8017a55..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oeid.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from . import OETestFilter, registerDecorator
-from oeqa.core.utils.misc import intToList
-
-def _idFilter(oeid, filters):
- return False if oeid in filters else True
-
-@registerDecorator
-class OETestID(OETestFilter):
- attrs = ('oeid',)
-
- def bind(self, registry, case):
- super(OETestID, self).bind(registry, case)
-
- def filtrate(self, filters):
- if filters.get('oeid'):
- filterx = intToList(filters['oeid'], 'oeid')
- del filters['oeid']
- if _idFilter(self.oeid, filterx):
- return True
- return False
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oetag.py b/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oetag.py
deleted file mode 100644
index ad38ab78a..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oetag.py
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from . import OETestFilter, registerDecorator
-from oeqa.core.utils.misc import strToList
-
-def _tagFilter(tags, filters):
- return False if set(tags) & set(filters) else True
-
-@registerDecorator
-class OETestTag(OETestFilter):
- attrs = ('oetag',)
-
- def bind(self, registry, case):
- super(OETestTag, self).bind(registry, case)
- self.oetag = strToList(self.oetag, 'oetag')
-
- def filtrate(self, filters):
- if filters.get('oetag'):
- filterx = strToList(filters['oetag'], 'oetag')
- del filters['oetag']
- if _tagFilter(self.oetag, filterx):
- return True
- return False
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oetimeout.py b/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oetimeout.py
deleted file mode 100644
index f85e7d979..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/decorator/oetimeout.py
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from . import OETestDecorator, registerDecorator
-
-import signal
-from threading import Timer
-
-from oeqa.core.threaded import OETestRunnerThreaded
-from oeqa.core.exception import OEQATimeoutError
-
-@registerDecorator
-class OETimeout(OETestDecorator):
- attrs = ('oetimeout',)
-
- def setUpDecorator(self):
- self.logger.debug("Setting up a %d second(s) timeout" % self.oetimeout)
-
- if isinstance(self.case.tc.runner, OETestRunnerThreaded):
- self.timeouted = False
- def _timeoutHandler():
- self.timeouted = True
-
- self.timer = Timer(self.oetimeout, _timeoutHandler)
- self.timer.start()
- else:
- timeout = self.oetimeout
- def _timeoutHandler(signum, frame):
- raise OEQATimeoutError("Timed out after %s "
- "seconds of execution" % timeout)
-
- self.alarmSignal = signal.signal(signal.SIGALRM, _timeoutHandler)
- signal.alarm(self.oetimeout)
-
- def tearDownDecorator(self):
- if isinstance(self.case.tc.runner, OETestRunnerThreaded):
- self.timer.cancel()
- self.logger.debug("Removed Timer handler")
- if self.timeouted:
- raise OEQATimeoutError("Timed out after %s "
- "seconds of execution" % self.oetimeout)
- else:
- signal.alarm(0)
- signal.signal(signal.SIGALRM, self.alarmSignal)
- self.logger.debug("Removed SIGALRM handler")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/exception.py b/import-layers/yocto-poky/meta/lib/oeqa/core/exception.py
deleted file mode 100644
index 732f2efde..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/exception.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-class OEQAException(Exception):
- pass
-
-class OEQATimeoutError(OEQAException):
- pass
-
-class OEQAMissingVariable(OEQAException):
- pass
-
-class OEQADependency(OEQAException):
- pass
-
-class OEQAMissingManifest(OEQAException):
- pass
-
-class OEQAPreRun(OEQAException):
- pass
-
-class OEQATestNotFound(OEQAException):
- pass
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/loader.py b/import-layers/yocto-poky/meta/lib/oeqa/core/loader.py
deleted file mode 100644
index a4744dee0..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/loader.py
+++ /dev/null
@@ -1,355 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import re
-import sys
-import unittest
-import inspect
-
-from oeqa.core.utils.path import findFile
-from oeqa.core.utils.test import getSuiteModules, getCaseID
-
-from oeqa.core.exception import OEQATestNotFound
-from oeqa.core.case import OETestCase
-from oeqa.core.decorator import decoratorClasses, OETestDecorator, \
- OETestFilter, OETestDiscover
-
-# When loading tests, the unittest framework stores any exceptions and
-# displays them only when the run method is called.
-#
-# For our purposes, it is better to raise the exceptions in the loading
-# step rather than waiting to run the test suite.
-#
-# Generate the function definition because this differ across python versions
-# Python >= 3.4.4 uses tree parameters instead four but for example Python 3.5.3
-# ueses four parameters so isn't incremental.
-_failed_test_args = inspect.getargspec(unittest.loader._make_failed_test).args
-exec("""def _make_failed_test(%s): raise exception""" % ', '.join(_failed_test_args))
-unittest.loader._make_failed_test = _make_failed_test
-
-def _find_duplicated_modules(suite, directory):
- for module in getSuiteModules(suite):
- path = findFile('%s.py' % module, directory)
- if path:
- raise ImportError("Duplicated %s module found in %s" % (module, path))
-
-def _built_modules_dict(modules):
- modules_dict = {}
-
- if modules == None:
- return modules_dict
-
- for module in modules:
- # Assumption: package and module names do not contain upper case
- # characters, whereas class names do
- m = re.match(r'^(\w+)(?:\.(\w[^.]*)(?:\.([^.]+))?)?$', module, flags=re.ASCII)
-
- module_name, class_name, test_name = m.groups()
-
- if module_name and module_name not in modules_dict:
- modules_dict[module_name] = {}
- if class_name and class_name not in modules_dict[module_name]:
- modules_dict[module_name][class_name] = []
- if test_name and test_name not in modules_dict[module_name][class_name]:
- modules_dict[module_name][class_name].append(test_name)
-
- return modules_dict
-
-class OETestLoader(unittest.TestLoader):
- caseClass = OETestCase
-
- kwargs_names = ['testMethodPrefix', 'sortTestMethodUsing', 'suiteClass',
- '_top_level_dir']
-
- def __init__(self, tc, module_paths, modules, tests, modules_required,
- filters, *args, **kwargs):
- self.tc = tc
-
- self.modules = _built_modules_dict(modules)
-
- self.tests = tests
- self.modules_required = modules_required
-
- self.filters = filters
- self.decorator_filters = [d for d in decoratorClasses if \
- issubclass(d, OETestFilter)]
- self._validateFilters(self.filters, self.decorator_filters)
- self.used_filters = [d for d in self.decorator_filters
- for f in self.filters
- if f in d.attrs]
-
- if isinstance(module_paths, str):
- module_paths = [module_paths]
- elif not isinstance(module_paths, list):
- raise TypeError('module_paths must be a str or a list of str')
- self.module_paths = module_paths
-
- for kwname in self.kwargs_names:
- if kwname in kwargs:
- setattr(self, kwname, kwargs[kwname])
-
- self._patchCaseClass(self.caseClass)
-
- super(OETestLoader, self).__init__()
-
- def _patchCaseClass(self, testCaseClass):
- # Adds custom attributes to the OETestCase class
- setattr(testCaseClass, 'tc', self.tc)
- setattr(testCaseClass, 'td', self.tc.td)
- setattr(testCaseClass, 'logger', self.tc.logger)
-
- def _validateFilters(self, filters, decorator_filters):
- # Validate if filter isn't empty
- for key,value in filters.items():
- if not value:
- raise TypeError("Filter %s specified is empty" % key)
-
- # Validate unique attributes
- attr_filters = [attr for clss in decorator_filters \
- for attr in clss.attrs]
- dup_attr = [attr for attr in attr_filters
- if attr_filters.count(attr) > 1]
- if dup_attr:
- raise TypeError('Detected duplicated attribute(s) %s in filter'
- ' decorators' % ' ,'.join(dup_attr))
-
- # Validate if filter is supported
- for f in filters:
- if f not in attr_filters:
- classes = ', '.join([d.__name__ for d in decorator_filters])
- raise TypeError('Found "%s" filter but not declared in any of '
- '%s decorators' % (f, classes))
-
- def _registerTestCase(self, case):
- case_id = case.id()
- self.tc._registry['cases'][case_id] = case
-
- def _handleTestCaseDecorators(self, case):
- def _handle(obj):
- if isinstance(obj, OETestDecorator):
- if not obj.__class__ in decoratorClasses:
- raise Exception("Decorator %s isn't registered" \
- " in decoratorClasses." % obj.__name__)
- obj.bind(self.tc._registry, case)
-
- def _walk_closure(obj):
- if hasattr(obj, '__closure__') and obj.__closure__:
- for f in obj.__closure__:
- obj = f.cell_contents
- _handle(obj)
- _walk_closure(obj)
- method = getattr(case, case._testMethodName, None)
- _walk_closure(method)
-
- def _filterTest(self, case):
- """
- Returns True if test case must be filtered, False otherwise.
- """
- # XXX; If the module has more than one namespace only use
- # the first to support run the whole module specifying the
- # <module_name>.[test_class].[test_name]
- module_name_small = case.__module__.split('.')[0]
- module_name = case.__module__
-
- class_name = case.__class__.__name__
- test_name = case._testMethodName
-
- if self.modules:
- module = None
- try:
- module = self.modules[module_name_small]
- except KeyError:
- try:
- module = self.modules[module_name]
- except KeyError:
- return True
-
- if module:
- if not class_name in module:
- return True
-
- if module[class_name]:
- if test_name not in module[class_name]:
- return True
-
- # Decorator filters
- if self.filters and isinstance(case, OETestCase):
- filters = self.filters.copy()
- case_decorators = [cd for cd in case.decorators
- if cd.__class__ in self.used_filters]
-
- # Iterate over case decorators to check if needs to be filtered.
- for cd in case_decorators:
- if cd.filtrate(filters):
- return True
-
- # Case is missing one or more decorators for all the filters
- # being used, so filter test case.
- if filters:
- return True
-
- return False
-
- def _getTestCase(self, testCaseClass, tcName):
- if not hasattr(testCaseClass, '__oeqa_loader') and \
- issubclass(testCaseClass, OETestCase):
- # In order to support data_vars validation
- # monkey patch the default setUp/tearDown{Class} to use
- # the ones provided by OETestCase
- setattr(testCaseClass, 'setUpClassMethod',
- getattr(testCaseClass, 'setUpClass'))
- setattr(testCaseClass, 'tearDownClassMethod',
- getattr(testCaseClass, 'tearDownClass'))
- setattr(testCaseClass, 'setUpClass',
- testCaseClass._oeSetUpClass)
- setattr(testCaseClass, 'tearDownClass',
- testCaseClass._oeTearDownClass)
-
- # In order to support decorators initialization
- # monkey patch the default setUp/tearDown to use
- # a setUpDecorators/tearDownDecorators that methods
- # will call setUp/tearDown original methods.
- setattr(testCaseClass, 'setUpMethod',
- getattr(testCaseClass, 'setUp'))
- setattr(testCaseClass, 'tearDownMethod',
- getattr(testCaseClass, 'tearDown'))
- setattr(testCaseClass, 'setUp', testCaseClass._oeSetUp)
- setattr(testCaseClass, 'tearDown', testCaseClass._oeTearDown)
-
- setattr(testCaseClass, '__oeqa_loader', True)
-
- case = testCaseClass(tcName)
- if isinstance(case, OETestCase):
- setattr(case, 'decorators', [])
-
- return case
-
- def loadTestsFromTestCase(self, testCaseClass):
- """
- Returns a suite of all tests cases contained in testCaseClass.
- """
- if issubclass(testCaseClass, unittest.suite.TestSuite):
- raise TypeError("Test cases should not be derived from TestSuite." \
- " Maybe you meant to derive %s from TestCase?" \
- % testCaseClass.__name__)
- if not issubclass(testCaseClass, unittest.case.TestCase):
- raise TypeError("Test %s is not derived from %s" % \
- (testCaseClass.__name__, unittest.case.TestCase.__name__))
-
- testCaseNames = self.getTestCaseNames(testCaseClass)
- if not testCaseNames and hasattr(testCaseClass, 'runTest'):
- testCaseNames = ['runTest']
-
- suite = []
- for tcName in testCaseNames:
- case = self._getTestCase(testCaseClass, tcName)
- # Filer by case id
- if not (self.tests and not 'all' in self.tests
- and not getCaseID(case) in self.tests):
- self._handleTestCaseDecorators(case)
-
- # Filter by decorators
- if not self._filterTest(case):
- self._registerTestCase(case)
- suite.append(case)
-
- return self.suiteClass(suite)
-
- def _required_modules_validation(self):
- """
- Search in Test context registry if a required
- test is found, raise an exception when not found.
- """
-
- for module in self.modules_required:
- found = False
-
- # The module name is splitted to only compare the
- # first part of a test case id.
- comp_len = len(module.split('.'))
- for case in self.tc._registry['cases']:
- case_comp = '.'.join(case.split('.')[0:comp_len])
- if module == case_comp:
- found = True
- break
-
- if not found:
- raise OEQATestNotFound("Not found %s in loaded test cases" % \
- module)
-
- def discover(self):
- big_suite = self.suiteClass()
- for path in self.module_paths:
- _find_duplicated_modules(big_suite, path)
- suite = super(OETestLoader, self).discover(path,
- pattern='*.py', top_level_dir=path)
- big_suite.addTests(suite)
-
- cases = None
- discover_classes = [clss for clss in decoratorClasses
- if issubclass(clss, OETestDiscover)]
- for clss in discover_classes:
- cases = clss.discover(self.tc._registry)
-
- if self.modules_required:
- self._required_modules_validation()
-
- return self.suiteClass(cases) if cases else big_suite
-
- def _filterModule(self, module):
- if module.__name__ in sys.builtin_module_names:
- msg = 'Tried to import %s test module but is a built-in'
- raise ImportError(msg % module.__name__)
-
- # XXX; If the module has more than one namespace only use
- # the first to support run the whole module specifying the
- # <module_name>.[test_class].[test_name]
- module_name_small = module.__name__.split('.')[0]
- module_name = module.__name__
-
- # Normal test modules are loaded if no modules were specified,
- # if module is in the specified module list or if 'all' is in
- # module list.
- # Underscore modules are loaded only if specified in module list.
- load_module = True if not module_name.startswith('_') \
- and (not self.modules \
- or module_name in self.modules \
- or module_name_small in self.modules \
- or 'all' in self.modules) \
- else False
-
- load_underscore = True if module_name.startswith('_') \
- and (module_name in self.modules or \
- module_name_small in self.modules) \
- else False
-
- return (load_module, load_underscore)
-
-
- # XXX After Python 3.5, remove backward compatibility hacks for
- # use_load_tests deprecation via *args and **kws. See issue 16662.
- if sys.version_info >= (3,5):
- def loadTestsFromModule(self, module, *args, pattern=None, **kws):
- """
- Returns a suite of all tests cases contained in module.
- """
- load_module, load_underscore = self._filterModule(module)
-
- if load_module or load_underscore:
- return super(OETestLoader, self).loadTestsFromModule(
- module, *args, pattern=pattern, **kws)
- else:
- return self.suiteClass()
- else:
- def loadTestsFromModule(self, module, use_load_tests=True):
- """
- Returns a suite of all tests cases contained in module.
- """
- load_module, load_underscore = self._filterModule(module)
-
- if load_module or load_underscore:
- return super(OETestLoader, self).loadTestsFromModule(
- module, use_load_tests)
- else:
- return self.suiteClass()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/runner.py b/import-layers/yocto-poky/meta/lib/oeqa/core/runner.py
deleted file mode 100644
index 13cdf5ba5..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/runner.py
+++ /dev/null
@@ -1,277 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import time
-import unittest
-import logging
-import re
-
-xmlEnabled = False
-try:
- import xmlrunner
- from xmlrunner.result import _XMLTestResult as _TestResult
- from xmlrunner.runner import XMLTestRunner as _TestRunner
- xmlEnabled = True
-except ImportError:
- # use the base runner instead
- from unittest import TextTestResult as _TestResult
- from unittest import TextTestRunner as _TestRunner
-
-class OEStreamLogger(object):
- def __init__(self, logger):
- self.logger = logger
- self.buffer = ""
-
- def write(self, msg):
- if len(msg) > 1 and msg[0] != '\n':
- if '...' in msg:
- self.buffer += msg
- elif self.buffer:
- self.buffer += msg
- self.logger.log(logging.INFO, self.buffer)
- self.buffer = ""
- else:
- self.logger.log(logging.INFO, msg)
-
- def flush(self):
- for handler in self.logger.handlers:
- handler.flush()
-
-class OETestResult(_TestResult):
- def __init__(self, tc, *args, **kwargs):
- super(OETestResult, self).__init__(*args, **kwargs)
-
- self.tc = tc
- self._tc_map_results()
-
- def startTest(self, test):
- # Allow us to trigger the testcase buffer mode on a per test basis
- # so stdout/stderr are only printed upon failure. Enables debugging
- # but clean output
- if hasattr(test, "buffer"):
- self.buffer = test.buffer
- super(OETestResult, self).startTest(test)
-
- def _tc_map_results(self):
- self.tc._results['failures'] = self.failures
- self.tc._results['errors'] = self.errors
- self.tc._results['skipped'] = self.skipped
- self.tc._results['expectedFailures'] = self.expectedFailures
-
- def logSummary(self, component, context_msg=''):
- elapsed_time = self.tc._run_end_time - self.tc._run_start_time
- self.tc.logger.info("SUMMARY:")
- self.tc.logger.info("%s (%s) - Ran %d test%s in %.3fs" % (component,
- context_msg, self.testsRun, self.testsRun != 1 and "s" or "",
- elapsed_time))
-
- if self.wasSuccessful():
- msg = "%s - OK - All required tests passed" % component
- else:
- msg = "%s - FAIL - Required tests failed" % component
- skipped = len(self.tc._results['skipped'])
- if skipped:
- msg += " (skipped=%d)" % skipped
- self.tc.logger.info(msg)
-
- def _getDetailsNotPassed(self, case, type, desc):
- found = False
-
- for (scase, msg) in self.tc._results[type]:
- # XXX: When XML reporting is enabled scase is
- # xmlrunner.result._TestInfo instance instead of
- # string.
- if xmlEnabled:
- if case.id() == scase.test_id:
- found = True
- break
- scase_str = scase.test_id
- else:
- if case == scase:
- found = True
- break
- scase_str = str(scase)
-
- # When fails at module or class level the class name is passed as string
- # so figure out to see if match
- m = re.search("^setUpModule \((?P<module_name>.*)\)$", scase_str)
- if m:
- if case.__class__.__module__ == m.group('module_name'):
- found = True
- break
-
- m = re.search("^setUpClass \((?P<class_name>.*)\)$", scase_str)
- if m:
- class_name = "%s.%s" % (case.__class__.__module__,
- case.__class__.__name__)
-
- if class_name == m.group('class_name'):
- found = True
- break
-
- if found:
- return (found, msg)
-
- return (found, None)
-
- def logDetails(self):
- self.tc.logger.info("RESULTS:")
- for case_name in self.tc._registry['cases']:
- case = self.tc._registry['cases'][case_name]
-
- result_types = ['failures', 'errors', 'skipped', 'expectedFailures']
- result_desc = ['FAILED', 'ERROR', 'SKIPPED', 'EXPECTEDFAIL']
-
- fail = False
- desc = None
- for idx, name in enumerate(result_types):
- (fail, msg) = self._getDetailsNotPassed(case, result_types[idx],
- result_desc[idx])
- if fail:
- desc = result_desc[idx]
- break
-
- oeid = -1
- if hasattr(case, 'decorators'):
- for d in case.decorators:
- if hasattr(d, 'oeid'):
- oeid = d.oeid
-
- if fail:
- self.tc.logger.info("RESULTS - %s - Testcase %s: %s" % (case.id(),
- oeid, desc))
- else:
- self.tc.logger.info("RESULTS - %s - Testcase %s: %s" % (case.id(),
- oeid, 'PASSED'))
-
-class OEListTestsResult(object):
- def wasSuccessful(self):
- return True
-
-class OETestRunner(_TestRunner):
- streamLoggerClass = OEStreamLogger
-
- def __init__(self, tc, *args, **kwargs):
- if xmlEnabled:
- if not kwargs.get('output'):
- kwargs['output'] = os.path.join(os.getcwd(),
- 'TestResults_%s_%s' % (time.strftime("%Y%m%d%H%M%S"), os.getpid()))
-
- kwargs['stream'] = self.streamLoggerClass(tc.logger)
- super(OETestRunner, self).__init__(*args, **kwargs)
- self.tc = tc
- self.resultclass = OETestResult
-
- # XXX: The unittest-xml-reporting package defines _make_result method instead
- # of _makeResult standard on unittest.
- if xmlEnabled:
- def _make_result(self):
- """
- Creates a TestResult object which will be used to store
- information about the executed tests.
- """
- # override in subclasses if necessary.
- return self.resultclass(self.tc,
- self.stream, self.descriptions, self.verbosity, self.elapsed_times
- )
- else:
- def _makeResult(self):
- return self.resultclass(self.tc, self.stream, self.descriptions,
- self.verbosity)
-
-
- def _walk_suite(self, suite, func):
- for obj in suite:
- if isinstance(obj, unittest.suite.TestSuite):
- if len(obj._tests):
- self._walk_suite(obj, func)
- elif isinstance(obj, unittest.case.TestCase):
- func(self.tc.logger, obj)
- self._walked_cases = self._walked_cases + 1
-
- def _list_tests_name(self, suite):
- from oeqa.core.decorator.oeid import OETestID
- from oeqa.core.decorator.oetag import OETestTag
-
- self._walked_cases = 0
-
- def _list_cases_without_id(logger, case):
-
- found_id = False
- if hasattr(case, 'decorators'):
- for d in case.decorators:
- if isinstance(d, OETestID):
- found_id = True
-
- if not found_id:
- logger.info('oeid missing for %s' % case.id())
-
- def _list_cases(logger, case):
- oeid = None
- oetag = None
-
- if hasattr(case, 'decorators'):
- for d in case.decorators:
- if isinstance(d, OETestID):
- oeid = d.oeid
- elif isinstance(d, OETestTag):
- oetag = d.oetag
-
- logger.info("%s\t%s\t\t%s" % (oeid, oetag, case.id()))
-
- self.tc.logger.info("Listing test cases that don't have oeid ...")
- self._walk_suite(suite, _list_cases_without_id)
- self.tc.logger.info("-" * 80)
-
- self.tc.logger.info("Listing all available tests:")
- self._walked_cases = 0
- self.tc.logger.info("id\ttag\t\ttest")
- self.tc.logger.info("-" * 80)
- self._walk_suite(suite, _list_cases)
- self.tc.logger.info("-" * 80)
- self.tc.logger.info("Total found:\t%s" % self._walked_cases)
-
- def _list_tests_class(self, suite):
- self._walked_cases = 0
-
- curr = {}
- def _list_classes(logger, case):
- if not 'module' in curr or curr['module'] != case.__module__:
- curr['module'] = case.__module__
- logger.info(curr['module'])
-
- if not 'class' in curr or curr['class'] != \
- case.__class__.__name__:
- curr['class'] = case.__class__.__name__
- logger.info(" -- %s" % curr['class'])
-
- logger.info(" -- -- %s" % case._testMethodName)
-
- self.tc.logger.info("Listing all available test classes:")
- self._walk_suite(suite, _list_classes)
-
- def _list_tests_module(self, suite):
- self._walked_cases = 0
-
- listed = []
- def _list_modules(logger, case):
- if not case.__module__ in listed:
- if case.__module__.startswith('_'):
- logger.info("%s (hidden)" % case.__module__)
- else:
- logger.info(case.__module__)
- listed.append(case.__module__)
-
- self.tc.logger.info("Listing all available test modules:")
- self._walk_suite(suite, _list_modules)
-
- def list_tests(self, suite, display_type):
- if display_type == 'name':
- self._list_tests_name(suite)
- elif display_type == 'class':
- self._list_tests_class(suite)
- elif display_type == 'module':
- self._list_tests_module(suite)
-
- return OEListTestsResult()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/target/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/core/target/__init__.py
deleted file mode 100644
index d2468bc25..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/target/__init__.py
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from abc import abstractmethod
-
-class OETarget(object):
-
- def __init__(self, logger, *args, **kwargs):
- self.logger = logger
-
- @abstractmethod
- def start(self):
- pass
-
- @abstractmethod
- def stop(self):
- pass
-
- @abstractmethod
- def run(self, cmd, timeout=None):
- pass
-
- @abstractmethod
- def copyTo(self, localSrc, remoteDst):
- pass
-
- @abstractmethod
- def copyFrom(self, remoteSrc, localDst):
- pass
-
- @abstractmethod
- def copyDirTo(self, localSrc, remoteDst):
- pass
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/target/qemu.py b/import-layers/yocto-poky/meta/lib/oeqa/core/target/qemu.py
deleted file mode 100644
index bf3b633f0..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/target/qemu.py
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import sys
-import signal
-import time
-
-from .ssh import OESSHTarget
-from oeqa.utils.qemurunner import QemuRunner
-
-supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic']
-
-class OEQemuTarget(OESSHTarget):
- def __init__(self, logger, ip, server_ip, timeout=300, user='root',
- port=None, machine='', rootfs='', kernel='', kvm=False,
- dump_dir='', dump_host_cmds='', display='', bootlog='',
- tmpdir='', dir_image='', boottime=60, **kwargs):
-
- super(OEQemuTarget, self).__init__(logger, ip, server_ip, timeout,
- user, port)
-
- self.ip = ip
- self.server_ip = server_ip
- self.machine = machine
- self.rootfs = rootfs
- self.kernel = kernel
- self.kvm = kvm
-
- self.runner = QemuRunner(machine=machine, rootfs=rootfs, tmpdir=tmpdir,
- deploy_dir_image=dir_image, display=display,
- logfile=bootlog, boottime=boottime,
- use_kvm=kvm, dump_dir=dump_dir,
- dump_host_cmds=dump_host_cmds, logger=logger)
-
- def start(self, params=None, extra_bootparams=None):
- if self.runner.start(params, extra_bootparams=extra_bootparams):
- self.ip = self.runner.ip
- self.server_ip = self.runner.server_ip
- else:
- self.stop()
- raise RuntimeError("FAILED to start qemu - check the task log and the boot log")
-
- def stop(self):
- self.runner.stop()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/target/ssh.py b/import-layers/yocto-poky/meta/lib/oeqa/core/target/ssh.py
deleted file mode 100644
index 151b99a77..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/target/ssh.py
+++ /dev/null
@@ -1,267 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import time
-import select
-import logging
-import subprocess
-import codecs
-
-from . import OETarget
-
-class OESSHTarget(OETarget):
- def __init__(self, logger, ip, server_ip, timeout=300, user='root',
- port=None, **kwargs):
- if not logger:
- logger = logging.getLogger('target')
- logger.setLevel(logging.INFO)
- filePath = os.path.join(os.getcwd(), 'remoteTarget.log')
- fileHandler = logging.FileHandler(filePath, 'w', 'utf-8')
- formatter = logging.Formatter(
- '%(asctime)s.%(msecs)03d %(levelname)s: %(message)s',
- '%H:%M:%S')
- fileHandler.setFormatter(formatter)
- logger.addHandler(fileHandler)
-
- super(OESSHTarget, self).__init__(logger)
- self.ip = ip
- self.server_ip = server_ip
- self.timeout = timeout
- self.user = user
- ssh_options = [
- '-o', 'UserKnownHostsFile=/dev/null',
- '-o', 'StrictHostKeyChecking=no',
- '-o', 'LogLevel=ERROR'
- ]
- self.ssh = ['ssh', '-l', self.user ] + ssh_options
- self.scp = ['scp'] + ssh_options
- if port:
- self.ssh = self.ssh + [ '-p', port ]
- self.scp = self.scp + [ '-P', port ]
-
- def start(self, **kwargs):
- pass
-
- def stop(self, **kwargs):
- pass
-
- def _run(self, command, timeout=None, ignore_status=True):
- """
- Runs command in target using SSHProcess.
- """
- self.logger.debug("[Running]$ %s" % " ".join(command))
-
- starttime = time.time()
- status, output = SSHCall(command, self.logger, timeout)
- self.logger.debug("[Command returned '%d' after %.2f seconds]"
- "" % (status, time.time() - starttime))
-
- if status and not ignore_status:
- raise AssertionError("Command '%s' returned non-zero exit "
- "status %d:\n%s" % (command, status, output))
-
- return (status, output)
-
- def run(self, command, timeout=None):
- """
- Runs command in target.
-
- command: Command to run on target.
- timeout: <value>: Kill command after <val> seconds.
- None: Kill command default value seconds.
- 0: No timeout, runs until return.
- """
- targetCmd = 'export PATH=/usr/sbin:/sbin:/usr/bin:/bin; %s' % command
- sshCmd = self.ssh + [self.ip, targetCmd]
-
- if timeout:
- processTimeout = timeout
- elif timeout==0:
- processTimeout = None
- else:
- processTimeout = self.timeout
-
- status, output = self._run(sshCmd, processTimeout, True)
- self.logger.debug('Command: %s\nOutput: %s\n' % (command, output))
- return (status, output)
-
- def copyTo(self, localSrc, remoteDst):
- """
- Copy file to target.
-
- If local file is symlink, recreate symlink in target.
- """
- if os.path.islink(localSrc):
- link = os.readlink(localSrc)
- dstDir, dstBase = os.path.split(remoteDst)
- sshCmd = 'cd %s; ln -s %s %s' % (dstDir, link, dstBase)
- return self.run(sshCmd)
-
- else:
- remotePath = '%s@%s:%s' % (self.user, self.ip, remoteDst)
- scpCmd = self.scp + [localSrc, remotePath]
- return self._run(scpCmd, ignore_status=False)
-
- def copyFrom(self, remoteSrc, localDst):
- """
- Copy file from target.
- """
- remotePath = '%s@%s:%s' % (self.user, self.ip, remoteSrc)
- scpCmd = self.scp + [remotePath, localDst]
- return self._run(scpCmd, ignore_status=False)
-
- def copyDirTo(self, localSrc, remoteDst):
- """
- Copy recursively localSrc directory to remoteDst in target.
- """
-
- for root, dirs, files in os.walk(localSrc):
- # Create directories in the target as needed
- for d in dirs:
- tmpDir = os.path.join(root, d).replace(localSrc, "")
- newDir = os.path.join(remoteDst, tmpDir.lstrip("/"))
- cmd = "mkdir -p %s" % newDir
- self.run(cmd)
-
- # Copy files into the target
- for f in files:
- tmpFile = os.path.join(root, f).replace(localSrc, "")
- dstFile = os.path.join(remoteDst, tmpFile.lstrip("/"))
- srcFile = os.path.join(root, f)
- self.copyTo(srcFile, dstFile)
-
- def deleteFiles(self, remotePath, files):
- """
- Deletes files in target's remotePath.
- """
-
- cmd = "rm"
- if not isinstance(files, list):
- files = [files]
-
- for f in files:
- cmd = "%s %s" % (cmd, os.path.join(remotePath, f))
-
- self.run(cmd)
-
-
- def deleteDir(self, remotePath):
- """
- Deletes target's remotePath directory.
- """
-
- cmd = "rmdir %s" % remotePath
- self.run(cmd)
-
-
- def deleteDirStructure(self, localPath, remotePath):
- """
- Delete recursively localPath structure directory in target's remotePath.
-
- This function is very usefult to delete a package that is installed in
- the DUT and the host running the test has such package extracted in tmp
- directory.
-
- Example:
- pwd: /home/user/tmp
- tree: .
- └── work
- ├── dir1
- │   └── file1
- └── dir2
-
- localpath = "/home/user/tmp" and remotepath = "/home/user"
-
- With the above variables this function will try to delete the
- directory in the DUT in this order:
- /home/user/work/dir1/file1
- /home/user/work/dir1 (if dir is empty)
- /home/user/work/dir2 (if dir is empty)
- /home/user/work (if dir is empty)
- """
-
- for root, dirs, files in os.walk(localPath, topdown=False):
- # Delete files first
- tmpDir = os.path.join(root).replace(localPath, "")
- remoteDir = os.path.join(remotePath, tmpDir.lstrip("/"))
- self.deleteFiles(remoteDir, files)
-
- # Remove dirs if empty
- for d in dirs:
- tmpDir = os.path.join(root, d).replace(localPath, "")
- remoteDir = os.path.join(remotePath, tmpDir.lstrip("/"))
- self.deleteDir(remoteDir)
-
-def SSHCall(command, logger, timeout=None, **opts):
-
- def run():
- nonlocal output
- nonlocal process
- starttime = time.time()
- process = subprocess.Popen(command, **options)
- if timeout:
- endtime = starttime + timeout
- eof = False
- while time.time() < endtime and not eof:
- logger.debug('time: %s, endtime: %s' % (time.time(), endtime))
- try:
- if select.select([process.stdout], [], [], 5)[0] != []:
- reader = codecs.getreader('utf-8')(process.stdout)
- data = reader.read(1024, 1024)
- if not data:
- process.stdout.close()
- eof = True
- else:
- output += data
- logger.debug('Partial data from SSH call: %s' % data)
- endtime = time.time() + timeout
- except InterruptedError:
- continue
-
- # process hasn't returned yet
- if not eof:
- process.terminate()
- time.sleep(5)
- try:
- process.kill()
- except OSError:
- pass
- endtime = time.time() - starttime
- lastline = ("\nProcess killed - no output for %d seconds. Total"
- " running time: %d seconds." % (timeout, endtime))
- logger.debug('Received data from SSH call %s ' % lastline)
- output += lastline
-
- else:
- output = process.communicate()[0].decode("utf-8", errors='replace')
- logger.debug('Data from SSH call: %s' % output.rstrip())
-
- options = {
- "stdout": subprocess.PIPE,
- "stderr": subprocess.STDOUT,
- "stdin": None,
- "shell": False,
- "bufsize": -1,
- "preexec_fn": os.setsid,
- }
- options.update(opts)
- output = ''
- process = None
-
- # Unset DISPLAY which means we won't trigger SSH_ASKPASS
- env = os.environ.copy()
- if "DISPLAY" in env:
- del env['DISPLAY']
- options['env'] = env
-
- try:
- run()
- except:
- # Need to guard against a SystemExit or other exception ocurring
- # whilst running and ensure we don't leave a process behind.
- if process.poll() is None:
- process.kill()
- logger.debug('Something went wrong, killing SSH process')
- raise
- return (process.wait(), output.rstrip())
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/__init__.py
+++ /dev/null
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/data.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/data.py
deleted file mode 100644
index 88003a6ad..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/data.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-from oeqa.core.decorator.oetag import OETestTag
-from oeqa.core.decorator.data import OETestDataDepends
-
-class DataTest(OETestCase):
- data_vars = ['IMAGE', 'ARCH']
-
- @OETestDataDepends(['MACHINE',])
- @OETestTag('dataTestOk')
- def testDataOk(self):
- self.assertEqual(self.td.get('IMAGE'), 'core-image-minimal')
- self.assertEqual(self.td.get('ARCH'), 'x86')
- self.assertEqual(self.td.get('MACHINE'), 'qemuarm')
-
- @OETestTag('dataTestFail')
- def testDataFail(self):
- pass
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/depends.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/depends.py
deleted file mode 100644
index 17cdd90b1..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/depends.py
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-from oeqa.core.decorator.depends import OETestDepends
-
-class DependsTest(OETestCase):
-
- def testDependsFirst(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestDepends(['testDependsFirst'])
- def testDependsSecond(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestDepends(['testDependsSecond'])
- def testDependsThird(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestDepends(['testDependsSecond'])
- def testDependsFourth(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestDepends(['testDependsThird', 'testDependsFourth'])
- def testDependsFifth(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestDepends(['testDependsCircular3'])
- def testDependsCircular1(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestDepends(['testDependsCircular1'])
- def testDependsCircular2(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestDepends(['testDependsCircular2'])
- def testDependsCircular3(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/invalid/oeid.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/invalid/oeid.py
deleted file mode 100644
index 038d44593..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/invalid/oeid.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-
-class AnotherIDTest(OETestCase):
-
- def testAnotherIdGood(self):
- self.assertTrue(True, msg='How is this possible?')
-
- def testAnotherIdOther(self):
- self.assertTrue(True, msg='How is this possible?')
-
- def testAnotherIdNone(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded.py
deleted file mode 100644
index 0fe4cb3f1..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (C) 2017 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-
-class ThreadedTest(OETestCase):
- def test_threaded_no_depends(self):
- self.assertTrue(True, msg='How is this possible?')
-
-class ThreadedTest2(OETestCase):
- def test_threaded_same_module(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_alone.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_alone.py
deleted file mode 100644
index 905f39784..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_alone.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (C) 2017 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-
-class ThreadedTestAlone(OETestCase):
- def test_threaded_alone(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_depends.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_depends.py
deleted file mode 100644
index 0c158d3ba..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_depends.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2017 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-from oeqa.core.decorator.depends import OETestDepends
-
-class ThreadedTest3(OETestCase):
- @OETestDepends(['threaded.ThreadedTest.test_threaded_no_depends'])
- def test_threaded_depends(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_module.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_module.py
deleted file mode 100644
index 63d17e040..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_module.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (C) 2017 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-
-class ThreadedTestModule(OETestCase):
- def test_threaded_module(self):
- self.assertTrue(True, msg='How is this possible?')
-
-class ThreadedTestModule2(OETestCase):
- def test_threaded_module2(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py
deleted file mode 100644
index c9ffd1777..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-
-class AnotherTest(OETestCase):
-
- def testAnother(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oeid.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oeid.py
deleted file mode 100644
index c2d3d32f2..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oeid.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-from oeqa.core.decorator.oeid import OETestID
-
-class IDTest(OETestCase):
-
- @OETestID(101)
- def testIdGood(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestID(102)
- def testIdOther(self):
- self.assertTrue(True, msg='How is this possible?')
-
- def testIdNone(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py
deleted file mode 100644
index 0cae02e75..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-from oeqa.core.decorator.oetag import OETestTag
-
-class TagTest(OETestCase):
-
- @OETestTag('goodTag')
- def testTagGood(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestTag('otherTag')
- def testTagOther(self):
- self.assertTrue(True, msg='How is this possible?')
-
- def testTagNone(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/timeout.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/timeout.py
deleted file mode 100644
index 870c3157f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/timeout.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from time import sleep
-
-from oeqa.core.case import OETestCase
-from oeqa.core.decorator.oetimeout import OETimeout
-
-class TimeoutTest(OETestCase):
-
- @OETimeout(1)
- def testTimeoutPass(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETimeout(1)
- def testTimeoutFail(self):
- sleep(2)
- self.assertTrue(True, msg='How is this possible?')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/common.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/common.py
deleted file mode 100644
index 193232340..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/common.py
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import sys
-import os
-
-import unittest
-import logging
-import os
-
-logger = logging.getLogger("oeqa")
-logger.setLevel(logging.INFO)
-consoleHandler = logging.StreamHandler()
-formatter = logging.Formatter('OEQATest: %(message)s')
-consoleHandler.setFormatter(formatter)
-logger.addHandler(consoleHandler)
-
-def setup_sys_path():
- directory = os.path.dirname(os.path.abspath(__file__))
- oeqa_lib = os.path.realpath(os.path.join(directory, '../../../'))
- if not oeqa_lib in sys.path:
- sys.path.insert(0, oeqa_lib)
-
-class TestBase(unittest.TestCase):
- def setUp(self):
- self.logger = logger
- directory = os.path.dirname(os.path.abspath(__file__))
- self.cases_path = os.path.join(directory, 'cases')
-
- def _testLoader(self, d={}, modules=[], tests=[], filters={}):
- from oeqa.core.context import OETestContext
- tc = OETestContext(d, self.logger)
- tc.loadTests(self.cases_path, modules=modules, tests=tests,
- filters=filters)
- return tc
-
- def _testLoaderThreaded(self, d={}, modules=[],
- tests=[], filters={}):
- from oeqa.core.threaded import OETestContextThreaded
-
- tc = OETestContextThreaded(d, self.logger)
- tc.loadTests(self.cases_path, modules=modules, tests=tests,
- filters=filters)
-
- return tc
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_data.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_data.py
deleted file mode 100755
index 320468cbe..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_data.py
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/usr/bin/env python3
-
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import unittest
-import logging
-import os
-
-from common import setup_sys_path, TestBase
-setup_sys_path()
-
-from oeqa.core.exception import OEQAMissingVariable
-from oeqa.core.utils.test import getCaseMethod, getSuiteCasesNames
-
-class TestData(TestBase):
- modules = ['data']
-
- def test_data_fail_missing_variable(self):
- expectedException = "oeqa.core.exception.OEQAMissingVariable"
-
- tc = self._testLoader(modules=self.modules)
- self.assertEqual(False, tc.runTests().wasSuccessful())
- for test, data in tc._results['errors']:
- expect = False
- if expectedException in data:
- expect = True
-
- self.assertTrue(expect)
-
- def test_data_fail_wrong_variable(self):
- expectedError = 'AssertionError'
- d = {'IMAGE' : 'core-image-sato', 'ARCH' : 'arm'}
-
- tc = self._testLoader(d=d, modules=self.modules)
- self.assertEqual(False, tc.runTests().wasSuccessful())
- for test, data in tc._results['failures']:
- expect = False
- if expectedError in data:
- expect = True
-
- self.assertTrue(expect)
-
- def test_data_ok(self):
- d = {'IMAGE' : 'core-image-minimal', 'ARCH' : 'x86', 'MACHINE' : 'qemuarm'}
-
- tc = self._testLoader(d=d, modules=self.modules)
- self.assertEqual(True, tc.runTests().wasSuccessful())
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_decorators.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_decorators.py
deleted file mode 100755
index cf99e0d72..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_decorators.py
+++ /dev/null
@@ -1,147 +0,0 @@
-#!/usr/bin/env python3
-
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import signal
-import unittest
-
-from common import setup_sys_path, TestBase
-setup_sys_path()
-
-from oeqa.core.exception import OEQADependency
-from oeqa.core.utils.test import getCaseMethod, getSuiteCasesNames, getSuiteCasesIDs
-
-class TestFilterDecorator(TestBase):
-
- def _runFilterTest(self, modules, filters, expect, msg):
- tc = self._testLoader(modules=modules, filters=filters)
- test_loaded = set(getSuiteCasesNames(tc.suites))
- self.assertEqual(expect, test_loaded, msg=msg)
-
- def test_oetag(self):
- # Get all cases without filtering.
- filter_all = {}
- test_all = {'testTagGood', 'testTagOther', 'testTagNone'}
- msg_all = 'Failed to get all oetag cases without filtering.'
-
- # Get cases with 'goodTag'.
- filter_good = {'oetag':'goodTag'}
- test_good = {'testTagGood'}
- msg_good = 'Failed to get just one test filtering with "goodTag" oetag.'
-
- # Get cases with an invalid tag.
- filter_invalid = {'oetag':'invalidTag'}
- test_invalid = set()
- msg_invalid = 'Failed to filter all test using an invalid oetag.'
-
- tests = ((filter_all, test_all, msg_all),
- (filter_good, test_good, msg_good),
- (filter_invalid, test_invalid, msg_invalid))
-
- for test in tests:
- self._runFilterTest(['oetag'], test[0], test[1], test[2])
-
- def test_oeid(self):
- # Get all cases without filtering.
- filter_all = {}
- test_all = {'testIdGood', 'testIdOther', 'testIdNone'}
- msg_all = 'Failed to get all oeid cases without filtering.'
-
- # Get cases with '101' oeid.
- filter_good = {'oeid': 101}
- test_good = {'testIdGood'}
- msg_good = 'Failed to get just one tes filtering with "101" oeid.'
-
- # Get cases with an invalid id.
- filter_invalid = {'oeid':999}
- test_invalid = set()
- msg_invalid = 'Failed to filter all test using an invalid oeid.'
-
- tests = ((filter_all, test_all, msg_all),
- (filter_good, test_good, msg_good),
- (filter_invalid, test_invalid, msg_invalid))
-
- for test in tests:
- self._runFilterTest(['oeid'], test[0], test[1], test[2])
-
-class TestDependsDecorator(TestBase):
- modules = ['depends']
-
- def test_depends_order(self):
- tests = ['depends.DependsTest.testDependsFirst',
- 'depends.DependsTest.testDependsSecond',
- 'depends.DependsTest.testDependsThird',
- 'depends.DependsTest.testDependsFourth',
- 'depends.DependsTest.testDependsFifth']
- tests2 = list(tests)
- tests2[2], tests2[3] = tests[3], tests[2]
- tc = self._testLoader(modules=self.modules, tests=tests)
- test_loaded = getSuiteCasesIDs(tc.suites)
- result = True if test_loaded == tests or test_loaded == tests2 else False
- msg = 'Failed to order tests using OETestDepends decorator.\nTest order:'\
- ' %s.\nExpected: %s\nOr: %s' % (test_loaded, tests, tests2)
- self.assertTrue(result, msg=msg)
-
- def test_depends_fail_missing_dependency(self):
- expect = "TestCase depends.DependsTest.testDependsSecond depends on "\
- "depends.DependsTest.testDependsFirst and isn't available"
- tests = ['depends.DependsTest.testDependsSecond']
- try:
- # Must throw OEQADependency because missing 'testDependsFirst'
- tc = self._testLoader(modules=self.modules, tests=tests)
- self.fail('Expected OEQADependency exception')
- except OEQADependency as e:
- result = True if expect in str(e) else False
- msg = 'Expected OEQADependency exception missing testDependsFirst test'
- self.assertTrue(result, msg=msg)
-
- def test_depends_fail_circular_dependency(self):
- expect = 'have a circular dependency'
- tests = ['depends.DependsTest.testDependsCircular1',
- 'depends.DependsTest.testDependsCircular2',
- 'depends.DependsTest.testDependsCircular3']
- try:
- # Must throw OEQADependency because circular dependency
- tc = self._testLoader(modules=self.modules, tests=tests)
- self.fail('Expected OEQADependency exception')
- except OEQADependency as e:
- result = True if expect in str(e) else False
- msg = 'Expected OEQADependency exception having a circular dependency'
- self.assertTrue(result, msg=msg)
-
-class TestTimeoutDecorator(TestBase):
- modules = ['timeout']
-
- def test_timeout(self):
- tests = ['timeout.TimeoutTest.testTimeoutPass']
- msg = 'Failed to run test using OETestTimeout'
- alarm_signal = signal.getsignal(signal.SIGALRM)
- tc = self._testLoader(modules=self.modules, tests=tests)
- self.assertTrue(tc.runTests().wasSuccessful(), msg=msg)
- msg = "OETestTimeout didn't restore SIGALRM"
- self.assertIs(alarm_signal, signal.getsignal(signal.SIGALRM), msg=msg)
-
- def test_timeout_fail(self):
- tests = ['timeout.TimeoutTest.testTimeoutFail']
- msg = "OETestTimeout test didn't timeout as expected"
- alarm_signal = signal.getsignal(signal.SIGALRM)
- tc = self._testLoader(modules=self.modules, tests=tests)
- self.assertFalse(tc.runTests().wasSuccessful(), msg=msg)
- msg = "OETestTimeout didn't restore SIGALRM"
- self.assertIs(alarm_signal, signal.getsignal(signal.SIGALRM), msg=msg)
-
- def test_timeout_thread(self):
- tests = ['timeout.TimeoutTest.testTimeoutPass']
- msg = 'Failed to run test using OETestTimeout'
- tc = self._testLoaderThreaded(modules=self.modules, tests=tests)
- self.assertTrue(tc.runTests().wasSuccessful(), msg=msg)
-
- def test_timeout_threaded_fail(self):
- tests = ['timeout.TimeoutTest.testTimeoutFail']
- msg = "OETestTimeout test didn't timeout as expected"
- tc = self._testLoaderThreaded(modules=self.modules, tests=tests)
- self.assertFalse(tc.runTests().wasSuccessful(), msg=msg)
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_loader.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_loader.py
deleted file mode 100755
index e0d917d31..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_loader.py
+++ /dev/null
@@ -1,114 +0,0 @@
-#!/usr/bin/env python3
-
-# Copyright (C) 2016-2017 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import unittest
-
-from common import setup_sys_path, TestBase
-setup_sys_path()
-
-from oeqa.core.exception import OEQADependency
-from oeqa.core.utils.test import getSuiteModules, getSuiteCasesIDs
-
-class TestLoader(TestBase):
-
- def test_fail_empty_filter(self):
- filters = {'oetag' : ''}
- expect = 'Filter oetag specified is empty'
- msg = 'Expected TypeError exception for having invalid filter'
- try:
- # Must throw TypeError because empty filter
- tc = self._testLoader(filters=filters)
- self.fail(msg)
- except TypeError as e:
- result = True if expect in str(e) else False
- self.assertTrue(result, msg=msg)
-
- def test_fail_invalid_filter(self):
- filters = {'invalid' : 'good'}
- expect = 'filter but not declared in any of'
- msg = 'Expected TypeError exception for having invalid filter'
- try:
- # Must throw TypeError because invalid filter
- tc = self._testLoader(filters=filters)
- self.fail(msg)
- except TypeError as e:
- result = True if expect in str(e) else False
- self.assertTrue(result, msg=msg)
-
- def test_fail_duplicated_module(self):
- cases_path = self.cases_path
- invalid_path = os.path.join(cases_path, 'loader', 'invalid')
- self.cases_path = [self.cases_path, invalid_path]
- expect = 'Duplicated oeid module found in'
- msg = 'Expected ImportError exception for having duplicated module'
- try:
- # Must throw ImportEror because duplicated module
- tc = self._testLoader()
- self.fail(msg)
- except ImportError as e:
- result = True if expect in str(e) else False
- self.assertTrue(result, msg=msg)
- finally:
- self.cases_path = cases_path
-
- def test_filter_modules(self):
- expected_modules = {'oeid', 'oetag'}
- tc = self._testLoader(modules=expected_modules)
- modules = getSuiteModules(tc.suites)
- msg = 'Expected just %s modules' % ', '.join(expected_modules)
- self.assertEqual(modules, expected_modules, msg=msg)
-
- def test_filter_cases(self):
- modules = ['oeid', 'oetag', 'data']
- expected_cases = {'data.DataTest.testDataOk',
- 'oetag.TagTest.testTagGood',
- 'oeid.IDTest.testIdGood'}
- tc = self._testLoader(modules=modules, tests=expected_cases)
- cases = set(getSuiteCasesIDs(tc.suites))
- msg = 'Expected just %s cases' % ', '.join(expected_cases)
- self.assertEqual(cases, expected_cases, msg=msg)
-
- def test_import_from_paths(self):
- cases_path = self.cases_path
- cases2_path = os.path.join(cases_path, 'loader', 'valid')
- expected_modules = {'oeid', 'another'}
- self.cases_path = [self.cases_path, cases2_path]
- tc = self._testLoader(modules=expected_modules)
- modules = getSuiteModules(tc.suites)
- self.cases_path = cases_path
- msg = 'Expected modules from two different paths'
- self.assertEqual(modules, expected_modules, msg=msg)
-
- def test_loader_threaded(self):
- cases_path = self.cases_path
-
- self.cases_path = [os.path.join(self.cases_path, 'loader', 'threaded')]
-
- tc = self._testLoaderThreaded()
- self.assertEqual(len(tc.suites), 3, "Expected to be 3 suites")
-
- case_ids = ['threaded.ThreadedTest.test_threaded_no_depends',
- 'threaded.ThreadedTest2.test_threaded_same_module',
- 'threaded_depends.ThreadedTest3.test_threaded_depends']
- for case in tc.suites[0]._tests:
- self.assertEqual(case.id(),
- case_ids[tc.suites[0]._tests.index(case)])
-
- case_ids = ['threaded_alone.ThreadedTestAlone.test_threaded_alone']
- for case in tc.suites[1]._tests:
- self.assertEqual(case.id(),
- case_ids[tc.suites[1]._tests.index(case)])
-
- case_ids = ['threaded_module.ThreadedTestModule.test_threaded_module',
- 'threaded_module.ThreadedTestModule2.test_threaded_module2']
- for case in tc.suites[2]._tests:
- self.assertEqual(case.id(),
- case_ids[tc.suites[2]._tests.index(case)])
-
- self.cases_path = cases_path
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_runner.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_runner.py
deleted file mode 100755
index a3f3861fe..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/test_runner.py
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/usr/bin/env python3
-
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import unittest
-import logging
-import tempfile
-
-from common import setup_sys_path, TestBase
-setup_sys_path()
-
-from oeqa.core.runner import OEStreamLogger
-
-class TestRunner(TestBase):
- def test_stream_logger(self):
- fp = tempfile.TemporaryFile(mode='w+')
-
- logging.basicConfig(format='%(message)s', stream=fp)
- logger = logging.getLogger()
- logger.setLevel(logging.INFO)
-
- oeSL = OEStreamLogger(logger)
-
- lines = ['init', 'bigline_' * 65535, 'morebigline_' * 65535 * 4, 'end']
- for line in lines:
- oeSL.write(line)
-
- fp.seek(0)
- fp_lines = fp.readlines()
- for i, fp_line in enumerate(fp_lines):
- fp_line = fp_line.strip()
- self.assertEqual(lines[i], fp_line)
-
- fp.close()
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/threaded.py b/import-layers/yocto-poky/meta/lib/oeqa/core/threaded.py
deleted file mode 100644
index 2cafe03a2..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/threaded.py
+++ /dev/null
@@ -1,275 +0,0 @@
-# Copyright (C) 2017 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import threading
-import multiprocessing
-import queue
-import time
-
-from unittest.suite import TestSuite
-
-from oeqa.core.loader import OETestLoader
-from oeqa.core.runner import OEStreamLogger, OETestResult, OETestRunner
-from oeqa.core.context import OETestContext
-
-class OETestLoaderThreaded(OETestLoader):
- def __init__(self, tc, module_paths, modules, tests, modules_required,
- filters, process_num=0, *args, **kwargs):
- super(OETestLoaderThreaded, self).__init__(tc, module_paths, modules,
- tests, modules_required, filters, *args, **kwargs)
-
- self.process_num = process_num
-
- def discover(self):
- suite = super(OETestLoaderThreaded, self).discover()
-
- if self.process_num <= 0:
- self.process_num = min(multiprocessing.cpu_count(),
- len(suite._tests))
-
- suites = []
- for _ in range(self.process_num):
- suites.append(self.suiteClass())
-
- def _search_for_module_idx(suites, case):
- """
- Cases in the same module needs to be run
- in the same thread because PyUnit keeps track
- of setUp{Module, Class,} and tearDown{Module, Class,}.
- """
-
- for idx in range(self.process_num):
- suite = suites[idx]
- for c in suite._tests:
- if case.__module__ == c.__module__:
- return idx
-
- return -1
-
- def _search_for_depend_idx(suites, depends):
- """
- Dependency cases needs to be run in the same
- thread, because OEQA framework look at the state
- of dependant test to figure out if skip or not.
- """
-
- for idx in range(self.process_num):
- suite = suites[idx]
-
- for case in suite._tests:
- if case.id() in depends:
- return idx
- return -1
-
- def _get_best_idx(suites):
- sizes = [len(suite._tests) for suite in suites]
- return sizes.index(min(sizes))
-
- def _fill_suites(suite):
- idx = -1
- for case in suite:
- if isinstance(case, TestSuite):
- _fill_suites(case)
- else:
- idx = _search_for_module_idx(suites, case)
-
- depends = {}
- if 'depends' in self.tc._registry:
- depends = self.tc._registry['depends']
-
- if idx == -1 and case.id() in depends:
- case_depends = depends[case.id()]
- idx = _search_for_depend_idx(suites, case_depends)
-
- if idx == -1:
- idx = _get_best_idx(suites)
-
- suites[idx].addTest(case)
- _fill_suites(suite)
-
- suites_tmp = suites
- suites = []
- for suite in suites_tmp:
- if len(suite._tests) > 0:
- suites.append(suite)
-
- return suites
-
-class OEStreamLoggerThreaded(OEStreamLogger):
- _lock = threading.Lock()
- buffers = {}
-
- def write(self, msg):
- tid = threading.get_ident()
-
- if not tid in self.buffers:
- self.buffers[tid] = ""
-
- if msg:
- self.buffers[tid] += msg
-
- def finish(self):
- tid = threading.get_ident()
-
- self._lock.acquire()
- self.logger.info('THREAD: %d' % tid)
- self.logger.info('-' * 70)
- for line in self.buffers[tid].split('\n'):
- self.logger.info(line)
- self._lock.release()
-
-class OETestResultThreadedInternal(OETestResult):
- def _tc_map_results(self):
- tid = threading.get_ident()
-
- # PyUnit generates a result for every test module run, test
- # if the thread already has an entry to avoid lose the previous
- # test module results.
- if not tid in self.tc._results:
- self.tc._results[tid] = {}
- self.tc._results[tid]['failures'] = self.failures
- self.tc._results[tid]['errors'] = self.errors
- self.tc._results[tid]['skipped'] = self.skipped
- self.tc._results[tid]['expectedFailures'] = self.expectedFailures
-
-class OETestResultThreaded(object):
- _results = {}
- _lock = threading.Lock()
-
- def __init__(self, tc):
- self.tc = tc
-
- def _fill_tc_results(self):
- tids = list(self.tc._results.keys())
- fields = ['failures', 'errors', 'skipped', 'expectedFailures']
-
- for tid in tids:
- result = self.tc._results[tid]
- for field in fields:
- if not field in self.tc._results:
- self.tc._results[field] = []
- self.tc._results[field].extend(result[field])
-
- def addResult(self, result, run_start_time, run_end_time):
- tid = threading.get_ident()
-
- self._lock.acquire()
- self._results[tid] = {}
- self._results[tid]['result'] = result
- self._results[tid]['run_start_time'] = run_start_time
- self._results[tid]['run_end_time'] = run_end_time
- self._results[tid]['result'] = result
- self._lock.release()
-
- def wasSuccessful(self):
- wasSuccessful = True
- for tid in self._results.keys():
- wasSuccessful = wasSuccessful and \
- self._results[tid]['result'].wasSuccessful()
- return wasSuccessful
-
- def stop(self):
- for tid in self._results.keys():
- self._results[tid]['result'].stop()
-
- def logSummary(self, component, context_msg=''):
- elapsed_time = (self.tc._run_end_time - self.tc._run_start_time)
-
- self.tc.logger.info("SUMMARY:")
- self.tc.logger.info("%s (%s) - Ran %d tests in %.3fs" % (component,
- context_msg, len(self.tc._registry['cases']), elapsed_time))
- if self.wasSuccessful():
- msg = "%s - OK - All required tests passed" % component
- else:
- msg = "%s - FAIL - Required tests failed" % component
- self.tc.logger.info(msg)
-
- def logDetails(self):
- if list(self._results):
- tid = list(self._results)[0]
- result = self._results[tid]['result']
- result.logDetails()
-
-class _Worker(threading.Thread):
- """Thread executing tasks from a given tasks queue"""
- def __init__(self, tasks, result, stream):
- threading.Thread.__init__(self)
- self.tasks = tasks
-
- self.result = result
- self.stream = stream
-
- def run(self):
- while True:
- try:
- func, args, kargs = self.tasks.get(block=False)
- except queue.Empty:
- break
-
- try:
- run_start_time = time.time()
- rc = func(*args, **kargs)
- run_end_time = time.time()
- self.result.addResult(rc, run_start_time, run_end_time)
- self.stream.finish()
- except Exception as e:
- print(e)
- finally:
- self.tasks.task_done()
-
-class _ThreadedPool:
- """Pool of threads consuming tasks from a queue"""
- def __init__(self, num_workers, num_tasks, stream=None, result=None):
- self.tasks = queue.Queue(num_tasks)
- self.workers = []
-
- for _ in range(num_workers):
- worker = _Worker(self.tasks, result, stream)
- self.workers.append(worker)
-
- def start(self):
- for worker in self.workers:
- worker.start()
-
- def add_task(self, func, *args, **kargs):
- """Add a task to the queue"""
- self.tasks.put((func, args, kargs))
-
- def wait_completion(self):
- """Wait for completion of all the tasks in the queue"""
- self.tasks.join()
- for worker in self.workers:
- worker.join()
-
-class OETestRunnerThreaded(OETestRunner):
- streamLoggerClass = OEStreamLoggerThreaded
-
- def __init__(self, tc, *args, **kwargs):
- super(OETestRunnerThreaded, self).__init__(tc, *args, **kwargs)
- self.resultclass = OETestResultThreadedInternal # XXX: XML reporting overrides at __init__
-
- def run(self, suites):
- result = OETestResultThreaded(self.tc)
-
- pool = _ThreadedPool(len(suites), len(suites), stream=self.stream,
- result=result)
- for s in suites:
- pool.add_task(super(OETestRunnerThreaded, self).run, s)
- pool.start()
- pool.wait_completion()
- result._fill_tc_results()
-
- return result
-
-class OETestContextThreaded(OETestContext):
- loaderClass = OETestLoaderThreaded
- runnerClass = OETestRunnerThreaded
-
- def loadTests(self, module_paths, modules=[], tests=[],
- modules_manifest="", modules_required=[], filters={}, process_num=0):
- if modules_manifest:
- modules = self._read_modules_from_manifest(modules_manifest)
-
- self.loader = self.loaderClass(self, module_paths, modules, tests,
- modules_required, filters, process_num)
- self.suites = self.loader.discover()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/utils/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/core/utils/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/utils/__init__.py
+++ /dev/null
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/utils/misc.py b/import-layers/yocto-poky/meta/lib/oeqa/core/utils/misc.py
deleted file mode 100644
index 0b223b5d0..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/utils/misc.py
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-def toList(obj, obj_type, obj_name="Object"):
- if isinstance(obj, obj_type):
- return [obj]
- elif isinstance(obj, list):
- return obj
- else:
- raise TypeError("%s must be %s or list" % (obj_name, obj_type))
-
-def toSet(obj, obj_type, obj_name="Object"):
- if isinstance(obj, obj_type):
- return {obj}
- elif isinstance(obj, list):
- return set(obj)
- elif isinstance(obj, set):
- return obj
- else:
- raise TypeError("%s must be %s or set" % (obj_name, obj_type))
-
-def strToList(obj, obj_name="Object"):
- return toList(obj, str, obj_name)
-
-def strToSet(obj, obj_name="Object"):
- return toSet(obj, str, obj_name)
-
-def intToList(obj, obj_name="Object"):
- return toList(obj, int, obj_name)
-
-def dataStoteToDict(d, variables):
- data = {}
-
- for v in variables:
- data[v] = d.getVar(v)
-
- return data
-
-def updateTestData(d, td, variables):
- """
- Updates variables with values of data store to test data.
- """
- for var in variables:
- td[var] = d.getVar(var)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/utils/path.py b/import-layers/yocto-poky/meta/lib/oeqa/core/utils/path.py
deleted file mode 100644
index a21caad5c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/utils/path.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import sys
-
-def findFile(file_name, directory):
- """
- Search for a file in directory and returns its complete path.
- """
- for r, d, f in os.walk(directory):
- if file_name in f:
- return os.path.join(r, file_name)
- return None
-
-def remove_safe(path):
- if os.path.exists(path):
- os.remove(path)
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/utils/test.py b/import-layers/yocto-poky/meta/lib/oeqa/core/utils/test.py
deleted file mode 100644
index 88d5d1398..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/utils/test.py
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import inspect
-import unittest
-
-def getSuiteCases(suite):
- """
- Returns individual test from a test suite.
- """
- tests = []
-
- if isinstance(suite, unittest.TestCase):
- tests.append(suite)
- elif isinstance(suite, unittest.suite.TestSuite):
- for item in suite:
- tests.extend(getSuiteCases(item))
-
- return tests
-
-def getSuiteModules(suite):
- """
- Returns modules in a test suite.
- """
- modules = set()
- for test in getSuiteCases(suite):
- modules.add(getCaseModule(test))
- return modules
-
-def getSuiteCasesInfo(suite, func):
- """
- Returns test case info from suite. Info is fetched from func.
- """
- tests = []
- for test in getSuiteCases(suite):
- tests.append(func(test))
- return tests
-
-def getSuiteCasesNames(suite):
- """
- Returns test case names from suite.
- """
- return getSuiteCasesInfo(suite, getCaseMethod)
-
-def getSuiteCasesIDs(suite):
- """
- Returns test case ids from suite.
- """
- return getSuiteCasesInfo(suite, getCaseID)
-
-def getSuiteCasesFiles(suite):
- """
- Returns test case files paths from suite.
- """
- return getSuiteCasesInfo(suite, getCaseFile)
-
-def getCaseModule(test_case):
- """
- Returns test case module name.
- """
- return test_case.__module__
-
-def getCaseClass(test_case):
- """
- Returns test case class name.
- """
- return test_case.__class__.__name__
-
-def getCaseID(test_case):
- """
- Returns test case complete id.
- """
- return test_case.id()
-
-def getCaseFile(test_case):
- """
- Returns test case file path.
- """
- return inspect.getsourcefile(test_case.__class__)
-
-def getCaseMethod(test_case):
- """
- Returns test case method name.
- """
- return getCaseID(test_case).split('.')[-1]
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/files/test.c b/import-layers/yocto-poky/meta/lib/oeqa/files/test.c
deleted file mode 100644
index 2d8389c92..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/files/test.c
+++ /dev/null
@@ -1,26 +0,0 @@
-#include <stdio.h>
-#include <math.h>
-#include <stdlib.h>
-
-double convert(long long l)
-{
- return (double)l;
-}
-
-int main(int argc, char * argv[]) {
-
- long long l = 10;
- double f;
- double check = 10.0;
-
- f = convert(l);
- printf("convert: %lld => %f\n", l, f);
- if ( f != check ) exit(1);
-
- f = 1234.67;
- check = 1234.0;
- printf("floorf(%f) = %f\n", f, floorf(f));
- if ( floorf(f) != check) exit(1);
-
- return 0;
-}
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/files/test.cpp b/import-layers/yocto-poky/meta/lib/oeqa/files/test.cpp
deleted file mode 100644
index 9e1a76473..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/files/test.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <limits>
-
-int main() {} \ No newline at end of file
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/files/test.pl b/import-layers/yocto-poky/meta/lib/oeqa/files/test.pl
deleted file mode 100644
index 689c8f163..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/files/test.pl
+++ /dev/null
@@ -1,2 +0,0 @@
-$a = 9.01e+21 - 9.01e+21 + 0.01;
-print ("the value of a is ", $a, "\n");
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/files/test.py b/import-layers/yocto-poky/meta/lib/oeqa/files/test.py
deleted file mode 100644
index f389225d7..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/files/test.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import os
-
-os.system('touch /tmp/testfile.python')
-
-a = 9.01e+21 - 9.01e+21 + 0.01
-print("the value of a is %s" % a)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/oetest.py b/import-layers/yocto-poky/meta/lib/oeqa/oetest.py
deleted file mode 100644
index f7171260e..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/oetest.py
+++ /dev/null
@@ -1,616 +0,0 @@
-# Copyright (C) 2013 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# Main unittest module used by testimage.bbclass
-# This provides the oeRuntimeTest base class which is inherited by all tests in meta/lib/oeqa/runtime.
-
-# It also has some helper functions and it's responsible for actually starting the tests
-
-import os, re, mmap, sys
-import unittest
-import inspect
-import subprocess
-import signal
-import shutil
-import functools
-try:
- import bb
-except ImportError:
- pass
-import logging
-
-import oeqa.runtime
-# Exported test doesn't require sdkext
-try:
- import oeqa.sdkext
-except ImportError:
- pass
-from oeqa.utils.decorators import LogResults, gettag, getResults
-
-logger = logging.getLogger("BitBake")
-
-def getVar(obj):
- #extend form dict, if a variable didn't exists, need find it in testcase
- class VarDict(dict):
- def __getitem__(self, key):
- return gettag(obj, key)
- return VarDict()
-
-def checkTags(tc, tagexp):
- return eval(tagexp, None, getVar(tc))
-
-def filterByTagExp(testsuite, tagexp):
- if not tagexp:
- return testsuite
- caseList = []
- for each in testsuite:
- if not isinstance(each, unittest.BaseTestSuite):
- if checkTags(each, tagexp):
- caseList.append(each)
- else:
- caseList.append(filterByTagExp(each, tagexp))
- return testsuite.__class__(caseList)
-
-@LogResults
-class oeTest(unittest.TestCase):
-
- pscmd = "ps"
- longMessage = True
-
- @classmethod
- def hasPackage(self, pkg):
- """
- True if the full package name exists in the manifest, False otherwise.
- """
- return pkg in oeTest.tc.pkgmanifest
-
- @classmethod
- def hasPackageMatch(self, match):
- """
- True if match exists in the manifest as a regular expression substring,
- False otherwise.
- """
- for s in oeTest.tc.pkgmanifest:
- if re.match(match, s):
- return True
- return False
-
- @classmethod
- def hasFeature(self,feature):
- if feature in oeTest.tc.imagefeatures or \
- feature in oeTest.tc.distrofeatures:
- return True
- else:
- return False
-
-class oeRuntimeTest(oeTest):
- def __init__(self, methodName='runTest'):
- self.target = oeRuntimeTest.tc.target
- super(oeRuntimeTest, self).__init__(methodName)
-
- def setUp(self):
- # Install packages in the DUT
- self.tc.install_uninstall_packages(self.id())
-
- # Check if test needs to run
- if self.tc.sigterm:
- self.fail("Got SIGTERM")
- elif (type(self.target).__name__ == "QemuTarget"):
- self.assertTrue(self.target.check(), msg = "Qemu not running?")
-
- self.setUpLocal()
-
- # a setup method before tests but after the class instantiation
- def setUpLocal(self):
- pass
-
- def tearDown(self):
- # Uninstall packages in the DUT
- self.tc.install_uninstall_packages(self.id(), False)
-
- res = getResults()
- # If a test fails or there is an exception dump
- # for QemuTarget only
- if (type(self.target).__name__ == "QemuTarget" and
- (self.id() in res.getErrorList() or
- self.id() in res.getFailList())):
- self.tc.host_dumper.create_dir(self._testMethodName)
- self.tc.host_dumper.dump_host()
- self.target.target_dumper.dump_target(
- self.tc.host_dumper.dump_dir)
- print ("%s dump data stored in %s" % (self._testMethodName,
- self.tc.host_dumper.dump_dir))
-
- self.tearDownLocal()
-
- # Method to be run after tearDown and implemented by child classes
- def tearDownLocal(self):
- pass
-
-def getmodule(pos=2):
- # stack returns a list of tuples containg frame information
- # First element of the list the is current frame, caller is 1
- frameinfo = inspect.stack()[pos]
- modname = inspect.getmodulename(frameinfo[1])
- #modname = inspect.getmodule(frameinfo[0]).__name__
- return modname
-
-def skipModule(reason, pos=2):
- modname = getmodule(pos)
- if modname not in oeTest.tc.testsrequired:
- raise unittest.SkipTest("%s: %s" % (modname, reason))
- else:
- raise Exception("\nTest %s wants to be skipped.\nReason is: %s" \
- "\nTest was required in TEST_SUITES, so either the condition for skipping is wrong" \
- "\nor the image really doesn't have the required feature/package when it should." % (modname, reason))
-
-def skipModuleIf(cond, reason):
-
- if cond:
- skipModule(reason, 3)
-
-def skipModuleUnless(cond, reason):
-
- if not cond:
- skipModule(reason, 3)
-
-_buffer_logger = ""
-def custom_verbose(msg, *args, **kwargs):
- global _buffer_logger
- if msg[-1] != "\n":
- _buffer_logger += msg
- else:
- _buffer_logger += msg
- try:
- bb.plain(_buffer_logger.rstrip("\n"), *args, **kwargs)
- except NameError:
- logger.info(_buffer_logger.rstrip("\n"), *args, **kwargs)
- _buffer_logger = ""
-
-class TestContext(object):
- def __init__(self, d, exported=False):
- self.d = d
-
- self.testsuites = self._get_test_suites()
-
- if exported:
- path = [os.path.dirname(os.path.abspath(__file__))]
- extrapath = ""
- else:
- path = d.getVar("BBPATH").split(':')
- extrapath = "lib/oeqa"
-
- self.testslist = self._get_tests_list(path, extrapath)
- self.testsrequired = self._get_test_suites_required()
-
- self.filesdir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "runtime/files")
- self.corefilesdir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "files")
- self.imagefeatures = d.getVar("IMAGE_FEATURES").split()
- self.distrofeatures = d.getVar("DISTRO_FEATURES").split()
-
- # get testcase list from specified file
- # if path is a relative path, then relative to build/conf/
- def _read_testlist(self, fpath, builddir):
- if not os.path.isabs(fpath):
- fpath = os.path.join(builddir, "conf", fpath)
- if not os.path.exists(fpath):
- bb.fatal("No such manifest file: ", fpath)
- tcs = []
- for line in open(fpath).readlines():
- line = line.strip()
- if line and not line.startswith("#"):
- tcs.append(line)
- return " ".join(tcs)
-
- # return test list by type also filter if TEST_SUITES is specified
- def _get_tests_list(self, bbpath, extrapath):
- testslist = []
-
- type = self._get_test_namespace()
-
- # This relies on lib/ under each directory in BBPATH being added to sys.path
- # (as done by default in base.bbclass)
- for testname in self.testsuites:
- if testname != "auto":
- if testname.startswith("oeqa."):
- testslist.append(testname)
- continue
- found = False
- for p in bbpath:
- if os.path.exists(os.path.join(p, extrapath, type, testname + ".py")):
- testslist.append("oeqa." + type + "." + testname)
- found = True
- break
- elif os.path.exists(os.path.join(p, extrapath, type, testname.split(".")[0] + ".py")):
- testslist.append("oeqa." + type + "." + testname)
- found = True
- break
- if not found:
- bb.fatal('Test %s specified in TEST_SUITES could not be found in lib/oeqa/runtime under BBPATH' % testname)
-
- if "auto" in self.testsuites:
- def add_auto_list(path):
- files = sorted([f for f in os.listdir(path) if f.endswith('.py') and not f.startswith('_')])
- for f in files:
- module = 'oeqa.' + type + '.' + f[:-3]
- if module not in testslist:
- testslist.append(module)
-
- for p in bbpath:
- testpath = os.path.join(p, 'lib', 'oeqa', type)
- bb.debug(2, 'Searching for tests in %s' % testpath)
- if os.path.exists(testpath):
- add_auto_list(testpath)
-
- return testslist
-
- def getTestModules(self):
- """
- Returns all the test modules in the testlist.
- """
-
- import pkgutil
-
- modules = []
- for test in self.testslist:
- if re.search("\w+\.\w+\.test_\S+", test):
- test = '.'.join(t.split('.')[:3])
- module = pkgutil.get_loader(test)
- modules.append(module)
-
- return modules
-
- def getModulefromID(self, test_id):
- """
- Returns the test module based on a test id.
- """
-
- module_name = ".".join(test_id.split(".")[:3])
- modules = self.getTestModules()
- for module in modules:
- if module.name == module_name:
- return module
-
- return None
-
- def getTests(self, test):
- '''Return all individual tests executed when running the suite.'''
- # Unfortunately unittest does not have an API for this, so we have
- # to rely on implementation details. This only needs to work
- # for TestSuite containing TestCase.
- method = getattr(test, '_testMethodName', None)
- if method:
- # leaf case: a TestCase
- yield test
- else:
- # Look into TestSuite.
- tests = getattr(test, '_tests', [])
- for t1 in tests:
- for t2 in self.getTests(t1):
- yield t2
-
- def loadTests(self):
- setattr(oeTest, "tc", self)
-
- testloader = unittest.TestLoader()
- testloader.sortTestMethodsUsing = None
- suites = [testloader.loadTestsFromName(name) for name in self.testslist]
- suites = filterByTagExp(suites, getattr(self, "tagexp", None))
-
- # Determine dependencies between suites by looking for @skipUnlessPassed
- # method annotations. Suite A depends on suite B if any method in A
- # depends on a method on B.
- for suite in suites:
- suite.dependencies = []
- suite.depth = 0
- for test in self.getTests(suite):
- methodname = getattr(test, '_testMethodName', None)
- if methodname:
- method = getattr(test, methodname)
- depends_on = getattr(method, '_depends_on', None)
- if depends_on:
- for dep_suite in suites:
- if depends_on in [getattr(t, '_testMethodName', None) for t in self.getTests(dep_suite)]:
- if dep_suite not in suite.dependencies and \
- dep_suite is not suite:
- suite.dependencies.append(dep_suite)
- break
- else:
- logger.warning("Test %s was declared as @skipUnlessPassed('%s') but that test is either not defined or not active. Will run the test anyway." %
- (test, depends_on))
-
- # Use brute-force topological sort to determine ordering. Sort by
- # depth (higher depth = must run later), with original ordering to
- # break ties.
- def set_suite_depth(suite):
- for dep in suite.dependencies:
- new_depth = set_suite_depth(dep) + 1
- if new_depth > suite.depth:
- suite.depth = new_depth
- return suite.depth
-
- for index, suite in enumerate(suites):
- set_suite_depth(suite)
- suite.index = index
-
- def cmp(a, b):
- return (a > b) - (a < b)
-
- def cmpfunc(a, b):
- return cmp((a.depth, a.index), (b.depth, b.index))
-
- suites.sort(key=functools.cmp_to_key(cmpfunc))
-
- self.suite = testloader.suiteClass(suites)
-
- return self.suite
-
- def runTests(self):
- logger.info("Test modules %s" % self.testslist)
- if hasattr(self, "tagexp") and self.tagexp:
- logger.info("Filter test cases by tags: %s" % self.tagexp)
- logger.info("Found %s tests" % self.suite.countTestCases())
- runner = unittest.TextTestRunner(verbosity=2)
- if 'bb' in sys.modules:
- runner.stream.write = custom_verbose
-
- return runner.run(self.suite)
-
-class RuntimeTestContext(TestContext):
- def __init__(self, d, target, exported=False):
- super(RuntimeTestContext, self).__init__(d, exported)
-
- self.target = target
-
- self.pkgmanifest = {}
- manifest = os.path.join(d.getVar("DEPLOY_DIR_IMAGE"),
- d.getVar("IMAGE_LINK_NAME") + ".manifest")
- nomanifest = d.getVar("IMAGE_NO_MANIFEST")
- if nomanifest is None or nomanifest != "1":
- try:
- with open(manifest) as f:
- for line in f:
- (pkg, arch, version) = line.strip().split()
- self.pkgmanifest[pkg] = (version, arch)
- except IOError as e:
- bb.fatal("No package manifest file found. Did you build the image?\n%s" % e)
-
- def _get_test_namespace(self):
- return "runtime"
-
- def _get_test_suites(self):
- testsuites = []
-
- manifests = (self.d.getVar("TEST_SUITES_MANIFEST") or '').split()
- if manifests:
- for manifest in manifests:
- testsuites.extend(self._read_testlist(manifest,
- self.d.getVar("TOPDIR")).split())
-
- else:
- testsuites = self.d.getVar("TEST_SUITES").split()
-
- return testsuites
-
- def _get_test_suites_required(self):
- return [t for t in self.d.getVar("TEST_SUITES").split() if t != "auto"]
-
- def loadTests(self):
- super(RuntimeTestContext, self).loadTests()
- if oeTest.hasPackage("procps"):
- oeRuntimeTest.pscmd = "ps -ef"
-
- def extract_packages(self):
- """
- Find packages that will be needed during runtime.
- """
-
- modules = self.getTestModules()
- bbpaths = self.d.getVar("BBPATH").split(":")
-
- shutil.rmtree(self.d.getVar("TEST_EXTRACTED_DIR"))
- shutil.rmtree(self.d.getVar("TEST_PACKAGED_DIR"))
- for module in modules:
- json_file = self._getJsonFile(module)
- if json_file:
- needed_packages = self._getNeededPackages(json_file)
- self._perform_package_extraction(needed_packages)
-
- def _perform_package_extraction(self, needed_packages):
- """
- Extract packages that will be needed during runtime.
- """
-
- import oe.path
-
- extracted_path = self.d.getVar("TEST_EXTRACTED_DIR")
- packaged_path = self.d.getVar("TEST_PACKAGED_DIR")
-
- for key,value in needed_packages.items():
- packages = ()
- if isinstance(value, dict):
- packages = (value, )
- elif isinstance(value, list):
- packages = value
- else:
- bb.fatal("Failed to process needed packages for %s; "
- "Value must be a dict or list" % key)
-
- for package in packages:
- pkg = package["pkg"]
- rm = package.get("rm", False)
- extract = package.get("extract", True)
- if extract:
- dst_dir = os.path.join(extracted_path, pkg)
- else:
- dst_dir = os.path.join(packaged_path)
-
- # Extract package and copy it to TEST_EXTRACTED_DIR
- pkg_dir = self._extract_in_tmpdir(pkg)
- if extract:
-
- # Same package used for more than one test,
- # don't need to extract again.
- if os.path.exists(dst_dir):
- continue
- oe.path.copytree(pkg_dir, dst_dir)
- shutil.rmtree(pkg_dir)
-
- # Copy package to TEST_PACKAGED_DIR
- else:
- self._copy_package(pkg)
-
- def _getJsonFile(self, module):
- """
- Returns the path of the JSON file for a module, empty if doesn't exitst.
- """
-
- module_file = module.path
- json_file = "%s.json" % module_file.rsplit(".", 1)[0]
- if os.path.isfile(module_file) and os.path.isfile(json_file):
- return json_file
- else:
- return ""
-
- def _getNeededPackages(self, json_file, test=None):
- """
- Returns a dict with needed packages based on a JSON file.
-
-
- If a test is specified it will return the dict just for that test.
- """
-
- import json
-
- needed_packages = {}
-
- with open(json_file) as f:
- test_packages = json.load(f)
- for key,value in test_packages.items():
- needed_packages[key] = value
-
- if test:
- if test in needed_packages:
- needed_packages = needed_packages[test]
- else:
- needed_packages = {}
-
- return needed_packages
-
- def _extract_in_tmpdir(self, pkg):
- """"
- Returns path to a temp directory where the package was
- extracted without dependencies.
- """
-
- from oeqa.utils.package_manager import get_package_manager
-
- pkg_path = os.path.join(self.d.getVar("TEST_INSTALL_TMP_DIR"), pkg)
- pm = get_package_manager(self.d, pkg_path)
- extract_dir = pm.extract(pkg)
- shutil.rmtree(pkg_path)
-
- return extract_dir
-
- def _copy_package(self, pkg):
- """
- Copy the RPM, DEB or IPK package to dst_dir
- """
-
- from oeqa.utils.package_manager import get_package_manager
-
- pkg_path = os.path.join(self.d.getVar("TEST_INSTALL_TMP_DIR"), pkg)
- dst_dir = self.d.getVar("TEST_PACKAGED_DIR")
- pm = get_package_manager(self.d, pkg_path)
- pkg_info = pm.package_info(pkg)
- file_path = pkg_info[pkg]["filepath"]
- shutil.copy2(file_path, dst_dir)
- shutil.rmtree(pkg_path)
-
- def install_uninstall_packages(self, test_id, pkg_dir, install):
- """
- Check if the test requires a package and Install/Uninstall it in the DUT
- """
-
- test = test_id.split(".")[4]
- module = self.getModulefromID(test_id)
- json = self._getJsonFile(module)
- if json:
- needed_packages = self._getNeededPackages(json, test)
- if needed_packages:
- self._install_uninstall_packages(needed_packages, pkg_dir, install)
-
- def _install_uninstall_packages(self, needed_packages, pkg_dir, install=True):
- """
- Install/Uninstall packages in the DUT without using a package manager
- """
-
- if isinstance(needed_packages, dict):
- packages = [needed_packages]
- elif isinstance(needed_packages, list):
- packages = needed_packages
-
- for package in packages:
- pkg = package["pkg"]
- rm = package.get("rm", False)
- extract = package.get("extract", True)
- src_dir = os.path.join(pkg_dir, pkg)
-
- # Install package
- if install and extract:
- self.target.connection.copy_dir_to(src_dir, "/")
-
- # Uninstall package
- elif not install and rm:
- self.target.connection.delete_dir_structure(src_dir, "/")
-
-class ImageTestContext(RuntimeTestContext):
- def __init__(self, d, target, host_dumper):
- super(ImageTestContext, self).__init__(d, target)
-
- self.tagexp = d.getVar("TEST_SUITES_TAGS")
-
- self.host_dumper = host_dumper
-
- self.sigterm = False
- self.origsigtermhandler = signal.getsignal(signal.SIGTERM)
- signal.signal(signal.SIGTERM, self._sigterm_exception)
-
- def _sigterm_exception(self, signum, stackframe):
- bb.warn("TestImage received SIGTERM, shutting down...")
- self.sigterm = True
- self.target.stop()
-
- def install_uninstall_packages(self, test_id, install=True):
- """
- Check if the test requires a package and Install/Uninstall it in the DUT
- """
-
- pkg_dir = self.d.getVar("TEST_EXTRACTED_DIR")
- super(ImageTestContext, self).install_uninstall_packages(test_id, pkg_dir, install)
-
-class ExportTestContext(RuntimeTestContext):
- def __init__(self, d, target, exported=False, parsedArgs={}):
- """
- This class is used when exporting tests and when are executed outside OE environment.
-
- parsedArgs can contain the following:
- - tag: Filter test by tag.
- """
- super(ExportTestContext, self).__init__(d, target, exported)
-
- tag = parsedArgs.get("tag", None)
- self.tagexp = tag if tag != None else d.getVar("TEST_SUITES_TAGS")
-
- self.sigterm = None
-
- def install_uninstall_packages(self, test_id, install=True):
- """
- Check if the test requires a package and Install/Uninstall it in the DUT
- """
-
- export_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
- extracted_dir = self.d.getVar("TEST_EXPORT_EXTRACTED_DIR")
- pkg_dir = os.path.join(export_dir, extracted_dir)
- super(ExportTestContext, self).install_uninstall_packages(test_id, pkg_dir, install)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runexported.py b/import-layers/yocto-poky/meta/lib/oeqa/runexported.py
deleted file mode 100755
index 9cfea0f7a..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runexported.py
+++ /dev/null
@@ -1,153 +0,0 @@
-#!/usr/bin/env python3
-
-
-# Copyright (C) 2013 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# This script should be used outside of the build system to run image tests.
-# It needs a json file as input as exported by the build.
-# E.g for an already built image:
-#- export the tests:
-# TEST_EXPORT_ONLY = "1"
-# TEST_TARGET = "simpleremote"
-# TEST_TARGET_IP = "192.168.7.2"
-# TEST_SERVER_IP = "192.168.7.1"
-# bitbake core-image-sato -c testimage
-# Setup your target, e.g for qemu: runqemu core-image-sato
-# cd build/tmp/testimage/core-image-sato
-# ./runexported.py testdata.json
-
-import sys
-import os
-import time
-import argparse
-
-try:
- import simplejson as json
-except ImportError:
- import json
-
-sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "oeqa")))
-
-from oeqa.oetest import ExportTestContext
-from oeqa.utils.commands import runCmd, updateEnv
-from oeqa.utils.sshcontrol import SSHControl
-
-# this isn't pretty but we need a fake target object
-# for running the tests externally as we don't care
-# about deploy/start we only care about the connection methods (run, copy)
-class FakeTarget(object):
- def __init__(self, d):
- self.connection = None
- self.ip = None
- self.server_ip = None
- self.datetime = time.strftime('%Y%m%d%H%M%S',time.gmtime())
- self.testdir = d.getVar("TEST_LOG_DIR")
- self.pn = d.getVar("PN")
-
- def exportStart(self):
- self.sshlog = os.path.join(self.testdir, "ssh_target_log.%s" % self.datetime)
- sshloglink = os.path.join(self.testdir, "ssh_target_log")
- if os.path.lexists(sshloglink):
- os.remove(sshloglink)
- os.symlink(self.sshlog, sshloglink)
- print("SSH log file: %s" % self.sshlog)
- self.connection = SSHControl(self.ip, logfile=self.sshlog)
-
- def run(self, cmd, timeout=None):
- return self.connection.run(cmd, timeout)
-
- def copy_to(self, localpath, remotepath):
- return self.connection.copy_to(localpath, remotepath)
-
- def copy_from(self, remotepath, localpath):
- return self.connection.copy_from(remotepath, localpath)
-
-
-class MyDataDict(dict):
- def getVar(self, key, unused = None):
- return self.get(key, "")
-
-def main():
-
- parser = argparse.ArgumentParser()
- parser.add_argument("-t", "--target-ip", dest="ip", help="The IP address of the target machine. Use this to \
- overwrite the value determined from TEST_TARGET_IP at build time")
- parser.add_argument("-s", "--server-ip", dest="server_ip", help="The IP address of this machine. Use this to \
- overwrite the value determined from TEST_SERVER_IP at build time.")
- parser.add_argument("-d", "--deploy-dir", dest="deploy_dir", help="Full path to the package feeds, that this \
- the contents of what used to be DEPLOY_DIR on the build machine. If not specified it will use the value \
- specified in the json if that directory actually exists or it will error out.")
- parser.add_argument("-l", "--log-dir", dest="log_dir", help="This sets the path for TEST_LOG_DIR. If not specified \
- the current dir is used. This is used for usually creating a ssh log file and a scp test file.")
- parser.add_argument("-a", "--tag", dest="tag", help="Only run test with specified tag.")
- parser.add_argument("json", help="The json file exported by the build system", default="testdata.json", nargs='?')
-
- args = parser.parse_args()
-
- with open(args.json, "r") as f:
- loaded = json.load(f)
-
- if args.ip:
- loaded["target"]["ip"] = args.ip
- if args.server_ip:
- loaded["target"]["server_ip"] = args.server_ip
-
- d = MyDataDict()
- for key in loaded["d"].keys():
- d[key] = loaded["d"][key]
-
- if args.log_dir:
- d["TEST_LOG_DIR"] = args.log_dir
- else:
- d["TEST_LOG_DIR"] = os.path.abspath(os.path.dirname(__file__))
- if args.deploy_dir:
- d["DEPLOY_DIR"] = args.deploy_dir
- else:
- if not os.path.isdir(d["DEPLOY_DIR"]):
- print("WARNING: The path to DEPLOY_DIR does not exist: %s" % d["DEPLOY_DIR"])
-
- parsedArgs = {}
- parsedArgs["tag"] = args.tag
-
- extract_sdk(d)
-
- target = FakeTarget(d)
- for key in loaded["target"].keys():
- setattr(target, key, loaded["target"][key])
-
- target.exportStart()
- tc = ExportTestContext(d, target, True, parsedArgs)
- tc.loadTests()
- tc.runTests()
-
- return 0
-
-def extract_sdk(d):
- """
- Extract SDK if needed
- """
-
- export_dir = os.path.dirname(os.path.realpath(__file__))
- tools_dir = d.getVar("TEST_EXPORT_SDK_DIR")
- tarball_name = "%s.sh" % d.getVar("TEST_EXPORT_SDK_NAME")
- tarball_path = os.path.join(export_dir, tools_dir, tarball_name)
- extract_path = os.path.join(export_dir, "sysroot")
- if os.path.isfile(tarball_path):
- print ("Found SDK tarball %s. Extracting..." % tarball_path)
- result = runCmd("%s -y -d %s" % (tarball_path, extract_path))
- for f in os.listdir(extract_path):
- if f.startswith("environment-setup"):
- print("Setting up SDK environment...")
- env_file = os.path.join(extract_path, f)
- updateEnv(env_file)
-
-if __name__ == "__main__":
- try:
- ret = main()
- except Exception:
- ret = 1
- import traceback
- traceback.print_exc()
- sys.exit(ret)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/case.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/case.py
deleted file mode 100644
index 2f190acf1..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/case.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-from oeqa.utils.package_manager import install_package, uninstall_package
-
-class OERuntimeTestCase(OETestCase):
- # target instance set by OERuntimeTestLoader.
- target = None
-
- def setUp(self):
- super(OERuntimeTestCase, self).setUp()
- install_package(self)
-
- def tearDown(self):
- super(OERuntimeTestCase, self).tearDown()
- uninstall_package(self)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py
deleted file mode 100644
index 7b5b48141..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-
-class QemuTinyTest(OERuntimeTestCase):
-
- def test_boot_tiny(self):
- status, output = self.target.run_serial('uname -a')
- msg = "Cannot detect poky tiny boot!"
- self.assertTrue("yocto-tiny" in output, msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/apt.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/apt.py
deleted file mode 100644
index 8d4dd35c5..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/apt.py
+++ /dev/null
@@ -1,47 +0,0 @@
-import os
-from oeqa.utils.httpserver import HTTPService
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class AptTest(OERuntimeTestCase):
-
- def pkg(self, command, expected = 0):
- command = 'apt-get %s' % command
- status, output = self.target.run(command, 1500)
- message = os.linesep.join([command, output])
- self.assertEqual(status, expected, message)
- return output
-
-class AptRepoTest(AptTest):
-
- @classmethod
- def setUpClass(cls):
- service_repo = os.path.join(cls.tc.td['DEPLOY_DIR_DEB'], 'all')
- cls.repo_server = HTTPService(service_repo, cls.tc.target.server_ip)
- cls.repo_server.start()
-
- @classmethod
- def tearDownClass(cls):
- cls.repo_server.stop()
-
- def setup_source_config_for_package_install(self):
- apt_get_source_server = 'http://%s:%s/' % (self.tc.target.server_ip, self.repo_server.port)
- apt_get_sourceslist_dir = '/etc/apt/'
- self.target.run('cd %s; echo deb %s ./ > sources.list' % (apt_get_sourceslist_dir, apt_get_source_server))
-
- def cleanup_source_config_for_package_install(self):
- apt_get_sourceslist_dir = '/etc/apt/'
- self.target.run('cd %s; rm sources.list' % (apt_get_sourceslist_dir))
-
- @skipIfNotFeature('package-management',
- 'Test requires package-management to be in IMAGE_FEATURES')
- @skipIfNotDataVar('IMAGE_PKGTYPE', 'deb',
- 'DEB is not the primary package manager')
- @OEHasPackage(['apt'])
- def test_apt_install_from_repo(self):
- self.setup_source_config_for_package_install()
- self.pkg('update')
- self.pkg('remove --yes run-postinsts-dev')
- self.pkg('install --yes --allow-unauthenticated run-postinsts-dev')
- self.cleanup_source_config_for_package_install()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildcpio.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildcpio.py
deleted file mode 100644
index 79b22d04d..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildcpio.py
+++ /dev/null
@@ -1,29 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-
-from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
-
-class BuildCpioTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- uri = 'https://downloads.yoctoproject.org/mirror/sources/cpio-2.12.tar.gz'
- cls.project = TargetBuildProject(cls.tc.target,
- uri,
- dl_dir = cls.tc.td['DL_DIR'])
- cls.project.download_archive()
-
- @classmethod
- def tearDownClass(cls):
- cls.project.clean()
-
- @OETestID(205)
- @skipIfNotFeature('tools-sdk',
- 'Test requires tools-sdk to be in IMAGE_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_cpio(self):
- self.project.run_configure()
- self.project.run_make()
- self.project.run_install()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildgalculator.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildgalculator.py
deleted file mode 100644
index 7c9d4a392..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildgalculator.py
+++ /dev/null
@@ -1,28 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-
-from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
-
-class GalculatorTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- uri = 'http://galculator.mnim.org/downloads/galculator-2.1.4.tar.bz2'
- cls.project = TargetBuildProject(cls.tc.target,
- uri,
- dl_dir = cls.tc.td['DL_DIR'])
- cls.project.download_archive()
-
- @classmethod
- def tearDownClass(cls):
- cls.project.clean()
-
- @OETestID(1526)
- @skipIfNotFeature('tools-sdk',
- 'Test requires tools-sdk to be in IMAGE_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_galculator(self):
- self.project.run_configure()
- self.project.run_make()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildlzip.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildlzip.py
deleted file mode 100644
index ca3fead2e..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/buildlzip.py
+++ /dev/null
@@ -1,34 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-
-from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
-
-class BuildLzipTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- uri = 'http://downloads.yoctoproject.org/mirror/sources'
- uri = '%s/lzip-1.19.tar.gz' % uri
- cls.project = TargetBuildProject(cls.tc.target,
- uri,
- dl_dir = cls.tc.td['DL_DIR'])
- cls.project.download_archive()
-
- @classmethod
- def tearDownClass(cls):
- cls.project.clean()
-
- @OETestID(206)
- @skipIfNotFeature('tools-sdk',
- 'Test requires tools-sdk to be in IMAGE_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_lzip(self):
- self.project.run_configure()
- self.project.run_make()
- self.project.run_install()
-
- @classmethod
- def tearDownClass(self):
- self.project.clean()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/connman.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/connman.py
deleted file mode 100644
index 12456b417..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/connman.py
+++ /dev/null
@@ -1,30 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class ConnmanTest(OERuntimeTestCase):
-
- def service_status(self, service):
- if 'systemd' in self.tc.td['DISTRO_FEATURES']:
- (_, output) = self.target.run('systemctl status -l %s' % service)
- return output
- else:
- return "Unable to get status or logs for %s" % service
-
- @OETestID(961)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- @OEHasPackage(["connman"])
- def test_connmand_help(self):
- (status, output) = self.target.run('/usr/sbin/connmand --help')
- msg = 'Failed to get connman help. Output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(221)
- @OETestDepends(['connman.ConnmanTest.test_connmand_help'])
- def test_connmand_running(self):
- cmd = '%s | grep [c]onnmand' % self.tc.target_cmds['ps']
- (status, output) = self.target.run(cmd)
- if status != 0:
- self.logger.info(self.service_status("connman"))
- self.fail("No connmand process running")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/date.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/date.py
deleted file mode 100644
index ece7338de..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/date.py
+++ /dev/null
@@ -1,38 +0,0 @@
-import re
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-
-class DateTest(OERuntimeTestCase):
-
- def setUp(self):
- if self.tc.td.get('VIRTUAL-RUNTIME_init_manager') == 'systemd':
- self.logger.debug('Stopping systemd-timesyncd daemon')
- self.target.run('systemctl stop systemd-timesyncd')
-
- def tearDown(self):
- if self.tc.td.get('VIRTUAL-RUNTIME_init_manager') == 'systemd':
- self.logger.debug('Starting systemd-timesyncd daemon')
- self.target.run('systemctl start systemd-timesyncd')
-
- @OETestID(211)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_date(self):
- (status, output) = self.target.run('date +"%Y-%m-%d %T"')
- msg = 'Failed to get initial date, output: %s' % output
- self.assertEqual(status, 0, msg=msg)
- oldDate = output
-
- sampleDate = '"2016-08-09 10:00:00"'
- (status, output) = self.target.run("date -s %s" % sampleDate)
- self.assertEqual(status, 0, msg='Date set failed, output: %s' % output)
-
- (status, output) = self.target.run("date -R")
- p = re.match('Tue, 09 Aug 2016 10:00:.. \+0000', output)
- msg = 'The date was not set correctly, output: %s' % output
- self.assertTrue(p, msg=msg)
-
- (status, output) = self.target.run('date -s "%s"' % oldDate)
- msg = 'Failed to reset date, output: %s' % output
- self.assertEqual(status, 0, msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/df.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/df.py
deleted file mode 100644
index aecc32d7c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/df.py
+++ /dev/null
@@ -1,13 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-
-class DfTest(OERuntimeTestCase):
-
- @OETestID(234)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_df(self):
- cmd = "df / | sed -n '2p' | awk '{print $4}'"
- (status,output) = self.target.run(cmd)
- msg = 'Not enough space on image. Current size is %s' % output
- self.assertTrue(int(output)>5120, msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/dnf.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/dnf.py
deleted file mode 100644
index 2f87296b4..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/dnf.py
+++ /dev/null
@@ -1,123 +0,0 @@
-import os
-import re
-import subprocess
-from oeqa.utils.httpserver import HTTPService
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class DnfTest(OERuntimeTestCase):
-
- def dnf(self, command, expected = 0):
- command = 'dnf %s' % command
- status, output = self.target.run(command, 1500)
- message = os.linesep.join([command, output])
- self.assertEqual(status, expected, message)
- return output
-
-class DnfBasicTest(DnfTest):
-
- @skipIfNotFeature('package-management',
- 'Test requires package-management to be in IMAGE_FEATURES')
- @skipIfNotDataVar('IMAGE_PKGTYPE', 'rpm',
- 'RPM is not the primary package manager')
- @OEHasPackage(['dnf'])
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- @OETestID(1735)
- def test_dnf_help(self):
- self.dnf('--help')
-
- @OETestDepends(['dnf.DnfBasicTest.test_dnf_help'])
- @OETestID(1739)
- def test_dnf_version(self):
- self.dnf('--version')
-
- @OETestDepends(['dnf.DnfBasicTest.test_dnf_help'])
- @OETestID(1737)
- def test_dnf_info(self):
- self.dnf('info dnf')
-
- @OETestDepends(['dnf.DnfBasicTest.test_dnf_help'])
- @OETestID(1738)
- def test_dnf_search(self):
- self.dnf('search dnf')
-
- @OETestDepends(['dnf.DnfBasicTest.test_dnf_help'])
- @OETestID(1736)
- def test_dnf_history(self):
- self.dnf('history')
-
-class DnfRepoTest(DnfTest):
-
- @classmethod
- def setUpClass(cls):
- cls.repo_server = HTTPService(os.path.join(cls.tc.td['WORKDIR'], 'oe-testimage-repo'),
- cls.tc.target.server_ip)
- cls.repo_server.start()
-
- @classmethod
- def tearDownClass(cls):
- cls.repo_server.stop()
-
- def dnf_with_repo(self, command):
- pkgarchs = os.listdir(os.path.join(self.tc.td['WORKDIR'], 'oe-testimage-repo'))
- deploy_url = 'http://%s:%s/' %(self.target.server_ip, self.repo_server.port)
- cmdlinerepoopts = ["--repofrompath=oe-testimage-repo-%s,%s%s" %(arch, deploy_url, arch) for arch in pkgarchs]
-
- self.dnf(" ".join(cmdlinerepoopts) + " --nogpgcheck " + command)
-
- @OETestDepends(['dnf.DnfBasicTest.test_dnf_help'])
- @OETestID(1744)
- def test_dnf_makecache(self):
- self.dnf_with_repo('makecache')
-
-
-# Does not work when repo is specified on the command line
-# @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache'])
-# def test_dnf_repolist(self):
-# self.dnf_with_repo('repolist')
-
- @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache'])
- @OETestID(1746)
- def test_dnf_repoinfo(self):
- self.dnf_with_repo('repoinfo')
-
- @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache'])
- @OETestID(1740)
- def test_dnf_install(self):
- self.dnf_with_repo('install -y run-postinsts-dev')
-
- @OETestDepends(['dnf.DnfRepoTest.test_dnf_install'])
- @OETestID(1741)
- def test_dnf_install_dependency(self):
- self.dnf_with_repo('remove -y run-postinsts')
- self.dnf_with_repo('install -y run-postinsts-dev')
-
- @OETestDepends(['dnf.DnfRepoTest.test_dnf_install_dependency'])
- @OETestID(1742)
- def test_dnf_install_from_disk(self):
- self.dnf_with_repo('remove -y run-postinsts-dev')
- self.dnf_with_repo('install -y --downloadonly run-postinsts-dev')
- status, output = self.target.run('find /var/cache/dnf -name run-postinsts-dev*rpm', 1500)
- self.assertEqual(status, 0, output)
- self.dnf_with_repo('install -y %s' % output)
-
- @OETestDepends(['dnf.DnfRepoTest.test_dnf_install_from_disk'])
- @OETestID(1743)
- def test_dnf_install_from_http(self):
- output = subprocess.check_output('%s %s -name run-postinsts-dev*' % (bb.utils.which(os.getenv('PATH'), "find"),
- os.path.join(self.tc.td['WORKDIR'], 'oe-testimage-repo')), shell=True).decode("utf-8")
- rpm_path = output.split("/")[-2] + "/" + output.split("/")[-1]
- url = 'http://%s:%s/%s' %(self.target.server_ip, self.repo_server.port, rpm_path)
- self.dnf_with_repo('remove -y run-postinsts-dev')
- self.dnf_with_repo('install -y %s' % url)
-
- @OETestDepends(['dnf.DnfRepoTest.test_dnf_install'])
- @OETestID(1745)
- def test_dnf_reinstall(self):
- self.dnf_with_repo('reinstall -y run-postinsts-dev')
-
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/gcc.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/gcc.py
deleted file mode 100644
index 911083156..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/gcc.py
+++ /dev/null
@@ -1,73 +0,0 @@
-import os
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-
-class GccCompileTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- dst = '/tmp/'
- src = os.path.join(cls.tc.files_dir, 'test.c')
- cls.tc.target.copyTo(src, dst)
-
- src = os.path.join(cls.tc.runtime_files_dir, 'testmakefile')
- cls.tc.target.copyTo(src, dst)
-
- src = os.path.join(cls.tc.files_dir, 'test.cpp')
- cls.tc.target.copyTo(src, dst)
-
- @classmethod
- def tearDownClass(cls):
- files = '/tmp/test.c /tmp/test.o /tmp/test /tmp/testmakefile'
- cls.tc.target.run('rm %s' % files)
-
- @OETestID(203)
- @skipIfNotFeature('tools-sdk',
- 'Test requires tools-sdk to be in IMAGE_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_gcc_compile(self):
- status, output = self.target.run('gcc /tmp/test.c -o /tmp/test -lm')
- msg = 'gcc compile failed, output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- status, output = self.target.run('/tmp/test')
- msg = 'running compiled file failed, output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(200)
- @skipIfNotFeature('tools-sdk',
- 'Test requires tools-sdk to be in IMAGE_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_gpp_compile(self):
- status, output = self.target.run('g++ /tmp/test.c -o /tmp/test -lm')
- msg = 'g++ compile failed, output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- status, output = self.target.run('/tmp/test')
- msg = 'running compiled file failed, output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(1142)
- @skipIfNotFeature('tools-sdk',
- 'Test requires tools-sdk to be in IMAGE_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_gpp2_compile(self):
- status, output = self.target.run('g++ /tmp/test.cpp -o /tmp/test -lm')
- msg = 'g++ compile failed, output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- status, output = self.target.run('/tmp/test')
- msg = 'running compiled file failed, output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(204)
- @skipIfNotFeature('tools-sdk',
- 'Test requires tools-sdk to be in IMAGE_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_make(self):
- status, output = self.target.run('cd /tmp; make -f testmakefile')
- msg = 'running make failed, output %s' % output
- self.assertEqual(status, 0, msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/gi.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/gi.py
deleted file mode 100644
index 19073e52c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/gi.py
+++ /dev/null
@@ -1,15 +0,0 @@
-import os
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class GObjectIntrospectionTest(OERuntimeTestCase):
-
- @OETestDepends(["ssh.SSHTest.test_ssh"])
- @OEHasPackage(["python3-pygobject"])
- def test_python(self):
- script = """from gi.repository import GObject; print(GObject.markup_escape_text("<testing&testing>"))"""
- status, output = self.target.run("python3 -c '%s'" % script)
- self.assertEqual(status, 0, msg="Python failed (%s)" % (output))
- self.assertEqual(output, "&lt;testing&amp;testing&gt;", msg="Unexpected output (%s)" % output)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/kernelmodule.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/kernelmodule.py
deleted file mode 100644
index de1a5aa44..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/kernelmodule.py
+++ /dev/null
@@ -1,40 +0,0 @@
-import os
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-
-class KernelModuleTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- src = os.path.join(cls.tc.runtime_files_dir, 'hellomod.c')
- dst = '/tmp/hellomod.c'
- cls.tc.target.copyTo(src, dst)
-
- src = os.path.join(cls.tc.runtime_files_dir, 'hellomod_makefile')
- dst = '/tmp/Makefile'
- cls.tc.target.copyTo(src, dst)
-
- @classmethod
- def tearDownClass(cls):
- files = '/tmp/Makefile /tmp/hellomod.c'
- cls.tc.target.run('rm %s' % files)
-
- @OETestID(1541)
- @skipIfNotFeature('tools-sdk',
- 'Test requires tools-sdk to be in IMAGE_FEATURES')
- @OETestDepends(['gcc.GccCompileTest.test_gcc_compile'])
- def test_kernel_module(self):
- cmds = [
- 'cd /usr/src/kernel && make scripts prepare',
- 'cd /tmp && make',
- 'cd /tmp && insmod hellomod.ko',
- 'lsmod | grep hellomod',
- 'dmesg | grep Hello',
- 'rmmod hellomod', 'dmesg | grep "Cleaning up hellomod"'
- ]
- for cmd in cmds:
- status, output = self.target.run(cmd, 900)
- self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ldd.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ldd.py
deleted file mode 100644
index c6d92fd5a..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ldd.py
+++ /dev/null
@@ -1,25 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-
-class LddTest(OERuntimeTestCase):
-
- @OETestID(962)
- @skipIfNotFeature('tools-sdk',
- 'Test requires tools-sdk to be in IMAGE_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_ldd_exists(self):
- status, output = self.target.run('which ldd')
- msg = 'ldd does not exist in PATH: which ldd: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(239)
- @OETestDepends(['ldd.LddTest.test_ldd_exists'])
- def test_ldd_rtldlist_check(self):
- cmd = ('for i in $(which ldd | xargs cat | grep "^RTLDLIST"| '
- 'cut -d\'=\' -f2|tr -d \'"\'); '
- 'do test -f $i && echo $i && break; done')
- status, output = self.target.run(cmd)
- msg = "ldd path not correct or RTLDLIST files don't exist."
- self.assertEqual(status, 0, msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/logrotate.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/logrotate.py
deleted file mode 100644
index 992fef298..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/logrotate.py
+++ /dev/null
@@ -1,42 +0,0 @@
-# This test should cover https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=289 testcase
-# Note that the image under test must have logrotate installed
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class LogrotateTest(OERuntimeTestCase):
-
- @classmethod
- def tearDownClass(cls):
- cls.tc.target.run('rm -rf $HOME/logrotate_dir')
-
- @OETestID(1544)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- @OEHasPackage(['logrotate'])
- def test_1_logrotate_setup(self):
- status, output = self.target.run('mkdir $HOME/logrotate_dir')
- msg = 'Could not create logrotate_dir. Output: %s' % output
- self.assertEqual(status, 0, msg = msg)
-
- cmd = ('sed -i "s#wtmp {#wtmp {\\n olddir $HOME/logrotate_dir#"'
- ' /etc/logrotate.conf')
- status, output = self.target.run(cmd)
- msg = ('Could not write to logrotate.conf file. Status and output: '
- ' %s and %s' % (status, output))
- self.assertEqual(status, 0, msg = msg)
-
- @OETestID(1542)
- @OETestDepends(['logrotate.LogrotateTest.test_1_logrotate_setup'])
- def test_2_logrotate(self):
- status, output = self.target.run('logrotate -f /etc/logrotate.conf')
- msg = ('logrotate service could not be reloaded. Status and output: '
- '%s and %s' % (status, output))
- self.assertEqual(status, 0, msg = msg)
-
- _, output = self.target.run('ls -la $HOME/logrotate_dir/ | wc -l')
- msg = ('new logfile could not be created. List of files within log '
- 'directory: %s' % (
- self.target.run('ls -la $HOME/logrotate_dir')[1]))
- self.assertTrue(int(output)>=3, msg = msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/multilib.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/multilib.py
deleted file mode 100644
index 8c167f100..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/multilib.py
+++ /dev/null
@@ -1,41 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotInDataVar
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class MultilibTest(OERuntimeTestCase):
-
- def archtest(self, binary, arch):
- """
- Check that ``binary`` has the ELF class ``arch`` (e.g. ELF32/ELF64).
- """
-
- status, output = self.target.run('readelf -h %s' % binary)
- self.assertEqual(status, 0, 'Failed to readelf %s' % binary)
-
- l = [l.split()[1] for l in output.split('\n') if "Class:" in l]
- if l:
- theclass = l[0]
- else:
- self.fail('Cannot parse readelf. Output:\n%s' % output)
-
- msg = "%s isn't %s (is %s)" % (binary, arch, theclass)
- self.assertEqual(theclass, arch, msg=msg)
-
- @OETestID(1593)
- @skipIfNotInDataVar('MULTILIBS', 'multilib:lib32',
- "This isn't a multilib:lib32 image")
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_check_multilib_libc(self):
- """
- Check that a multilib image has both 32-bit and 64-bit libc in.
- """
- self.archtest("/lib/libc.so.6", "ELF32")
- self.archtest("/lib64/libc.so.6", "ELF64")
-
- @OETestID(279)
- @OETestDepends(['multilib.MultilibTest.test_check_multilib_libc'])
- @OEHasPackage(['lib32-connman'])
- def test_file_connman(self):
- self.archtest("/usr/sbin/connmand", "ELF32")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/oe_syslog.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/oe_syslog.py
deleted file mode 100644
index 005b6978d..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/oe_syslog.py
+++ /dev/null
@@ -1,66 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfDataVar
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class SyslogTest(OERuntimeTestCase):
-
- @OETestID(201)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- @OEHasPackage(["busybox-syslog", "sysklogd"])
- def test_syslog_running(self):
- cmd = '%s | grep -i [s]yslogd' % self.tc.target_cmds['ps']
- status, output = self.target.run(cmd)
- msg = "No syslogd process; ps output: %s" % output
- self.assertEqual(status, 0, msg=msg)
-
-class SyslogTestConfig(OERuntimeTestCase):
-
- @OETestID(1149)
- @OETestDepends(['oe_syslog.SyslogTest.test_syslog_running'])
- def test_syslog_logger(self):
- status, output = self.target.run('logger foobar')
- msg = "Can't log into syslog. Output: %s " % output
- self.assertEqual(status, 0, msg=msg)
-
- status, output = self.target.run('grep foobar /var/log/messages')
- if status != 0:
- if self.tc.td.get("VIRTUAL-RUNTIME_init_manager") == "systemd":
- status, output = self.target.run('journalctl -o cat | grep foobar')
- else:
- status, output = self.target.run('logread | grep foobar')
- msg = ('Test log string not found in /var/log/messages or logread.'
- ' Output: %s ' % output)
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(1150)
- @OETestDepends(['oe_syslog.SyslogTest.test_syslog_running'])
- def test_syslog_restart(self):
- if "systemd" != self.tc.td.get("VIRTUAL-RUNTIME_init_manager", ""):
- (_, _) = self.target.run('/etc/init.d/syslog restart')
- else:
- (_, _) = self.target.run('systemctl restart syslog.service')
-
-
- @OETestID(202)
- @OETestDepends(['oe_syslog.SyslogTestConfig.test_syslog_logger'])
- @OEHasPackage(["!sysklogd", "busybox"])
- @skipIfDataVar('VIRTUAL-RUNTIME_init_manager', 'systemd',
- 'Not appropiate for systemd image')
- def test_syslog_startup_config(self):
- cmd = 'echo "LOGFILE=/var/log/test" >> /etc/syslog-startup.conf'
- self.target.run(cmd)
- status, output = self.target.run('/etc/init.d/syslog restart')
- msg = ('Could not restart syslog service. Status and output:'
- ' %s and %s' % (status,output))
- self.assertEqual(status, 0, msg)
-
- cmd = 'logger foobar && grep foobar /var/log/test'
- status,output = self.target.run(cmd)
- msg = 'Test log string not found. Output: %s ' % output
- self.assertEqual(status, 0, msg=msg)
-
- cmd = "sed -i 's#LOGFILE=/var/log/test##' /etc/syslog-startup.conf"
- self.target.run(cmd)
- self.target.run('/etc/init.d/syslog restart')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/opkg.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/opkg.py
deleted file mode 100644
index 671ee06c7..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/opkg.py
+++ /dev/null
@@ -1,47 +0,0 @@
-import os
-from oeqa.utils.httpserver import HTTPService
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class OpkgTest(OERuntimeTestCase):
-
- def pkg(self, command, expected = 0):
- command = 'opkg %s' % command
- status, output = self.target.run(command, 1500)
- message = os.linesep.join([command, output])
- self.assertEqual(status, expected, message)
- return output
-
-class OpkgRepoTest(OpkgTest):
-
- @classmethod
- def setUpClass(cls):
- service_repo = os.path.join(cls.tc.td['DEPLOY_DIR_IPK'], 'all')
- cls.repo_server = HTTPService(service_repo, cls.tc.target.server_ip)
- cls.repo_server.start()
-
- @classmethod
- def tearDownClass(cls):
- cls.repo_server.stop()
-
- def setup_source_config_for_package_install(self):
- apt_get_source_server = 'http://%s:%s/' % (self.tc.target.server_ip, self.repo_server.port)
- apt_get_sourceslist_dir = '/etc/opkg/'
- self.target.run('cd %s; echo src/gz all %s >> opkg.conf' % (apt_get_sourceslist_dir, apt_get_source_server))
-
- def cleanup_source_config_for_package_install(self):
- apt_get_sourceslist_dir = '/etc/opkg/'
- self.target.run('cd %s; sed -i "/^src/d" opkg.conf' % (apt_get_sourceslist_dir))
-
- @skipIfNotFeature('package-management',
- 'Test requires package-management to be in IMAGE_FEATURES')
- @skipIfNotDataVar('IMAGE_PKGTYPE', 'ipk',
- 'IPK is not the primary package manager')
- @OEHasPackage(['opkg'])
- def test_opkg_install_from_repo(self):
- self.setup_source_config_for_package_install()
- self.pkg('update')
- self.pkg('remove run-postinsts-dev')
- self.pkg('install run-postinsts-dev')
- self.cleanup_source_config_for_package_install()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/pam.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/pam.py
deleted file mode 100644
index 3654cdc94..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/pam.py
+++ /dev/null
@@ -1,33 +0,0 @@
-# This test should cover https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=287 testcase
-# Note that the image under test must have "pam" in DISTRO_FEATURES
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-
-class PamBasicTest(OERuntimeTestCase):
-
- @OETestID(1543)
- @skipIfNotFeature('pam', 'Test requires pam to be in DISTRO_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_pam(self):
- status, output = self.target.run('login --help')
- msg = ('login command does not work as expected. '
- 'Status and output:%s and %s' % (status, output))
- self.assertEqual(status, 1, msg = msg)
-
- status, output = self.target.run('passwd --help')
- msg = ('passwd command does not work as expected. '
- 'Status and output:%s and %s' % (status, output))
- self.assertEqual(status, 0, msg = msg)
-
- status, output = self.target.run('su --help')
- msg = ('su command does not work as expected. '
- 'Status and output:%s and %s' % (status, output))
- self.assertEqual(status, 0, msg = msg)
-
- status, output = self.target.run('useradd --help')
- msg = ('useradd command does not work as expected. '
- 'Status and output:%s and %s' % (status, output))
- self.assertEqual(status, 0, msg = msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/parselogs.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/parselogs.py
deleted file mode 100644
index 1f36c6108..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/parselogs.py
+++ /dev/null
@@ -1,363 +0,0 @@
-import os
-
-from subprocess import check_output
-from shutil import rmtree
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfDataVar
-from oeqa.runtime.decorator.package import OEHasPackage
-
-#in the future these lists could be moved outside of module
-errors = ["error", "cannot", "can\'t", "failed"]
-
-common_errors = [
- "(WW) warning, (EE) error, (NI) not implemented, (??) unknown.",
- "dma timeout",
- "can\'t add hid device:",
- "usbhid: probe of ",
- "_OSC failed (AE_ERROR)",
- "_OSC failed (AE_SUPPORT)",
- "AE_ALREADY_EXISTS",
- "ACPI _OSC request failed (AE_SUPPORT)",
- "can\'t disable ASPM",
- "Failed to load module \"vesa\"",
- "Failed to load module vesa",
- "Failed to load module \"modesetting\"",
- "Failed to load module modesetting",
- "Failed to load module \"glx\"",
- "Failed to load module \"fbdev\"",
- "Failed to load module fbdev",
- "Failed to load module glx",
- "[drm] Cannot find any crtc or sizes - going 1024x768",
- "_OSC failed (AE_NOT_FOUND); disabling ASPM",
- "Open ACPI failed (/var/run/acpid.socket) (No such file or directory)",
- "NX (Execute Disable) protection cannot be enabled: non-PAE kernel!",
- "hd.: possibly failed opcode",
- 'NETLINK INITIALIZATION FAILED',
- 'kernel: Cannot find map file',
- 'omap_hwmod: debugss: _wait_target_disable failed',
- 'VGA arbiter: cannot open kernel arbiter, no multi-card support',
- 'Failed to find URL:http://ipv4.connman.net/online/status.html',
- 'Online check failed for',
- 'netlink init failed',
- 'Fast TSC calibration',
- "BAR 0-9",
- "Failed to load module \"ati\"",
- "controller can't do DEVSLP, turning off",
- "stmmac_dvr_probe: warning: cannot get CSR clock",
- "error: couldn\'t mount because of unsupported optional features",
- "GPT: Use GNU Parted to correct GPT errors",
- "Cannot set xattr user.Librepo.DownloadInProgress",
- ]
-
-video_related = [
- "uvesafb",
-]
-
-x86_common = [
- '[drm:psb_do_init] *ERROR* Debug is',
- 'wrong ELF class',
- 'Could not enable PowerButton event',
- 'probe of LNXPWRBN:00 failed with error -22',
- 'pmd_set_huge: Cannot satisfy',
- 'failed to setup card detect gpio',
- 'amd_nb: Cannot enumerate AMD northbridges',
- 'failed to retrieve link info, disabling eDP',
- 'Direct firmware load for iwlwifi',
-] + common_errors
-
-qemux86_common = [
- 'wrong ELF class',
- "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.",
- "can't claim BAR ",
- 'amd_nb: Cannot enumerate AMD northbridges',
- 'uvesafb: 5000 ms task timeout, infinitely waiting',
- 'tsc: HPET/PMTIMER calibration failed',
-] + common_errors
-
-ignore_errors = {
- 'default' : common_errors,
- 'qemux86' : [
- 'Failed to access perfctr msr (MSR',
- 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
- ] + qemux86_common,
- 'qemux86-64' : qemux86_common,
- 'qemumips' : [
- 'Failed to load module "glx"',
- 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
- 'cacheinfo: Failed to find cpu0 device node',
- ] + common_errors,
- 'qemumips64' : [
- 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
- 'cacheinfo: Failed to find cpu0 device node',
- ] + common_errors,
- 'qemuppc' : [
- 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]',
- 'host side 80-wire cable detection failed, limiting max speed',
- 'mode "640x480" test failed',
- 'Failed to load module "glx"',
- 'can\'t handle BAR above 4GB',
- 'Cannot reserve Legacy IO',
- ] + common_errors,
- 'qemuarm' : [
- 'mmci-pl18x: probe of fpga:05 failed with error -22',
- 'mmci-pl18x: probe of fpga:0b failed with error -22',
- 'Failed to load module "glx"',
- 'OF: amba_device_add() failed (-19) for /amba/smc@10100000',
- 'OF: amba_device_add() failed (-19) for /amba/mpmc@10110000',
- 'OF: amba_device_add() failed (-19) for /amba/sctl@101e0000',
- 'OF: amba_device_add() failed (-19) for /amba/watchdog@101e1000',
- 'OF: amba_device_add() failed (-19) for /amba/sci@101f0000',
- 'OF: amba_device_add() failed (-19) for /amba/ssp@101f4000',
- 'OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000',
- 'Failed to initialize \'/amba/timer@101e3000\': -22',
- 'jitterentropy: Initialization failed with host not compliant with requirements: 2',
- ] + common_errors,
- 'qemuarm64' : [
- 'Fatal server error:',
- '(EE) Server terminated with error (1). Closing log file.',
- 'dmi: Firmware registration failed.',
- 'irq: type mismatch, failed to map hwirq-27 for /intc',
- ] + common_errors,
- 'emenlow' : [
- '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
- '(EE) Failed to load module "psb"',
- '(EE) Failed to load module psb',
- '(EE) Failed to load module "psbdrv"',
- '(EE) Failed to load module psbdrv',
- '(EE) open /dev/fb0: No such file or directory',
- '(EE) AIGLX: reverting to software rendering',
- ] + x86_common,
- 'intel-core2-32' : [
- 'ACPI: No _BQC method, cannot determine initial brightness',
- '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
- '(EE) Failed to load module "psb"',
- '(EE) Failed to load module psb',
- '(EE) Failed to load module "psbdrv"',
- '(EE) Failed to load module psbdrv',
- '(EE) open /dev/fb0: No such file or directory',
- '(EE) AIGLX: reverting to software rendering',
- 'dmi: Firmware registration failed.',
- 'ioremap error for 0x78',
- ] + x86_common,
- 'intel-corei7-64' : [
- 'can\'t set Max Payload Size to 256',
- 'intel_punit_ipc: can\'t request region for resource',
- '[drm] parse error at position 4 in video mode \'efifb\'',
- 'ACPI Error: Could not enable RealTimeClock event',
- 'ACPI Warning: Could not enable fixed event - RealTimeClock',
- 'hci_intel INT33E1:00: Unable to retrieve gpio',
- 'hci_intel: probe of INT33E1:00 failed',
- 'can\'t derive routing for PCI INT A',
- 'failed to read out thermal zone',
- 'Bluetooth: hci0: Setting Intel event mask failed',
- 'ttyS2 - failed to request DMA',
- 'Bluetooth: hci0: Failed to send firmware data (-38)',
- 'atkbd serio0: Failed to enable keyboard on isa0060/serio0',
- ] + x86_common,
- 'crownbay' : x86_common,
- 'genericx86' : x86_common,
- 'genericx86-64' : [
- 'Direct firmware load for i915',
- 'Failed to load firmware i915',
- 'Failed to fetch GuC',
- 'Failed to initialize GuC',
- 'Failed to load DMC firmware',
- 'The driver is built-in, so to load the firmware you need to',
- ] + x86_common,
- 'edgerouter' : [
- 'Fatal server error:',
- ] + common_errors,
- 'jasperforest' : [
- 'Activated service \'org.bluez\' failed:',
- 'Unable to find NFC netlink family',
- ] + common_errors,
-}
-
-log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"]
-
-class ParseLogsTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- cls.errors = errors
-
- # When systemd is enabled we need to notice errors on
- # circular dependencies in units.
- if 'systemd' in cls.td.get('DISTRO_FEATURES', ''):
- cls.errors.extend([
- 'Found ordering cycle on',
- 'Breaking ordering cycle by deleting job',
- 'deleted to break ordering cycle',
- 'Ordering cycle found, skipping',
- ])
-
- cls.ignore_errors = ignore_errors
- cls.log_locations = log_locations
- cls.msg = ''
- is_lsb, _ = cls.tc.target.run("which LSB_Test.sh")
- if is_lsb == 0:
- for machine in cls.ignore_errors:
- cls.ignore_errors[machine] = cls.ignore_errors[machine] \
- + video_related
-
- def getMachine(self):
- return self.td.get('MACHINE', '')
-
- def getWorkdir(self):
- return self.td.get('WORKDIR', '')
-
- # Get some information on the CPU of the machine to display at the
- # beginning of the output. This info might be useful in some cases.
- def getHardwareInfo(self):
- hwi = ""
- cmd = ('cat /proc/cpuinfo | grep "model name" | head -n1 | '
- " awk 'BEGIN{FS=\":\"}{print $2}'")
- _, cpu_name = self.target.run(cmd)
-
- cmd = ('cat /proc/cpuinfo | grep "cpu cores" | head -n1 | '
- "awk {'print $4'}")
- _, cpu_physical_cores = self.target.run(cmd)
-
- cmd = 'cat /proc/cpuinfo | grep "processor" | wc -l'
- _, cpu_logical_cores = self.target.run(cmd)
-
- _, cpu_arch = self.target.run('uname -m')
-
- hwi += 'Machine information: \n'
- hwi += '*******************************\n'
- hwi += 'Machine name: ' + self.getMachine() + '\n'
- hwi += 'CPU: ' + str(cpu_name) + '\n'
- hwi += 'Arch: ' + str(cpu_arch)+ '\n'
- hwi += 'Physical cores: ' + str(cpu_physical_cores) + '\n'
- hwi += 'Logical cores: ' + str(cpu_logical_cores) + '\n'
- hwi += '*******************************\n'
-
- return hwi
-
- # Go through the log locations provided and if it's a folder
- # create a list with all the .log files in it, if it's a file
- # just add it to that list.
- def getLogList(self, log_locations):
- logs = []
- for location in log_locations:
- status, _ = self.target.run('test -f ' + str(location))
- if status == 0:
- logs.append(str(location))
- else:
- status, _ = self.target.run('test -d ' + str(location))
- if status == 0:
- cmd = 'find ' + str(location) + '/*.log -maxdepth 1 -type f'
- status, output = self.target.run(cmd)
- if status == 0:
- output = output.splitlines()
- for logfile in output:
- logs.append(os.path.join(location, str(logfile)))
- return logs
-
- # Copy the log files to be parsed locally
- def transfer_logs(self, log_list):
- workdir = self.getWorkdir()
- self.target_logs = workdir + '/' + 'target_logs'
- target_logs = self.target_logs
- if os.path.exists(target_logs):
- rmtree(self.target_logs)
- os.makedirs(target_logs)
- for f in log_list:
- self.target.copyFrom(str(f), target_logs)
-
- # Get the local list of logs
- def get_local_log_list(self, log_locations):
- self.transfer_logs(self.getLogList(log_locations))
- list_dir = os.listdir(self.target_logs)
- dir_files = [os.path.join(self.target_logs, f) for f in list_dir]
- logs = [f for f in dir_files if os.path.isfile(f)]
- return logs
-
- # Build the grep command to be used with filters and exclusions
- def build_grepcmd(self, errors, ignore_errors, log):
- grepcmd = 'grep '
- grepcmd += '-Ei "'
- for error in errors:
- grepcmd += error + '|'
- grepcmd = grepcmd[:-1]
- grepcmd += '" ' + str(log) + " | grep -Eiv \'"
-
- try:
- errorlist = ignore_errors[self.getMachine()]
- except KeyError:
- self.msg += 'No ignore list found for this machine, using default\n'
- errorlist = ignore_errors['default']
-
- for ignore_error in errorlist:
- ignore_error = ignore_error.replace('(', '\(')
- ignore_error = ignore_error.replace(')', '\)')
- ignore_error = ignore_error.replace("'", '.')
- ignore_error = ignore_error.replace('?', '\?')
- ignore_error = ignore_error.replace('[', '\[')
- ignore_error = ignore_error.replace(']', '\]')
- ignore_error = ignore_error.replace('*', '\*')
- ignore_error = ignore_error.replace('0-9', '[0-9]')
- grepcmd += ignore_error + '|'
- grepcmd = grepcmd[:-1]
- grepcmd += "\'"
-
- return grepcmd
-
- # Grep only the errors so that their context could be collected.
- # Default context is 10 lines before and after the error itself
- def parse_logs(self, errors, ignore_errors, logs,
- lines_before = 10, lines_after = 10):
- results = {}
- rez = []
- grep_output = ''
-
- for log in logs:
- result = None
- thegrep = self.build_grepcmd(errors, ignore_errors, log)
-
- try:
- result = check_output(thegrep, shell=True).decode('utf-8')
- except:
- pass
-
- if result is not None:
- results[log.replace('target_logs/','')] = {}
- rez = result.splitlines()
-
- for xrez in rez:
- try:
- cmd = ['grep', '-F', xrez, '-B', str(lines_before)]
- cmd += ['-A', str(lines_after), log]
- grep_output = check_output(cmd).decode('utf-8')
- except:
- pass
- results[log.replace('target_logs/','')][xrez]=grep_output
-
- return results
-
- # Get the output of dmesg and write it in a file.
- # This file is added to log_locations.
- def write_dmesg(self):
- (status, dmesg) = self.target.run('dmesg > /tmp/dmesg_output.log')
-
- @OETestID(1059)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_parselogs(self):
- self.write_dmesg()
- log_list = self.get_local_log_list(self.log_locations)
- result = self.parse_logs(self.errors, self.ignore_errors, log_list)
- print(self.getHardwareInfo())
- errcount = 0
- for log in result:
- self.msg += 'Log: ' + log + '\n'
- self.msg += '-----------------------\n'
- for error in result[log]:
- errcount += 1
- self.msg += 'Central error: ' + str(error) + '\n'
- self.msg += '***********************\n'
- self.msg += result[str(log)][str(error)] + '\n'
- self.msg += '***********************\n'
- self.msg += '%s errors found in logs.' % errcount
- self.assertEqual(errcount, 0, msg=self.msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/perl.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/perl.py
deleted file mode 100644
index d0b7e8ed9..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/perl.py
+++ /dev/null
@@ -1,37 +0,0 @@
-import os
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class PerlTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- src = os.path.join(cls.tc.files_dir, 'test.pl')
- dst = '/tmp/test.pl'
- cls.tc.target.copyTo(src, dst)
-
- @classmethod
- def tearDownClass(cls):
- dst = '/tmp/test.pl'
- cls.tc.target.run('rm %s' % dst)
-
- @OETestID(1141)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- @OEHasPackage(['perl'])
- def test_perl_exists(self):
- status, output = self.target.run('which perl')
- msg = 'Perl binary not in PATH or not on target.'
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(208)
- @OETestDepends(['perl.PerlTest.test_perl_exists'])
- def test_perl_works(self):
- status, output = self.target.run('perl /tmp/test.pl')
- msg = 'Exit status was not 0. Output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- msg = 'Incorrect output: %s' % output
- self.assertEqual(output, "the value of a is 0.01", msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ping.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ping.py
deleted file mode 100644
index 02f580abe..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ping.py
+++ /dev/null
@@ -1,24 +0,0 @@
-from subprocess import Popen, PIPE
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.oetimeout import OETimeout
-
-class PingTest(OERuntimeTestCase):
-
- @OETimeout(30)
- @OETestID(964)
- def test_ping(self):
- output = ''
- count = 0
- while count < 5:
- cmd = 'ping -c 1 %s' % self.target.ip
- proc = Popen(cmd, shell=True, stdout=PIPE)
- output += proc.communicate()[0].decode('utf-8')
- if proc.poll() == 0:
- count += 1
- else:
- count = 0
- msg = ('Expected 5 consecutive, got %d.\n'
- 'ping output is:\n%s' % (count,output))
- self.assertEqual(count, 5, msg = msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ptest.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ptest.py
deleted file mode 100644
index f60a433d5..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ptest.py
+++ /dev/null
@@ -1,93 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-from oeqa.utils.logparser import Lparser, Result
-
-class PtestRunnerTest(OERuntimeTestCase):
-
- # a ptest log parser
- def parse_ptest(self, logfile):
- parser = Lparser(test_0_pass_regex="^PASS:(.+)",
- test_0_fail_regex="^FAIL:(.+)",
- test_0_skip_regex="^SKIP:(.+)",
- section_0_begin_regex="^BEGIN: .*/(.+)/ptest",
- section_0_end_regex="^END: .*/(.+)/ptest")
- parser.init()
- result = Result()
-
- with open(logfile, errors='replace') as f:
- for line in f:
- result_tuple = parser.parse_line(line)
- if not result_tuple:
- continue
- result_tuple = line_type, category, status, name = parser.parse_line(line)
-
- if line_type == 'section' and status == 'begin':
- current_section = name
- continue
-
- if line_type == 'section' and status == 'end':
- current_section = None
- continue
-
- if line_type == 'test' and status == 'pass':
- result.store(current_section, name, status)
- continue
-
- if line_type == 'test' and status == 'fail':
- result.store(current_section, name, status)
- continue
-
- if line_type == 'test' and status == 'skip':
- result.store(current_section, name, status)
- continue
-
- result.sort_tests()
- return result
-
- @OETestID(1600)
- @skipIfNotFeature('ptest', 'Test requires ptest to be in DISTRO_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_ptestrunner(self):
- status, output = self.target.run('which ptest-runner', 0)
- if status != 0:
- self.skipTest("No -ptest packages are installed in the image")
-
- import datetime
-
- test_log_dir = self.td.get('TEST_LOG_DIR', '')
- # The TEST_LOG_DIR maybe NULL when testimage is added after
- # testdata.json is generated.
- if not test_log_dir:
- test_log_dir = os.path.join(self.td.get('WORKDIR', ''), 'testimage')
- # Don't use self.td.get('DATETIME'), it's from testdata.json, not
- # up-to-date, and may cause "File exists" when re-reun.
- datetime = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
- ptest_log_dir_link = os.path.join(test_log_dir, 'ptest_log')
- ptest_log_dir = '%s.%s' % (ptest_log_dir_link, datetime)
- ptest_runner_log = os.path.join(ptest_log_dir, 'ptest-runner.log')
-
- status, output = self.target.run('ptest-runner', 0)
- os.makedirs(ptest_log_dir)
- with open(ptest_runner_log, 'w') as f:
- f.write(output)
-
- # status != 0 is OK since some ptest tests may fail
- self.assertTrue(status != 127, msg="Cannot execute ptest-runner!")
-
- # Parse and save results
- parse_result = self.parse_ptest(ptest_runner_log)
- parse_result.log_as_files(ptest_log_dir, test_status = ['pass','fail', 'skip'])
- if os.path.exists(ptest_log_dir_link):
- # Remove the old link to create a new one
- os.remove(ptest_log_dir_link)
- os.symlink(os.path.basename(ptest_log_dir), ptest_log_dir_link)
-
- failed_tests = {}
- for section in parse_result.result_dict:
- failed_testcases = [ test for test, result in parse_result.result_dict[section] if result == 'fail' ]
- if failed_testcases:
- failed_tests[section] = failed_testcases
-
- self.assertFalse(failed_tests, msg = "Failed ptests: %s" %(str(failed_tests)))
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/python.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/python.py
deleted file mode 100644
index bf3e17916..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/python.py
+++ /dev/null
@@ -1,43 +0,0 @@
-import os
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class PythonTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- src = os.path.join(cls.tc.files_dir, 'test.py')
- dst = '/tmp/test.py'
- cls.tc.target.copyTo(src, dst)
-
- @classmethod
- def tearDownClass(cls):
- dst = '/tmp/test.py'
- cls.tc.target.run('rm %s' % dst)
-
- @OETestID(1145)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- @OEHasPackage(['python-core'])
- def test_python_exists(self):
- status, output = self.target.run('which python')
- msg = 'Python binary not in PATH or not on target.'
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(965)
- @OETestDepends(['python.PythonTest.test_python_exists'])
- def test_python_stdout(self):
- status, output = self.target.run('python /tmp/test.py')
- msg = 'Exit status was not 0. Output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- msg = 'Incorrect output: %s' % output
- self.assertEqual(output, "the value of a is 0.01", msg=msg)
-
- @OETestID(1146)
- @OETestDepends(['python.PythonTest.test_python_stdout'])
- def test_python_testfile(self):
- status, output = self.target.run('ls /tmp/testfile.python')
- self.assertEqual(status, 0, msg='Python test file generate failed.')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/rpm.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/rpm.py
deleted file mode 100644
index 05b94c7b4..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/rpm.py
+++ /dev/null
@@ -1,142 +0,0 @@
-import os
-import fnmatch
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfDataVar
-from oeqa.runtime.decorator.package import OEHasPackage
-from oeqa.core.utils.path import findFile
-
-class RpmBasicTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- if cls.tc.td['PACKAGE_CLASSES'].split()[0] != 'package_rpm':
- cls.skipTest('Tests require image to be build from rpm')
-
- @OETestID(960)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_rpm_help(self):
- status, output = self.target.run('rpm --help')
- msg = 'status and output: %s and %s' % (status, output)
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(191)
- @OETestDepends(['rpm.RpmBasicTest.test_rpm_help'])
- def test_rpm_query(self):
- status, output = self.target.run('rpm -q rpm')
- msg = 'status and output: %s and %s' % (status, output)
- self.assertEqual(status, 0, msg=msg)
-
-class RpmInstallRemoveTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- if cls.tc.td['PACKAGE_CLASSES'].split()[0] != 'package_rpm':
- cls.skipTest('Tests require image to be build from rpm')
-
- pkgarch = cls.td['TUNE_PKGARCH'].replace('-', '_')
- rpmdir = os.path.join(cls.tc.td['DEPLOY_DIR'], 'rpm', pkgarch)
- # Pick rpm-doc as a test file to get installed, because it's small
- # and it will always be built for standard targets
- rpm_doc = 'rpm-doc-*.%s.rpm' % pkgarch
- for f in fnmatch.filter(os.listdir(rpmdir), rpm_doc):
- test_file = os.path.join(rpmdir, f)
- dst = '/tmp/rpm-doc.rpm'
- cls.tc.target.copyTo(test_file, dst)
-
- @classmethod
- def tearDownClass(cls):
- dst = '/tmp/rpm-doc.rpm'
- cls.tc.target.run('rm -f %s' % dst)
-
- @OETestID(192)
- @OETestDepends(['rpm.RpmBasicTest.test_rpm_help'])
- def test_rpm_install(self):
- status, output = self.target.run('rpm -ivh /tmp/rpm-doc.rpm')
- msg = 'Failed to install rpm-doc package: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(194)
- @OETestDepends(['rpm.RpmInstallRemoveTest.test_rpm_install'])
- def test_rpm_remove(self):
- status,output = self.target.run('rpm -e rpm-doc')
- msg = 'Failed to remove rpm-doc package: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(1096)
- @OETestDepends(['rpm.RpmBasicTest.test_rpm_query'])
- def test_rpm_query_nonroot(self):
-
- def set_up_test_user(u):
- status, output = self.target.run('id -u %s' % u)
- if status:
- status, output = self.target.run('useradd %s' % u)
- msg = 'Failed to create new user: %s' % output
- self.assertTrue(status == 0, msg=msg)
-
- def exec_as_test_user(u):
- status, output = self.target.run('su -c id %s' % u)
- msg = 'Failed to execute as new user'
- self.assertTrue("({0})".format(u) in output, msg=msg)
-
- status, output = self.target.run('su -c "rpm -qa" %s ' % u)
- msg = 'status: %s. Cannot run rpm -qa: %s' % (status, output)
- self.assertEqual(status, 0, msg=msg)
-
- def unset_up_test_user(u):
- status, output = self.target.run('userdel -r %s' % u)
- msg = 'Failed to erase user: %s' % output
- self.assertTrue(status == 0, msg=msg)
-
- tuser = 'test1'
-
- try:
- set_up_test_user(tuser)
- exec_as_test_user(tuser)
- finally:
- unset_up_test_user(tuser)
-
- @OETestID(195)
- @OETestDepends(['rpm.RpmInstallRemoveTest.test_rpm_remove'])
- def test_check_rpm_install_removal_log_file_size(self):
- """
- Summary: Check that rpm writes into /var/log/messages
- Expected: There should be some RPM prefixed entries in the above file.
- Product: BSPs
- Author: Alexandru Georgescu <alexandru.c.georgescu@intel.com>
- Author: Alexander Kanavin <alexander.kanavin@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
- db_files_cmd = 'ls /var/lib/rpm/__db.*'
- check_log_cmd = "grep RPM /var/log/messages | wc -l"
-
- # Make sure that some database files are under /var/lib/rpm as '__db.xxx'
- status, output = self.target.run(db_files_cmd)
- msg = 'Failed to find database files under /var/lib/rpm/ as __db.xxx'
- self.assertEqual(0, status, msg=msg)
-
- # Remove the package just in case
- self.target.run('rpm -e rpm-doc')
-
- # Install/Remove a package 10 times
- for i in range(10):
- status, output = self.target.run('rpm -ivh /tmp/rpm-doc.rpm')
- msg = 'Failed to install rpm-doc package. Reason: {}'.format(output)
- self.assertEqual(0, status, msg=msg)
-
- status, output = self.target.run('rpm -e rpm-doc')
- msg = 'Failed to remove rpm-doc package. Reason: {}'.format(output)
- self.assertEqual(0, status, msg=msg)
-
- # if using systemd this should ensure all entries are flushed to /var
- status, output = self.target.run("journalctl --sync")
- # Get the amount of entries in the log file
- status, output = self.target.run(check_log_cmd)
- msg = 'Failed to get the final size of the log file.'
- self.assertEqual(0, status, msg=msg)
-
- # Check that there's enough of them
- self.assertGreaterEqual(int(output), 80,
- 'Cound not find sufficient amount of rpm entries in /var/log/messages, found {} entries'.format(output))
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/scanelf.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/scanelf.py
deleted file mode 100644
index 3ba1f78af..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/scanelf.py
+++ /dev/null
@@ -1,26 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class ScanelfTest(OERuntimeTestCase):
- scancmd = 'scanelf --quiet --recursive --mount --ldpath --path'
-
- @OETestID(966)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- @OEHasPackage(['pax-utils'])
- def test_scanelf_textrel(self):
- # print TEXTREL information
- cmd = '%s --textrel' % self.scancmd
- status, output = self.target.run(cmd)
- msg = '\n'.join([cmd, output])
- self.assertEqual(output.strip(), '', msg=msg)
-
- @OETestID(967)
- @OETestDepends(['scanelf.ScanelfTest.test_scanelf_textrel'])
- def test_scanelf_rpath(self):
- # print RPATH information
- cmd = '%s --textrel --rpath' % self.scancmd
- status, output = self.target.run(cmd)
- msg = '\n'.join([cmd, output])
- self.assertEqual(output.strip(), '', msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/scp.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/scp.py
deleted file mode 100644
index f488a6175..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/scp.py
+++ /dev/null
@@ -1,33 +0,0 @@
-import os
-from tempfile import mkstemp
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-
-class ScpTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- cls.tmp_fd, cls.tmp_path = mkstemp()
- with os.fdopen(cls.tmp_fd, 'w') as f:
- f.seek(2 ** 22 -1)
- f.write(os.linesep)
-
- @classmethod
- def tearDownClass(cls):
- os.remove(cls.tmp_path)
-
- @OETestID(220)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_scp_file(self):
- dst = '/tmp/test_scp_file'
-
- (status, output) = self.target.copyTo(self.tmp_path, dst)
- msg = 'File could not be copied. Output: %s' % output
- self.assertEqual(status, 0, msg=msg)
-
- (status, output) = self.target.run('ls -la %s' % dst)
- self.assertEqual(status, 0, msg = 'SCP test failed')
-
- self.target.run('rm %s' % dst)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/skeletoninit.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/skeletoninit.py
deleted file mode 100644
index 4fdcf033a..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/skeletoninit.py
+++ /dev/null
@@ -1,33 +0,0 @@
-# This test should cover https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=284
-# testcase. Image under test must have meta-skeleton layer in bblayers and
-# IMAGE_INSTALL_append = " service" in local.conf
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfDataVar
-from oeqa.runtime.decorator.package import OEHasPackage
-
-class SkeletonBasicTest(OERuntimeTestCase):
-
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- @OEHasPackage(['service'])
- @skipIfDataVar('VIRTUAL-RUNTIME_init_manager', 'systemd',
- 'Not appropiate for systemd image')
- def test_skeleton_availability(self):
- status, output = self.target.run('ls /etc/init.d/skeleton')
- msg = 'skeleton init script not found. Output:\n%s' % output
- self.assertEqual(status, 0, msg=msg)
-
- status, output = self.target.run('ls /usr/sbin/skeleton-test')
- msg = 'skeleton-test not found. Output:\n%s' % output
- self.assertEqual(status, 0, msg=msg)
-
- @OETestID(284)
- @OETestDepends(['skeletoninit.SkeletonBasicTest.test_skeleton_availability'])
- def test_skeleton_script(self):
- output1 = self.target.run("/etc/init.d/skeleton start")[1]
- cmd = '%s | grep [s]keleton-test' % self.tc.target_cmds['ps']
- status, output2 = self.target.run(cmd)
- msg = ('Skeleton script could not be started:'
- '\n%s\n%s' % (output1, output2))
- self.assertEqual(status, 0, msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ssh.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ssh.py
deleted file mode 100644
index eca167969..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/ssh.py
+++ /dev/null
@@ -1,15 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-
-class SSHTest(OERuntimeTestCase):
-
- @OETestID(224)
- @OETestDepends(['ping.PingTest.test_ping'])
- def test_ssh(self):
- (status, output) = self.target.run('uname -a')
- self.assertEqual(status, 0, msg='SSH Test failed: %s' % output)
- (status, output) = self.target.run('cat /etc/masterimage')
- msg = "This isn't the right image - /etc/masterimage " \
- "shouldn't be here %s" % output
- self.assertEqual(status, 1, msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/stap.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/stap.py
deleted file mode 100644
index fc728bfc5..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/stap.py
+++ /dev/null
@@ -1,33 +0,0 @@
-import os
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-
-class StapTest(OERuntimeTestCase):
-
- @classmethod
- def setUpClass(cls):
- src = os.path.join(cls.tc.runtime_files_dir, 'hello.stp')
- dst = '/tmp/hello.stp'
- cls.tc.target.copyTo(src, dst)
-
- @classmethod
- def tearDownClass(cls):
- files = '/tmp/hello.stp'
- cls.tc.target.run('rm %s' % files)
-
- @OETestID(1652)
- @skipIfNotFeature('tools-profile',
- 'Test requires tools-profile to be in IMAGE_FEATURES')
- @OETestDepends(['kernelmodule.KernelModuleTest.test_kernel_module'])
- def test_stap(self):
- cmds = [
- 'cd /usr/src/kernel && make scripts prepare',
- 'cd /lib/modules/`uname -r` && (if [ ! -L build ]; then ln -s /usr/src/kernel build; fi)',
- 'stap --disable-cache -DSTP_NO_VERREL_CHECK /tmp/hello.stp'
- ]
- for cmd in cmds:
- status, output = self.target.run(cmd, 900)
- self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/systemd.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/systemd.py
deleted file mode 100644
index db69384c8..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/systemd.py
+++ /dev/null
@@ -1,181 +0,0 @@
-import re
-import time
-
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfDataVar, skipIfNotDataVar
-from oeqa.runtime.decorator.package import OEHasPackage
-from oeqa.core.decorator.data import skipIfNotFeature
-
-class SystemdTest(OERuntimeTestCase):
-
- def systemctl(self, action='', target='', expected=0, verbose=False):
- command = 'systemctl %s %s' % (action, target)
- status, output = self.target.run(command)
- message = '\n'.join([command, output])
- if status != expected and verbose:
- cmd = 'systemctl status --full %s' % target
- message += self.target.run(cmd)[1]
- self.assertEqual(status, expected, message)
- return output
-
- #TODO: use pyjournalctl instead
- def journalctl(self, args='',l_match_units=None):
- """
- Request for the journalctl output to the current target system
-
- Arguments:
- -args, an optional argument pass through argument
- -l_match_units, an optional list of units to filter the output
- Returns:
- -string output of the journalctl command
- Raises:
- -AssertionError, on remote commands that fail
- -ValueError, on a journalctl call with filtering by l_match_units that
- returned no entries
- """
-
- query_units=''
- if l_match_units:
- query_units = ['_SYSTEMD_UNIT='+unit for unit in l_match_units]
- query_units = ' '.join(query_units)
- command = 'journalctl %s %s' %(args, query_units)
- status, output = self.target.run(command)
- if status:
- raise AssertionError("Command '%s' returned non-zero exit "
- 'code %d:\n%s' % (command, status, output))
- if len(output) == 1 and "-- No entries --" in output:
- raise ValueError('List of units to match: %s, returned no entries'
- % l_match_units)
- return output
-
-class SystemdBasicTests(SystemdTest):
-
- def settle(self):
- """
- Block until systemd has finished activating any units being activated,
- or until two minutes has elapsed.
-
- Returns a tuple, either (True, '') if all units have finished
- activating, or (False, message string) if there are still units
- activating (generally, failing units that restart).
- """
- endtime = time.time() + (60 * 2)
- while True:
- status, output = self.target.run('systemctl --state=activating')
- if "0 loaded units listed" in output:
- return (True, '')
- if time.time() >= endtime:
- return (False, output)
- time.sleep(10)
-
- @skipIfNotFeature('systemd',
- 'Test requires systemd to be in DISTRO_FEATURES')
- @skipIfNotDataVar('VIRTUAL-RUNTIME_init_manager', 'systemd',
- 'systemd is not the init manager for this image')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_systemd_basic(self):
- self.systemctl('--version')
-
- @OETestID(551)
- @OETestDepends(['systemd.SystemdBasicTests.test_systemd_basic'])
- def test_systemd_list(self):
- self.systemctl('list-unit-files')
-
- @OETestID(550)
- @OETestDepends(['systemd.SystemdBasicTests.test_systemd_basic'])
- def test_systemd_failed(self):
- settled, output = self.settle()
- msg = "Timed out waiting for systemd to settle:\n%s" % output
- self.assertTrue(settled, msg=msg)
-
- output = self.systemctl('list-units', '--failed')
- match = re.search('0 loaded units listed', output)
- if not match:
- output += self.systemctl('status --full --failed')
- self.assertTrue(match, msg='Some systemd units failed:\n%s' % output)
-
-
-class SystemdServiceTests(SystemdTest):
-
- @OEHasPackage(['avahi-daemon'])
- @OETestDepends(['systemd.SystemdBasicTests.test_systemd_basic'])
- def test_systemd_status(self):
- self.systemctl('status --full', 'avahi-daemon.service')
-
- @OETestID(695)
- @OETestDepends(['systemd.SystemdServiceTests.test_systemd_status'])
- def test_systemd_stop_start(self):
- self.systemctl('stop', 'avahi-daemon.service')
- self.systemctl('is-active', 'avahi-daemon.service',
- expected=3, verbose=True)
- self.systemctl('start','avahi-daemon.service')
- self.systemctl('is-active', 'avahi-daemon.service', verbose=True)
-
- @OETestID(696)
- @OETestDepends(['systemd.SystemdServiceTests.test_systemd_status'])
- def test_systemd_disable_enable(self):
- self.systemctl('disable', 'avahi-daemon.service')
- self.systemctl('is-enabled', 'avahi-daemon.service', expected=1)
- self.systemctl('enable', 'avahi-daemon.service')
- self.systemctl('is-enabled', 'avahi-daemon.service')
-
-class SystemdJournalTests(SystemdTest):
-
- @OETestDepends(['systemd.SystemdBasicTests.test_systemd_basic'])
- def test_systemd_journal(self):
- status, output = self.target.run('journalctl')
- self.assertEqual(status, 0, output)
-
- @OETestDepends(['systemd.SystemdBasicTests.test_systemd_basic'])
- def test_systemd_boot_time(self, systemd_TimeoutStartSec=90):
- """
- Get the target boot time from journalctl and log it
-
- Arguments:
- -systemd_TimeoutStartSec, an optional argument containing systemd's
- unit start timeout to compare against
- """
-
- # The expression chain that uniquely identifies the time boot message.
- expr_items=['Startup finished', 'kernel', 'userspace','\.$']
- try:
- output = self.journalctl(args='-o cat --reverse')
- except AssertionError:
- self.fail('Error occurred while calling journalctl')
- if not len(output):
- self.fail('Error, unable to get startup time from systemd journal')
-
- # Check for the regular expression items that match the startup time.
- for line in output.split('\n'):
- check_match = ''.join(re.findall('.*'.join(expr_items), line))
- if check_match:
- break
- # Put the startup time in the test log
- if check_match:
- self.tc.logger.info('%s' % check_match)
- else:
- self.skipTest('Error at obtaining the boot time from journalctl')
- boot_time_sec = 0
-
- # Get the numeric values from the string and convert them to seconds
- # same data will be placed in list and string for manipulation.
- l_boot_time = check_match.split(' ')[-2:]
- s_boot_time = ' '.join(l_boot_time)
- try:
- # Obtain the minutes it took to boot.
- if l_boot_time[0].endswith('min') and l_boot_time[0][0].isdigit():
- boot_time_min = s_boot_time.split('min')[0]
- # Convert to seconds and accumulate it.
- boot_time_sec += int(boot_time_min) * 60
- # Obtain the seconds it took to boot and accumulate.
- boot_time_sec += float(l_boot_time[1].split('s')[0])
- except ValueError:
- self.skipTest('Error when parsing time from boot string')
-
- # Assert the target boot time against systemd's unit start timeout.
- if boot_time_sec > systemd_TimeoutStartSec:
- msg = ("Target boot time %s exceeds systemd's TimeoutStartSec %s"
- % (boot_time_sec, systemd_TimeoutStartSec))
- self.tc.logger.info(msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/x32lib.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/x32lib.py
deleted file mode 100644
index 8da0154e7..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/x32lib.py
+++ /dev/null
@@ -1,19 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotInDataVar
-
-class X32libTest(OERuntimeTestCase):
-
- @skipIfNotInDataVar('DEFAULTTUNE', 'x86-64-x32',
- 'DEFAULTTUNE is not set to x86-64-x32')
- @OETestID(281)
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_x32_file(self):
- cmd = 'readelf -h /bin/ls | grep Class | grep ELF32'
- status1 = self.target.run(cmd)[0]
- cmd = 'readelf -h /bin/ls | grep Machine | grep X86-64'
- status2 = self.target.run(cmd)[0]
- msg = ("/bin/ls isn't an X86-64 ELF32 binary. readelf says: %s" %
- self.target.run("readelf -h /bin/ls")[1])
- self.assertTrue(status1 == 0 and status2 == 0, msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/xorg.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/xorg.py
deleted file mode 100644
index 2124813e3..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/xorg.py
+++ /dev/null
@@ -1,17 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.core.decorator.data import skipIfNotFeature
-
-class XorgTest(OERuntimeTestCase):
-
- @OETestID(1151)
- @skipIfNotFeature('x11-base',
- 'Test requires x11 to be in IMAGE_FEATURES')
- @OETestDepends(['ssh.SSHTest.test_ssh'])
- def test_xorg_running(self):
- cmd ='%s | grep -v xinit | grep [X]org' % self.tc.target_cmds['ps']
- status, output = self.target.run(cmd)
- msg = ('Xorg does not appear to be running %s' %
- self.target.run(self.tc.target_cmds['ps'])[1])
- self.assertEqual(status, 0, msg=msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/context.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/context.py
deleted file mode 100644
index 0294003fc..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/context.py
+++ /dev/null
@@ -1,226 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-
-from oeqa.core.context import OETestContext, OETestContextExecutor
-from oeqa.core.target.ssh import OESSHTarget
-from oeqa.core.target.qemu import OEQemuTarget
-from oeqa.utils.dump import HostDumper
-
-from oeqa.runtime.loader import OERuntimeTestLoader
-
-class OERuntimeTestContext(OETestContext):
- loaderClass = OERuntimeTestLoader
- runtime_files_dir = os.path.join(
- os.path.dirname(os.path.abspath(__file__)), "files")
-
- def __init__(self, td, logger, target,
- host_dumper, image_packages, extract_dir):
- super(OERuntimeTestContext, self).__init__(td, logger)
-
- self.target = target
- self.image_packages = image_packages
- self.host_dumper = host_dumper
- self.extract_dir = extract_dir
- self._set_target_cmds()
-
- def _set_target_cmds(self):
- self.target_cmds = {}
-
- self.target_cmds['ps'] = 'ps'
- if 'procps' in self.image_packages:
- self.target_cmds['ps'] = self.target_cmds['ps'] + ' -ef'
-
-class OERuntimeTestContextExecutor(OETestContextExecutor):
- _context_class = OERuntimeTestContext
-
- name = 'runtime'
- help = 'runtime test component'
- description = 'executes runtime tests over targets'
-
- default_cases = os.path.join(os.path.abspath(os.path.dirname(__file__)),
- 'cases')
- default_data = None
- default_test_data = 'data/testdata.json'
- default_tests = ''
-
- default_target_type = 'simpleremote'
- default_manifest = 'data/manifest'
- default_server_ip = '192.168.7.1'
- default_target_ip = '192.168.7.2'
- default_host_dumper_dir = '/tmp/oe-saved-tests'
- default_extract_dir = 'packages/extracted'
-
- def register_commands(self, logger, subparsers):
- super(OERuntimeTestContextExecutor, self).register_commands(logger, subparsers)
-
- runtime_group = self.parser.add_argument_group('runtime options')
-
- runtime_group.add_argument('--target-type', action='store',
- default=self.default_target_type, choices=['simpleremote', 'qemu'],
- help="Target type of device under test, default: %s" \
- % self.default_target_type)
- runtime_group.add_argument('--target-ip', action='store',
- default=self.default_target_ip,
- help="IP address of device under test, default: %s" \
- % self.default_target_ip)
- runtime_group.add_argument('--server-ip', action='store',
- default=self.default_target_ip,
- help="IP address of device under test, default: %s" \
- % self.default_server_ip)
-
- runtime_group.add_argument('--host-dumper-dir', action='store',
- default=self.default_host_dumper_dir,
- help="Directory where host status is dumped, if tests fails, default: %s" \
- % self.default_host_dumper_dir)
-
- runtime_group.add_argument('--packages-manifest', action='store',
- default=self.default_manifest,
- help="Package manifest of the image under testi, default: %s" \
- % self.default_manifest)
-
- runtime_group.add_argument('--extract-dir', action='store',
- default=self.default_extract_dir,
- help='Directory where extracted packages reside, default: %s' \
- % self.default_extract_dir)
-
- runtime_group.add_argument('--qemu-boot', action='store',
- help="Qemu boot configuration, only needed when target_type is QEMU.")
-
- @staticmethod
- def getTarget(target_type, logger, target_ip, server_ip, **kwargs):
- target = None
-
- if target_ip:
- target_ip_port = target_ip.split(':')
- if len(target_ip_port) == 2:
- target_ip = target_ip_port[0]
- kwargs['port'] = target_ip_port[1]
-
- if target_type == 'simpleremote':
- target = OESSHTarget(logger, target_ip, server_ip, **kwargs)
- elif target_type == 'qemu':
- target = OEQemuTarget(logger, target_ip, server_ip, **kwargs)
- else:
- # XXX: This code uses the old naming convention for controllers and
- # targets, the idea it is to leave just targets as the controller
- # most of the time was just a wrapper.
- # XXX: This code tries to import modules from lib/oeqa/controllers
- # directory and treat them as controllers, it will less error prone
- # to use introspection to load such modules.
- # XXX: Don't base your targets on this code it will be refactored
- # in the near future.
- # Custom target module loading
- try:
- target_modules_path = kwargs.get('target_modules_path', '')
- controller = OERuntimeTestContextExecutor.getControllerModule(target_type, target_modules_path)
- target = controller(logger, target_ip, server_ip, **kwargs)
- except ImportError as e:
- raise TypeError("Failed to import %s from available controller modules" % target_type)
-
- return target
-
- # Search oeqa.controllers module directory for and return a controller
- # corresponding to the given target name.
- # AttributeError raised if not found.
- # ImportError raised if a provided module can not be imported.
- @staticmethod
- def getControllerModule(target, target_modules_path):
- controllerslist = OERuntimeTestContextExecutor._getControllerModulenames(target_modules_path)
- controller = OERuntimeTestContextExecutor._loadControllerFromName(target, controllerslist)
- return controller
-
- # Return a list of all python modules in lib/oeqa/controllers for each
- # layer in bbpath
- @staticmethod
- def _getControllerModulenames(target_modules_path):
-
- controllerslist = []
-
- def add_controller_list(path):
- if not os.path.exists(os.path.join(path, '__init__.py')):
- raise OSError('Controllers directory %s exists but is missing __init__.py' % path)
- files = sorted([f for f in os.listdir(path) if f.endswith('.py') and not f.startswith('_')])
- for f in files:
- module = 'oeqa.controllers.' + f[:-3]
- if module not in controllerslist:
- controllerslist.append(module)
- else:
- raise RuntimeError("Duplicate controller module found for %s. Layers should create unique controller module names" % module)
-
- extpath = target_modules_path.split(':')
- for p in extpath:
- controllerpath = os.path.join(p, 'lib', 'oeqa', 'controllers')
- if os.path.exists(controllerpath):
- add_controller_list(controllerpath)
- return controllerslist
-
- # Search for and return a controller from given target name and
- # set of module names.
- # Raise AttributeError if not found.
- # Raise ImportError if a provided module can not be imported
- @staticmethod
- def _loadControllerFromName(target, modulenames):
- for name in modulenames:
- obj = OERuntimeTestContextExecutor._loadControllerFromModule(target, name)
- if obj:
- return obj
- raise AttributeError("Unable to load {0} from available modules: {1}".format(target, str(modulenames)))
-
- # Search for and return a controller or None from given module name
- @staticmethod
- def _loadControllerFromModule(target, modulename):
- obj = None
- # import module, allowing it to raise import exception
- try:
- module = __import__(modulename, globals(), locals(), [target])
- except Exception as e:
- return obj
- # look for target class in the module, catching any exceptions as it
- # is valid that a module may not have the target class.
- try:
- obj = getattr(module, target)
- except:
- obj = None
- return obj
-
- @staticmethod
- def readPackagesManifest(manifest):
- if not manifest or not os.path.exists(manifest):
- raise OSError("Manifest file not exists: %s" % manifest)
-
- image_packages = set()
- with open(manifest, 'r') as f:
- for line in f.readlines():
- line = line.strip()
- if line and not line.startswith("#"):
- image_packages.add(line.split()[0])
-
- return image_packages
-
- @staticmethod
- def getHostDumper(cmds, directory):
- return HostDumper(cmds, directory)
-
- def _process_args(self, logger, args):
- if not args.packages_manifest:
- raise TypeError('Manifest file not provided')
-
- super(OERuntimeTestContextExecutor, self)._process_args(logger, args)
-
- target_kwargs = {}
- target_kwargs['qemuboot'] = args.qemu_boot
-
- self.tc_kwargs['init']['target'] = \
- OERuntimeTestContextExecutor.getTarget(args.target_type,
- None, args.target_ip, args.server_ip, **target_kwargs)
- self.tc_kwargs['init']['host_dumper'] = \
- OERuntimeTestContextExecutor.getHostDumper(None,
- args.host_dumper_dir)
- self.tc_kwargs['init']['image_packages'] = \
- OERuntimeTestContextExecutor.readPackagesManifest(
- args.packages_manifest)
- self.tc_kwargs['init']['extract_dir'] = args.extract_dir
-
-_executor_class = OERuntimeTestContextExecutor
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/decorator/package.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/decorator/package.py
deleted file mode 100644
index aa6ecb68f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/decorator/package.py
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.decorator import OETestDecorator, registerDecorator
-from oeqa.core.utils.misc import strToSet
-
-@registerDecorator
-class OEHasPackage(OETestDecorator):
- """
- Checks if image has packages (un)installed.
-
- The argument must be a string, set, or list of packages that must be
- installed or not present in the image.
-
- The way to tell a package must not be in an image is using an
- exclamation point ('!') before the name of the package.
-
- If test depends on pkg1 or pkg2 you need to use:
- @OEHasPackage({'pkg1', 'pkg2'})
-
- If test depends on pkg1 and pkg2 you need to use:
- @OEHasPackage('pkg1')
- @OEHasPackage('pkg2')
-
- If test depends on pkg1 but pkg2 must not be present use:
- @OEHasPackage({'pkg1', '!pkg2'})
- """
-
- attrs = ('need_pkgs',)
-
- def setUpDecorator(self):
- need_pkgs = set()
- unneed_pkgs = set()
- pkgs = strToSet(self.need_pkgs)
- for pkg in pkgs:
- if pkg.startswith('!'):
- unneed_pkgs.add(pkg[1:])
- else:
- need_pkgs.add(pkg)
-
- if unneed_pkgs:
- msg = 'Checking if %s is not installed' % ', '.join(unneed_pkgs)
- self.logger.debug(msg)
- if not self.case.tc.image_packages.isdisjoint(unneed_pkgs):
- msg = "Test can't run with %s installed" % ', or'.join(unneed_pkgs)
- self.case.skipTest(msg)
-
- if need_pkgs:
- msg = 'Checking if at least one of %s is installed' % ', '.join(need_pkgs)
- self.logger.debug(msg)
- if self.case.tc.image_packages.isdisjoint(need_pkgs):
- msg = "Test requires %s to be installed" % ', or'.join(need_pkgs)
- self.case.skipTest(msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hello.stp b/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hello.stp
deleted file mode 100644
index 367714716..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hello.stp
+++ /dev/null
@@ -1 +0,0 @@
-probe oneshot { println("hello world") }
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hellomod.c b/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hellomod.c
deleted file mode 100644
index a383397e9..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hellomod.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#include <linux/module.h>
-#include <linux/kernel.h>
-#include <linux/init.h>
-
-static int __init hello_init(void)
-{
- printk(KERN_INFO "Hello world!\n");
- return 0;
-}
-
-static void __exit hello_cleanup(void)
-{
- printk(KERN_INFO "Cleaning up hellomod.\n");
-}
-
-module_init(hello_init);
-module_exit(hello_cleanup);
-
-MODULE_LICENSE("GPL");
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hellomod_makefile b/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hellomod_makefile
deleted file mode 100644
index b92d5c8fe..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/hellomod_makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-obj-m := hellomod.o
-KDIR := /usr/src/kernel
-
-all:
- $(MAKE) -C $(KDIR) M=$(PWD) modules
-
-clean:
- $(MAKE) -C $(KDIR) M=$(PWD) clean
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/testmakefile b/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/testmakefile
deleted file mode 100644
index ca1844e93..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/files/testmakefile
+++ /dev/null
@@ -1,5 +0,0 @@
-test: test.o
- gcc -o test test.o -lm
-test.o: test.c
- gcc -c test.c
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/loader.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/loader.py
deleted file mode 100644
index 041ef976e..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/loader.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.loader import OETestLoader
-from oeqa.runtime.case import OERuntimeTestCase
-
-class OERuntimeTestLoader(OETestLoader):
- caseClass = OERuntimeTestCase
-
- def _getTestCase(self, testCaseClass, tcName):
- case = super(OERuntimeTestLoader, self)._getTestCase(testCaseClass, tcName)
-
- # Adds custom attributes to the OERuntimeTestCase
- setattr(case, 'target', self.tc.target)
-
- return case
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/utils/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/utils/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/utils/__init__.py
+++ /dev/null
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/utils/targetbuildproject.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/utils/targetbuildproject.py
deleted file mode 100644
index 5af55d736..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/utils/targetbuildproject.py
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.utils.buildproject import BuildProject
-
-class TargetBuildProject(BuildProject):
-
- def __init__(self, target, uri, foldername=None, dl_dir=None):
- self.target = target
- self.targetdir = "~/"
- BuildProject.__init__(self, uri, foldername, dl_dir=dl_dir)
-
- def download_archive(self):
- self._download_archive()
-
- status, output = self.target.copyTo(self.localarchive, self.targetdir)
- if status:
- raise Exception('Failed to copy archive to target, '
- 'output: %s' % output)
-
- cmd = 'tar xf %s%s -C %s' % (self.targetdir,
- self.archive,
- self.targetdir)
- status, output = self.target.run(cmd)
- if status:
- raise Exception('Failed to extract archive, '
- 'output: %s' % output)
-
- # Change targetdir to project folder
- self.targetdir = self.targetdir + self.fname
-
- # The timeout parameter of target.run is set to 0
- # to make the ssh command run with no timeout.
- def _run(self, cmd):
- ret = self.target.run(cmd, 0)
- msg = "Command %s failed with exit code %s: %s" % (cmd, ret[0], ret[1])
- if ret[0] != 0:
- raise Exception(msg)
- return ret[0]
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/__init__.py
+++ /dev/null
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/case.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/case.py
deleted file mode 100644
index 963aa8d35..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/case.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import subprocess
-
-from oeqa.core.case import OETestCase
-
-class OESDKTestCase(OETestCase):
- def _run(self, cmd):
- return subprocess.check_output(". %s > /dev/null; %s;" % \
- (self.tc.sdk_env, cmd), shell=True,
- stderr=subprocess.STDOUT, universal_newlines=True)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildcpio.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildcpio.py
deleted file mode 100644
index 333dc7c22..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildcpio.py
+++ /dev/null
@@ -1,33 +0,0 @@
-import unittest
-from oeqa.sdk.case import OESDKTestCase
-from oeqa.sdk.utils.sdkbuildproject import SDKBuildProject
-
-class BuildCpioTest(OESDKTestCase):
- td_vars = ['DATETIME']
-
- @classmethod
- def setUpClass(self):
- dl_dir = self.td.get('DL_DIR', None)
-
- self.project = SDKBuildProject(self.tc.sdk_dir + "/cpio/", self.tc.sdk_env,
- "https://ftp.gnu.org/gnu/cpio/cpio-2.12.tar.gz",
- self.tc.sdk_dir, self.td['DATETIME'], dl_dir=dl_dir)
- self.project.download_archive()
-
- machine = self.td.get("MACHINE")
- if not self.tc.hasHostPackage("packagegroup-cross-canadian-%s" % machine):
- raise unittest.SkipTest("SDK doesn't contain a cross-canadian toolchain")
-
- def test_cpio(self):
- self.assertEqual(self.project.run_configure(), 0,
- msg="Running configure failed")
-
- self.assertEqual(self.project.run_make(), 0,
- msg="Running make failed")
-
- self.assertEqual(self.project.run_install(), 0,
- msg="Running make install failed")
-
- @classmethod
- def tearDownClass(self):
- self.project.clean()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildgalculator.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildgalculator.py
deleted file mode 100644
index 780afccc7..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildgalculator.py
+++ /dev/null
@@ -1,35 +0,0 @@
-import unittest
-
-from oeqa.sdk.case import OESDKTestCase
-from oeqa.sdk.utils.sdkbuildproject import SDKBuildProject
-
-class GalculatorTest(OESDKTestCase):
- td_vars = ['DATETIME']
-
- @classmethod
- def setUpClass(self):
- if not (self.tc.hasTargetPackage("gtk\+3") or\
- self.tc.hasTargetPackage("libgtk-3.0")):
- raise unittest.SkipTest("GalculatorTest class: SDK don't support gtk+3")
-
- def test_galculator(self):
- dl_dir = self.td.get('DL_DIR', None)
- project = None
- try:
- project = SDKBuildProject(self.tc.sdk_dir + "/galculator/",
- self.tc.sdk_env,
- "http://galculator.mnim.org/downloads/galculator-2.1.4.tar.bz2",
- self.tc.sdk_dir, self.td['DATETIME'], dl_dir=dl_dir)
-
- project.download_archive()
-
- # regenerate configure to get support for --with-libtool-sysroot
- legacy_preconf=("autoreconf -i -f -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal -I m4;")
-
- self.assertEqual(project.run_configure(extra_cmds=legacy_preconf),
- 0, msg="Running configure failed")
-
- self.assertEqual(project.run_make(), 0,
- msg="Running make failed")
- finally:
- project.clean()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildlzip.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildlzip.py
deleted file mode 100644
index 3a89ce862..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/buildlzip.py
+++ /dev/null
@@ -1,36 +0,0 @@
-import unittest
-from oeqa.sdk.case import OESDKTestCase
-from oeqa.sdk.utils.sdkbuildproject import SDKBuildProject
-
-
-class BuildLzipTest(OESDKTestCase):
- td_vars = ['DATETIME']
-
- @classmethod
- def setUpClass(self):
- dl_dir = self.td.get('DL_DIR', None)
-
- self.project = SDKBuildProject(self.tc.sdk_dir + "/lzip/", self.tc.sdk_env,
- "http://downloads.yoctoproject.org/mirror/sources/lzip-1.19.tar.gz",
- self.tc.sdk_dir, self.td['DATETIME'], dl_dir=dl_dir)
- self.project.download_archive()
-
- machine = self.td.get("MACHINE")
-
- if not (self.tc.hasTargetPackage("packagegroup-cross-canadian-%s" % machine) or
- self.tc.hasTargetPackage("gcc")):
- raise unittest.SkipTest("SDK doesn't contain a cross-canadian toolchain")
-
- def test_lzip(self):
- self.assertEqual(self.project.run_configure(), 0,
- msg="Running configure failed")
-
- self.assertEqual(self.project.run_make(), 0,
- msg="Running make failed")
-
- self.assertEqual(self.project.run_install(), 0,
- msg="Running make install failed")
-
- @classmethod
- def tearDownClass(self):
- self.project.clean()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/gcc.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/gcc.py
deleted file mode 100644
index d11f4b63f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/gcc.py
+++ /dev/null
@@ -1,43 +0,0 @@
-import os
-import shutil
-import unittest
-
-from oeqa.core.utils.path import remove_safe
-from oeqa.sdk.case import OESDKTestCase
-
-class GccCompileTest(OESDKTestCase):
- td_vars = ['MACHINE']
-
- @classmethod
- def setUpClass(self):
- files = {'test.c' : self.tc.files_dir, 'test.cpp' : self.tc.files_dir,
- 'testsdkmakefile' : self.tc.sdk_files_dir}
- for f in files:
- shutil.copyfile(os.path.join(files[f], f),
- os.path.join(self.tc.sdk_dir, f))
-
- def setUp(self):
- machine = self.td.get("MACHINE")
- if not (self.tc.hasTargetPackage("packagegroup-cross-canadian-%s" % machine) or
- self.tc.hasTargetPackage("gcc")):
- raise unittest.SkipTest("GccCompileTest class: SDK doesn't contain a cross-canadian toolchain")
-
- def test_gcc_compile(self):
- self._run('$CC %s/test.c -o %s/test -lm' % (self.tc.sdk_dir, self.tc.sdk_dir))
-
- def test_gpp_compile(self):
- self._run('$CXX %s/test.c -o %s/test -lm' % (self.tc.sdk_dir, self.tc.sdk_dir))
-
- def test_gpp2_compile(self):
- self._run('$CXX %s/test.cpp -o %s/test -lm' % (self.tc.sdk_dir, self.tc.sdk_dir))
-
- def test_make(self):
- self._run('cd %s; make -f testsdkmakefile' % self.tc.sdk_dir)
-
- @classmethod
- def tearDownClass(self):
- files = [os.path.join(self.tc.sdk_dir, f) \
- for f in ['test.c', 'test.cpp', 'test.o', 'test',
- 'testsdkmakefile']]
- for f in files:
- remove_safe(f)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/perl.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/perl.py
deleted file mode 100644
index 808567811..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/perl.py
+++ /dev/null
@@ -1,28 +0,0 @@
-import os
-import shutil
-import unittest
-
-from oeqa.core.utils.path import remove_safe
-from oeqa.sdk.case import OESDKTestCase
-
-class PerlTest(OESDKTestCase):
- @classmethod
- def setUpClass(self):
- if not (self.tc.hasHostPackage("nativesdk-perl") or
- self.tc.hasHostPackage("perl-native")):
- raise unittest.SkipTest("No perl package in the SDK")
-
- for f in ['test.pl']:
- shutil.copyfile(os.path.join(self.tc.files_dir, f),
- os.path.join(self.tc.sdk_dir, f))
- self.testfile = os.path.join(self.tc.sdk_dir, "test.pl")
-
- def test_perl_exists(self):
- self._run('which perl')
-
- def test_perl_works(self):
- self._run('perl %s' % self.testfile)
-
- @classmethod
- def tearDownClass(self):
- remove_safe(self.testfile)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/python.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/python.py
deleted file mode 100644
index 72dfcc72b..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/cases/python.py
+++ /dev/null
@@ -1,32 +0,0 @@
-import os
-import shutil
-import unittest
-
-from oeqa.core.utils.path import remove_safe
-from oeqa.sdk.case import OESDKTestCase
-
-class PythonTest(OESDKTestCase):
- @classmethod
- def setUpClass(self):
- if not (self.tc.hasHostPackage("nativesdk-python") or
- self.tc.hasHostPackage("python-native")):
- raise unittest.SkipTest("No python package in the SDK")
-
- for f in ['test.py']:
- shutil.copyfile(os.path.join(self.tc.files_dir, f),
- os.path.join(self.tc.sdk_dir, f))
-
- def test_python_exists(self):
- self._run('which python')
-
- def test_python_stdout(self):
- output = self._run('python %s/test.py' % self.tc.sdk_dir)
- self.assertEqual(output.strip(), "the value of a is 0.01", msg="Incorrect output: %s" % output)
-
- def test_python_testfile(self):
- self._run('ls /tmp/testfile.python')
-
- @classmethod
- def tearDownClass(self):
- remove_safe("%s/test.py" % self.tc.sdk_dir)
- remove_safe("/tmp/testfile.python")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/context.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/context.py
deleted file mode 100644
index b3d7c7518..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/context.py
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import sys
-import glob
-import re
-
-from oeqa.core.context import OETestContextExecutor
-from oeqa.core.threaded import OETestContextThreaded
-
-class OESDKTestContext(OETestContextThreaded):
- sdk_files_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "files")
-
- def __init__(self, td=None, logger=None, sdk_dir=None, sdk_env=None,
- target_pkg_manifest=None, host_pkg_manifest=None):
- super(OESDKTestContext, self).__init__(td, logger)
-
- self.sdk_dir = sdk_dir
- self.sdk_env = sdk_env
- self.target_pkg_manifest = target_pkg_manifest
- self.host_pkg_manifest = host_pkg_manifest
-
- def _hasPackage(self, manifest, pkg):
- for host_pkg in manifest.keys():
- if re.search(pkg, host_pkg):
- return True
- return False
-
- def hasHostPackage(self, pkg):
- return self._hasPackage(self.host_pkg_manifest, pkg)
-
- def hasTargetPackage(self, pkg):
- return self._hasPackage(self.target_pkg_manifest, pkg)
-
-class OESDKTestContextExecutor(OETestContextExecutor):
- _context_class = OESDKTestContext
-
- name = 'sdk'
- help = 'sdk test component'
- description = 'executes sdk tests'
-
- default_cases = [os.path.join(os.path.abspath(os.path.dirname(__file__)),
- 'cases')]
- default_test_data = None
-
- def register_commands(self, logger, subparsers):
- super(OESDKTestContextExecutor, self).register_commands(logger, subparsers)
-
- sdk_group = self.parser.add_argument_group('sdk options')
- sdk_group.add_argument('--sdk-env', action='store',
- help='sdk environment')
- sdk_group.add_argument('--target-manifest', action='store',
- help='sdk target manifest')
- sdk_group.add_argument('--host-manifest', action='store',
- help='sdk host manifest')
-
- sdk_dgroup = self.parser.add_argument_group('sdk display options')
- sdk_dgroup.add_argument('--list-sdk-env', action='store_true',
- default=False, help='sdk list available environment')
-
- # XXX this option is required but argparse_oe has a bug handling
- # required options, seems that don't keep track of already parsed
- # options
- sdk_rgroup = self.parser.add_argument_group('sdk required options')
- sdk_rgroup.add_argument('--sdk-dir', required=False, action='store',
- help='sdk installed directory')
-
- @staticmethod
- def _load_manifest(manifest):
- pkg_manifest = {}
- if manifest:
- with open(manifest) as f:
- for line in f:
- (pkg, arch, version) = line.strip().split()
- pkg_manifest[pkg] = (version, arch)
-
- return pkg_manifest
-
- def _process_args(self, logger, args):
- super(OESDKTestContextExecutor, self)._process_args(logger, args)
-
- self.tc_kwargs['init']['sdk_dir'] = args.sdk_dir
- self.tc_kwargs['init']['sdk_env'] = self.sdk_env
- self.tc_kwargs['init']['target_pkg_manifest'] = \
- OESDKTestContextExecutor._load_manifest(args.target_manifest)
- self.tc_kwargs['init']['host_pkg_manifest'] = \
- OESDKTestContextExecutor._load_manifest(args.host_manifest)
-
- @staticmethod
- def _get_sdk_environs(sdk_dir):
- sdk_env = {}
-
- environ_pattern = sdk_dir + '/environment-setup-*'
- full_sdk_env = glob.glob(sdk_dir + '/environment-setup-*')
- for env in full_sdk_env:
- m = re.search('environment-setup-(.*)', env)
- if m:
- sdk_env[m.group(1)] = env
-
- return sdk_env
-
- def _display_sdk_envs(self, log, args, sdk_envs):
- log("Available SDK environments at directory %s:" \
- % args.sdk_dir)
- log("")
- for env in sdk_envs:
- log(env)
-
- def run(self, logger, args):
- import argparse_oe
-
- if not args.sdk_dir:
- raise argparse_oe.ArgumentUsageError("No SDK directory "\
- "specified please do, --sdk-dir SDK_DIR", self.name)
-
- sdk_envs = OESDKTestContextExecutor._get_sdk_environs(args.sdk_dir)
- if not sdk_envs:
- raise argparse_oe.ArgumentUsageError("No available SDK "\
- "enviroments found at %s" % args.sdk_dir, self.name)
-
- if args.list_sdk_env:
- self._display_sdk_envs(logger.info, args, sdk_envs)
- sys.exit(0)
-
- if not args.sdk_env in sdk_envs:
- self._display_sdk_envs(logger.error, args, sdk_envs)
- raise argparse_oe.ArgumentUsageError("No valid SDK "\
- "environment (%s) specified" % args.sdk_env, self.name)
-
- self.sdk_env = sdk_envs[args.sdk_env]
- return super(OESDKTestContextExecutor, self).run(logger, args)
-
-_executor_class = OESDKTestContextExecutor
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/files/testsdkmakefile b/import-layers/yocto-poky/meta/lib/oeqa/sdk/files/testsdkmakefile
deleted file mode 100644
index fb05f822f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/files/testsdkmakefile
+++ /dev/null
@@ -1,5 +0,0 @@
-test: test.o
- $(CC) -o test test.o -lm
-test.o: test.c
- $(CC) -c test.c
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/utils/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/utils/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/utils/__init__.py
+++ /dev/null
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdk/utils/sdkbuildproject.py b/import-layers/yocto-poky/meta/lib/oeqa/sdk/utils/sdkbuildproject.py
deleted file mode 100644
index 4e251142d..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdk/utils/sdkbuildproject.py
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import subprocess
-
-from oeqa.utils.buildproject import BuildProject
-
-class SDKBuildProject(BuildProject):
- def __init__(self, testpath, sdkenv, uri, testlogdir, builddatetime,
- foldername=None, dl_dir=None):
- self.sdkenv = sdkenv
- self.testdir = testpath
- self.targetdir = testpath
- os.makedirs(testpath, exist_ok=True)
- self.datetime = builddatetime
- self.testlogdir = testlogdir
- os.makedirs(self.testlogdir, exist_ok=True)
- self.logfile = os.path.join(self.testlogdir, "sdk_target_log.%s" % self.datetime)
- BuildProject.__init__(self, uri, foldername, tmpdir=testpath, dl_dir=dl_dir)
-
- def download_archive(self):
-
- self._download_archive()
-
- cmd = 'tar xf %s%s -C %s' % (self.targetdir, self.archive, self.targetdir)
- subprocess.check_output(cmd, shell=True)
-
- #Change targetdir to project folder
- self.targetdir = os.path.join(self.targetdir, self.fname)
-
- def run_configure(self, configure_args='', extra_cmds=''):
- return super(SDKBuildProject, self).run_configure(configure_args=(configure_args or '$CONFIGURE_FLAGS'), extra_cmds=extra_cmds)
-
- def run_install(self, install_args=''):
- return super(SDKBuildProject, self).run_install(install_args=(install_args or "DESTDIR=%s/../install" % self.targetdir))
-
- def log(self, msg):
- if self.logfile:
- with open(self.logfile, "a") as f:
- f.write("%s\n" % msg)
-
- def _run(self, cmd):
- self.log("Running . %s; " % self.sdkenv + cmd)
- return subprocess.call(". %s; " % self.sdkenv + cmd, shell=True)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/sdkext/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/__init__.py
+++ /dev/null
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/case.py b/import-layers/yocto-poky/meta/lib/oeqa/sdkext/case.py
deleted file mode 100644
index 21b718831..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/case.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import subprocess
-
-from oeqa.utils import avoid_paths_in_environ
-from oeqa.sdk.case import OESDKTestCase
-
-class OESDKExtTestCase(OESDKTestCase):
- def _run(self, cmd):
- # extensible sdk shows a warning if found bitbake in the path
- # because can cause contamination, i.e. use devtool from
- # poky/scripts instead of eSDK one.
- env = os.environ.copy()
- paths_to_avoid = ['bitbake/bin', 'poky/scripts']
- env['PATH'] = avoid_paths_in_environ(paths_to_avoid)
-
- return subprocess.check_output(". %s > /dev/null;"\
- " %s;" % (self.tc.sdk_env, cmd), stderr=subprocess.STDOUT,
- shell=True, env=env, universal_newlines=True)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/cases/devtool.py b/import-layers/yocto-poky/meta/lib/oeqa/sdkext/cases/devtool.py
deleted file mode 100644
index ea9051710..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/cases/devtool.py
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import shutil
-import subprocess
-
-from oeqa.sdkext.case import OESDKExtTestCase
-from oeqa.core.decorator.depends import OETestDepends
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.utils.httpserver import HTTPService
-
-class DevtoolTest(OESDKExtTestCase):
- @classmethod
- def setUpClass(cls):
- myapp_src = os.path.join(cls.tc.esdk_files_dir, "myapp")
- cls.myapp_dst = os.path.join(cls.tc.sdk_dir, "myapp")
- shutil.copytree(myapp_src, cls.myapp_dst)
-
- myapp_cmake_src = os.path.join(cls.tc.esdk_files_dir, "myapp_cmake")
- cls.myapp_cmake_dst = os.path.join(cls.tc.sdk_dir, "myapp_cmake")
- shutil.copytree(myapp_cmake_src, cls.myapp_cmake_dst)
-
- @classmethod
- def tearDownClass(cls):
- shutil.rmtree(cls.myapp_dst)
- shutil.rmtree(cls.myapp_cmake_dst)
-
- def _test_devtool_build(self, directory):
- self._run('devtool add myapp %s' % directory)
- try:
- self._run('devtool build myapp')
- finally:
- self._run('devtool reset myapp')
-
- def _test_devtool_build_package(self, directory):
- self._run('devtool add myapp %s' % directory)
- try:
- self._run('devtool package myapp')
- finally:
- self._run('devtool reset myapp')
-
- def test_devtool_location(self):
- output = self._run('which devtool')
- self.assertEqual(output.startswith(self.tc.sdk_dir), True, \
- msg="Seems that devtool isn't the eSDK one: %s" % output)
-
- @OETestDepends(['test_devtool_location'])
- def test_devtool_add_reset(self):
- self._run('devtool add myapp %s' % self.myapp_dst)
- self._run('devtool reset myapp')
-
- @OETestID(1605)
- @OETestDepends(['test_devtool_location'])
- def test_devtool_build_make(self):
- self._test_devtool_build(self.myapp_dst)
-
- @OETestID(1606)
- @OETestDepends(['test_devtool_location'])
- def test_devtool_build_esdk_package(self):
- self._test_devtool_build_package(self.myapp_dst)
-
- @OETestID(1607)
- @OETestDepends(['test_devtool_location'])
- def test_devtool_build_cmake(self):
- self._test_devtool_build(self.myapp_cmake_dst)
-
- @OETestID(1608)
- @OETestDepends(['test_devtool_location'])
- def test_extend_autotools_recipe_creation(self):
- req = 'https://github.com/rdfa/librdfa'
- recipe = "librdfa"
- self._run('devtool sdk-install libxml2')
- self._run('devtool add %s %s' % (recipe, req) )
- try:
- self._run('devtool build %s' % recipe)
- finally:
- self._run('devtool reset %s' % recipe)
-
- @OETestID(1609)
- @OETestDepends(['test_devtool_location'])
- def test_devtool_kernelmodule(self):
- docfile = 'https://github.com/umlaeute/v4l2loopback.git'
- recipe = 'v4l2loopback-driver'
- self._run('devtool add %s %s' % (recipe, docfile) )
- try:
- self._run('devtool build %s' % recipe)
- finally:
- self._run('devtool reset %s' % recipe)
-
- @OETestID(1610)
- @OETestDepends(['test_devtool_location'])
- def test_recipes_for_nodejs(self):
- package_nodejs = "npm://registry.npmjs.org;name=winston;version=2.2.0"
- self._run('devtool add %s ' % package_nodejs)
- try:
- self._run('devtool build %s ' % package_nodejs)
- finally:
- self._run('devtool reset %s '% package_nodejs)
-
-class SdkUpdateTest(OESDKExtTestCase):
- @classmethod
- def setUpClass(self):
- self.publish_dir = os.path.join(self.tc.sdk_dir, 'esdk_publish')
- if os.path.exists(self.publish_dir):
- shutil.rmtree(self.publish_dir)
- os.mkdir(self.publish_dir)
-
- base_tcname = "%s/%s" % (self.td.get("SDK_DEPLOY", ''),
- self.td.get("TOOLCHAINEXT_OUTPUTNAME", ''))
- tcname_new = "%s-new.sh" % base_tcname
- if not os.path.exists(tcname_new):
- tcname_new = "%s.sh" % base_tcname
-
- cmd = 'oe-publish-sdk %s %s' % (tcname_new, self.publish_dir)
- subprocess.check_output(cmd, shell=True)
-
- self.http_service = HTTPService(self.publish_dir)
- self.http_service.start()
-
- self.http_url = "http://127.0.0.1:%d" % self.http_service.port
-
- def test_sdk_update_http(self):
- output = self._run("devtool sdk-update \"%s\"" % self.http_url)
-
- @classmethod
- def tearDownClass(self):
- self.http_service.stop()
- shutil.rmtree(self.publish_dir)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/context.py b/import-layers/yocto-poky/meta/lib/oeqa/sdkext/context.py
deleted file mode 100644
index 65da4c6e1..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/context.py
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-from oeqa.sdk.context import OESDKTestContext, OESDKTestContextExecutor
-
-class OESDKExtTestContext(OESDKTestContext):
- esdk_files_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "files")
-
- # FIXME - We really need to do better mapping of names here, this at
- # least allows some tests to run
- def hasHostPackage(self, pkg):
- # We force a toolchain to be installed into the eSDK even if its minimal
- if pkg.startswith("packagegroup-cross-canadian-"):
- return True
- return self._hasPackage(self.host_pkg_manifest, pkg)
-
-class OESDKExtTestContextExecutor(OESDKTestContextExecutor):
- _context_class = OESDKExtTestContext
-
- name = 'esdk'
- help = 'esdk test component'
- description = 'executes esdk tests'
-
- default_cases = OESDKTestContextExecutor.default_cases + \
- [os.path.join(os.path.abspath(os.path.dirname(__file__)), 'cases')]
- default_test_data = None
-
-_executor_class = OESDKExtTestContextExecutor
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp/Makefile b/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp/Makefile
deleted file mode 100644
index abd91bea6..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: myapp
-
-myapp: myapp.o
- $(CC) $(LDFLAGS) $< -o $@
-
-myapp.o: myapp.c
- $(CC) $(CFLAGS) -c $< -o $@
-
-clean:
- rm -rf myapp.o myapp
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp/myapp.c b/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp/myapp.c
deleted file mode 100644
index f0b63f03f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp/myapp.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-
-int
-main(int argc, char *argv[])
-{
- printf("Hello world\n");
-
- return 0;
-}
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt b/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt
deleted file mode 100644
index 19d773dd6..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-cmake_minimum_required (VERSION 2.6)
-project (myapp)
-# The version number.
-set (myapp_VERSION_MAJOR 1)
-set (myapp_VERSION_MINOR 0)
-
-# add the executable
-add_executable (myapp myapp.c)
-
-install(TARGETS myapp
- RUNTIME DESTINATION bin)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/myapp.c b/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/myapp.c
deleted file mode 100644
index f0b63f03f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/myapp.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-
-int
-main(int argc, char *argv[])
-{
- printf("Hello world\n");
-
- return 0;
-}
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/case.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/case.py
deleted file mode 100644
index e09915b49..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/case.py
+++ /dev/null
@@ -1,278 +0,0 @@
-# Copyright (C) 2013-2017 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import sys
-import os
-import shutil
-import glob
-import errno
-from unittest.util import safe_repr
-
-import oeqa.utils.ftools as ftools
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var
-from oeqa.core.case import OETestCase
-
-class OESelftestTestCase(OETestCase):
- def __init__(self, methodName="runTest"):
- self._extra_tear_down_commands = []
- super(OESelftestTestCase, self).__init__(methodName)
-
- @classmethod
- def setUpClass(cls):
- super(OESelftestTestCase, cls).setUpClass()
-
- cls.testlayer_path = cls.tc.config_paths['testlayer_path']
- cls.builddir = cls.tc.config_paths['builddir']
-
- cls.localconf_path = cls.tc.config_paths['localconf']
- cls.localconf_backup = cls.tc.config_paths['localconf_class_backup']
- cls.local_bblayers_path = cls.tc.config_paths['bblayers']
- cls.local_bblayers_backup = cls.tc.config_paths['bblayers_class_backup']
-
- cls.testinc_path = os.path.join(cls.tc.config_paths['builddir'],
- "conf/selftest.inc")
- cls.testinc_bblayers_path = os.path.join(cls.tc.config_paths['builddir'],
- "conf/bblayers.inc")
- cls.machineinc_path = os.path.join(cls.tc.config_paths['builddir'],
- "conf/machine.inc")
-
- cls._track_for_cleanup = [
- cls.testinc_path, cls.testinc_bblayers_path,
- cls.machineinc_path, cls.localconf_backup,
- cls.local_bblayers_backup]
-
- cls.add_include()
-
- @classmethod
- def tearDownClass(cls):
- cls.remove_include()
- cls.remove_inc_files()
- super(OESelftestTestCase, cls).tearDownClass()
-
- @classmethod
- def add_include(cls):
- if "#include added by oe-selftest" \
- not in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")):
- cls.logger.info("Adding: \"include selftest.inc\" in %s" % os.path.join(cls.builddir, "conf/local.conf"))
- ftools.append_file(os.path.join(cls.builddir, "conf/local.conf"), \
- "\n#include added by oe-selftest\ninclude machine.inc\ninclude selftest.inc")
-
- if "#include added by oe-selftest" \
- not in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")):
- cls.logger.info("Adding: \"include bblayers.inc\" in bblayers.conf")
- ftools.append_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \
- "\n#include added by oe-selftest\ninclude bblayers.inc")
-
- @classmethod
- def remove_include(cls):
- if "#include added by oe-selftest.py" \
- in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")):
- cls.logger.info("Removing the include from local.conf")
- ftools.remove_from_file(os.path.join(cls.builddir, "conf/local.conf"), \
- "\n#include added by oe-selftest.py\ninclude machine.inc\ninclude selftest.inc")
-
- if "#include added by oe-selftest.py" \
- in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")):
- cls.logger.info("Removing the include from bblayers.conf")
- ftools.remove_from_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \
- "\n#include added by oe-selftest.py\ninclude bblayers.inc")
-
- @classmethod
- def remove_inc_files(cls):
- try:
- os.remove(os.path.join(cls.builddir, "conf/selftest.inc"))
- for root, _, files in os.walk(cls.testlayer_path):
- for f in files:
- if f == 'test_recipe.inc':
- os.remove(os.path.join(root, f))
- except OSError as e:
- pass
-
- for incl_file in ['conf/bblayers.inc', 'conf/machine.inc']:
- try:
- os.remove(os.path.join(cls.builddir, incl_file))
- except:
- pass
-
- def setUp(self):
- super(OESelftestTestCase, self).setUp()
- os.chdir(self.builddir)
- # Check if local.conf or bblayers.conf files backup exists
- # from a previous failed test and restore them
- if os.path.isfile(self.localconf_backup) or os.path.isfile(
- self.local_bblayers_backup):
- self.logger.debug("\
-Found a local.conf and/or bblayers.conf backup from a previously aborted test.\
-Restoring these files now, but tests should be re-executed from a clean environment\
-to ensure accurate results.")
- try:
- shutil.copyfile(self.localconf_backup, self.localconf_path)
- except OSError as e:
- if e.errno != errno.ENOENT:
- raise
- try:
- shutil.copyfile(self.local_bblayers_backup,
- self.local_bblayers_path)
- except OSError as e:
- if e.errno != errno.ENOENT:
- raise
- else:
- # backup local.conf and bblayers.conf
- shutil.copyfile(self.localconf_path, self.localconf_backup)
- shutil.copyfile(self.local_bblayers_path, self.local_bblayers_backup)
- self.logger.debug("Creating local.conf and bblayers.conf backups.")
- # we don't know what the previous test left around in config or inc files
- # if it failed so we need a fresh start
- try:
- os.remove(self.testinc_path)
- except OSError as e:
- if e.errno != errno.ENOENT:
- raise
- for root, _, files in os.walk(self.testlayer_path):
- for f in files:
- if f == 'test_recipe.inc':
- os.remove(os.path.join(root, f))
-
- for incl_file in [self.testinc_bblayers_path, self.machineinc_path]:
- try:
- os.remove(incl_file)
- except OSError as e:
- if e.errno != errno.ENOENT:
- raise
-
- if self.tc.custommachine:
- machine_conf = 'MACHINE ??= "%s"\n' % self.tc.custommachine
- self.set_machine_config(machine_conf)
-
- # tests might need their own setup
- # but if they overwrite this one they have to call
- # super each time, so let's give them an alternative
- self.setUpLocal()
-
- def setUpLocal(self):
- pass
-
- def tearDown(self):
- if self._extra_tear_down_commands:
- failed_extra_commands = []
- for command in self._extra_tear_down_commands:
- result = runCmd(command, ignore_status=True)
- if not result.status == 0:
- failed_extra_commands.append(command)
- if failed_extra_commands:
- self.logger.warning("tearDown commands have failed: %s" % ', '.join(map(str, failed_extra_commands)))
- self.logger.debug("Trying to move on.")
- self._extra_tear_down_commands = []
-
- if self._track_for_cleanup:
- for path in self._track_for_cleanup:
- if os.path.isdir(path):
- shutil.rmtree(path)
- if os.path.isfile(path):
- os.remove(path)
- self._track_for_cleanup = []
-
- self.tearDownLocal()
- super(OESelftestTestCase, self).tearDown()
-
- def tearDownLocal(self):
- pass
-
- def add_command_to_tearDown(self, command):
- """Add test specific commands to the tearDown method"""
- self.logger.debug("Adding command '%s' to tearDown for this test." % command)
- self._extra_tear_down_commands.append(command)
-
- def track_for_cleanup(self, path):
- """Add test specific files or directories to be removed in the tearDown method"""
- self.logger.debug("Adding path '%s' to be cleaned up when test is over" % path)
- self._track_for_cleanup.append(path)
-
- def write_config(self, data):
- """Write to <builddir>/conf/selftest.inc"""
-
- self.logger.debug("Writing to: %s\n%s\n" % (self.testinc_path, data))
- ftools.write_file(self.testinc_path, data)
-
- if self.tc.custommachine and 'MACHINE' in data:
- machine = get_bb_var('MACHINE')
- self.logger.warning('MACHINE overridden: %s' % machine)
-
- def append_config(self, data):
- """Append to <builddir>/conf/selftest.inc"""
- self.logger.debug("Appending to: %s\n%s\n" % (self.testinc_path, data))
- ftools.append_file(self.testinc_path, data)
-
- if self.tc.custommachine and 'MACHINE' in data:
- machine = get_bb_var('MACHINE')
- self.logger.warning('MACHINE overridden: %s' % machine)
-
- def remove_config(self, data):
- """Remove data from <builddir>/conf/selftest.inc"""
- self.logger.debug("Removing from: %s\n%s\n" % (self.testinc_path, data))
- ftools.remove_from_file(self.testinc_path, data)
-
- def recipeinc(self, recipe):
- """Return absolute path of meta-sefltest/recipes-test/<recipe>/test_recipe.inc"""
- return os.path.join(self.testlayer_path, 'recipes-test', recipe, 'test_recipe.inc')
-
- def write_recipeinc(self, recipe, data):
- """Write to meta-sefltest/recipes-test/<recipe>/test_recipe.inc"""
- inc_file = self.recipeinc(recipe)
- self.logger.debug("Writing to: %s\n%s\n" % (inc_file, data))
- ftools.write_file(inc_file, data)
- return inc_file
-
- def append_recipeinc(self, recipe, data):
- """Append data to meta-sefltest/recipes-test/<recipe>/test_recipe.inc"""
- inc_file = self.recipeinc(recipe)
- self.logger.debug("Appending to: %s\n%s\n" % (inc_file, data))
- ftools.append_file(inc_file, data)
- return inc_file
-
- def remove_recipeinc(self, recipe, data):
- """Remove data from meta-sefltest/recipes-test/<recipe>/test_recipe.inc"""
- inc_file = self.recipeinc(recipe)
- self.logger.debug("Removing from: %s\n%s\n" % (inc_file, data))
- ftools.remove_from_file(inc_file, data)
-
- def delete_recipeinc(self, recipe):
- """Delete meta-sefltest/recipes-test/<recipe>/test_recipe.inc file"""
- inc_file = self.recipeinc(recipe)
- self.logger.debug("Deleting file: %s" % inc_file)
- try:
- os.remove(inc_file)
- except OSError as e:
- if e.errno != errno.ENOENT:
- raise
- def write_bblayers_config(self, data):
- """Write to <builddir>/conf/bblayers.inc"""
- self.logger.debug("Writing to: %s\n%s\n" % (self.testinc_bblayers_path, data))
- ftools.write_file(self.testinc_bblayers_path, data)
-
- def append_bblayers_config(self, data):
- """Append to <builddir>/conf/bblayers.inc"""
- self.logger.debug("Appending to: %s\n%s\n" % (self.testinc_bblayers_path, data))
- ftools.append_file(self.testinc_bblayers_path, data)
-
- def remove_bblayers_config(self, data):
- """Remove data from <builddir>/conf/bblayers.inc"""
- self.logger.debug("Removing from: %s\n%s\n" % (self.testinc_bblayers_path, data))
- ftools.remove_from_file(self.testinc_bblayers_path, data)
-
- def set_machine_config(self, data):
- """Write to <builddir>/conf/machine.inc"""
- self.logger.debug("Writing to: %s\n%s\n" % (self.machineinc_path, data))
- ftools.write_file(self.machineinc_path, data)
-
- # check does path exist
- def assertExists(self, expr, msg=None):
- if not os.path.exists(expr):
- msg = self._formatMessage(msg, "%s does not exist" % safe_repr(expr))
- raise self.failureException(msg)
-
- # check does path not exist
- def assertNotExists(self, expr, msg=None):
- if os.path.exists(expr):
- msg = self._formatMessage(msg, "%s exists when it should not" % safe_repr(expr))
- raise self.failureException(msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/_sstatetests_noauto.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/_sstatetests_noauto.py
deleted file mode 100644
index 0e5896234..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/_sstatetests_noauto.py
+++ /dev/null
@@ -1,92 +0,0 @@
-import os
-import shutil
-
-import oeqa.utils.ftools as ftools
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_test_layer
-from oeqa.selftest.cases.sstate import SStateBase
-
-
-class RebuildFromSState(SStateBase):
-
- @classmethod
- def setUpClass(self):
- super(RebuildFromSState, self).setUpClass()
- self.builddir = os.path.join(os.environ.get('BUILDDIR'))
-
- def get_dep_targets(self, primary_targets):
- found_targets = []
- bitbake("-g " + ' '.join(map(str, primary_targets)))
- with open(os.path.join(self.builddir, 'pn-buildlist'), 'r') as pnfile:
- found_targets = pnfile.read().splitlines()
- return found_targets
-
- def configure_builddir(self, builddir):
- os.mkdir(builddir)
- self.track_for_cleanup(builddir)
- os.mkdir(os.path.join(builddir, 'conf'))
- shutil.copyfile(os.path.join(os.environ.get('BUILDDIR'), 'conf/local.conf'), os.path.join(builddir, 'conf/local.conf'))
- config = {}
- config['default_sstate_dir'] = "SSTATE_DIR ?= \"${TOPDIR}/sstate-cache\""
- config['null_sstate_mirrors'] = "SSTATE_MIRRORS = \"\""
- config['default_tmp_dir'] = "TMPDIR = \"${TOPDIR}/tmp\""
- for key in config:
- ftools.append_file(os.path.join(builddir, 'conf/selftest.inc'), config[key])
- shutil.copyfile(os.path.join(os.environ.get('BUILDDIR'), 'conf/bblayers.conf'), os.path.join(builddir, 'conf/bblayers.conf'))
- try:
- shutil.copyfile(os.path.join(os.environ.get('BUILDDIR'), 'conf/auto.conf'), os.path.join(builddir, 'conf/auto.conf'))
- except:
- pass
-
- def hardlink_tree(self, src, dst):
- os.mkdir(dst)
- self.track_for_cleanup(dst)
- for root, dirs, files in os.walk(src):
- if root == src:
- continue
- os.mkdir(os.path.join(dst, root.split(src)[1][1:]))
- for sstate_file in files:
- os.link(os.path.join(root, sstate_file), os.path.join(dst, root.split(src)[1][1:], sstate_file))
-
- def run_test_sstate_rebuild(self, primary_targets, relocate=False, rebuild_dependencies=False):
- buildA = os.path.join(self.builddir, 'buildA')
- if relocate:
- buildB = os.path.join(self.builddir, 'buildB')
- else:
- buildB = buildA
-
- if rebuild_dependencies:
- rebuild_targets = self.get_dep_targets(primary_targets)
- else:
- rebuild_targets = primary_targets
-
- self.configure_builddir(buildA)
- runCmd((". %s/oe-init-build-env %s && " % (get_bb_var('COREBASE'), buildA)) + 'bitbake ' + ' '.join(map(str, primary_targets)), shell=True, executable='/bin/bash')
- self.hardlink_tree(os.path.join(buildA, 'sstate-cache'), os.path.join(self.builddir, 'sstate-cache-buildA'))
- shutil.rmtree(buildA)
-
- failed_rebuild = []
- failed_cleansstate = []
- for target in rebuild_targets:
- self.configure_builddir(buildB)
- self.hardlink_tree(os.path.join(self.builddir, 'sstate-cache-buildA'), os.path.join(buildB, 'sstate-cache'))
-
- result_cleansstate = runCmd((". %s/oe-init-build-env %s && " % (get_bb_var('COREBASE'), buildB)) + 'bitbake -ccleansstate ' + target, ignore_status=True, shell=True, executable='/bin/bash')
- if not result_cleansstate.status == 0:
- failed_cleansstate.append(target)
- shutil.rmtree(buildB)
- continue
-
- result_build = runCmd((". %s/oe-init-build-env %s && " % (get_bb_var('COREBASE'), buildB)) + 'bitbake ' + target, ignore_status=True, shell=True, executable='/bin/bash')
- if not result_build.status == 0:
- failed_rebuild.append(target)
-
- shutil.rmtree(buildB)
-
- self.assertFalse(failed_rebuild, msg="The following recipes have failed to rebuild: %s" % ' '.join(map(str, failed_rebuild)))
- self.assertFalse(failed_cleansstate, msg="The following recipes have failed cleansstate(all others have passed both cleansstate and rebuild from sstate tests): %s" % ' '.join(map(str, failed_cleansstate)))
-
- def test_sstate_relocation(self):
- self.run_test_sstate_rebuild(['core-image-sato-sdk'], relocate=True, rebuild_dependencies=True)
-
- def test_sstate_rebuild(self):
- self.run_test_sstate_rebuild(['core-image-sato-sdk'], relocate=False, rebuild_dependencies=True)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/archiver.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/archiver.py
deleted file mode 100644
index 0a6d4e325..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/archiver.py
+++ /dev/null
@@ -1,131 +0,0 @@
-import os
-import glob
-from oeqa.utils.commands import bitbake, get_bb_vars
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.core.decorator.oeid import OETestID
-
-class Archiver(OESelftestTestCase):
-
- @OETestID(1345)
- def test_archiver_allows_to_filter_on_recipe_name(self):
- """
- Summary: The archiver should offer the possibility to filter on the recipe. (#6929)
- Expected: 1. Included recipe (busybox) should be included
- 2. Excluded recipe (zlib) should be excluded
- Product: oe-core
- Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
-
- include_recipe = 'busybox'
- exclude_recipe = 'zlib'
-
- features = 'INHERIT += "archiver"\n'
- features += 'ARCHIVER_MODE[src] = "original"\n'
- features += 'COPYLEFT_PN_INCLUDE = "%s"\n' % include_recipe
- features += 'COPYLEFT_PN_EXCLUDE = "%s"\n' % exclude_recipe
- self.write_config(features)
-
- bitbake('-c clean %s %s' % (include_recipe, exclude_recipe))
- bitbake("-c deploy_archives %s %s" % (include_recipe, exclude_recipe))
-
- bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS'])
- src_path = os.path.join(bb_vars['DEPLOY_DIR_SRC'], bb_vars['TARGET_SYS'])
-
- # Check that include_recipe was included
- included_present = len(glob.glob(src_path + '/%s-*' % include_recipe))
- self.assertTrue(included_present, 'Recipe %s was not included.' % include_recipe)
-
- # Check that exclude_recipe was excluded
- excluded_present = len(glob.glob(src_path + '/%s-*' % exclude_recipe))
- self.assertFalse(excluded_present, 'Recipe %s was not excluded.' % exclude_recipe)
-
- @OETestID(1900)
- def test_archiver_filters_by_type(self):
- """
- Summary: The archiver is documented to filter on the recipe type.
- Expected: 1. included recipe type (target) should be included
- 2. other types should be excluded
- Product: oe-core
- Author: André Draszik <adraszik@tycoint.com>
- """
-
- target_recipe = 'initscripts'
- native_recipe = 'zlib-native'
-
- features = 'INHERIT += "archiver"\n'
- features += 'ARCHIVER_MODE[src] = "original"\n'
- features += 'COPYLEFT_RECIPE_TYPES = "target"\n'
- self.write_config(features)
-
- bitbake('-c clean %s %s' % (target_recipe, native_recipe))
- bitbake("%s -c deploy_archives %s" % (target_recipe, native_recipe))
-
- bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS', 'BUILD_SYS'])
- src_path_target = os.path.join(bb_vars['DEPLOY_DIR_SRC'], bb_vars['TARGET_SYS'])
- src_path_native = os.path.join(bb_vars['DEPLOY_DIR_SRC'], bb_vars['BUILD_SYS'])
-
- # Check that target_recipe was included
- included_present = len(glob.glob(src_path_target + '/%s-*' % target_recipe))
- self.assertTrue(included_present, 'Recipe %s was not included.' % target_recipe)
-
- # Check that native_recipe was excluded
- excluded_present = len(glob.glob(src_path_native + '/%s-*' % native_recipe))
- self.assertFalse(excluded_present, 'Recipe %s was not excluded.' % native_recipe)
-
- @OETestID(1901)
- def test_archiver_filters_by_type_and_name(self):
- """
- Summary: Test that the archiver archives by recipe type, taking the
- recipe name into account.
- Expected: 1. included recipe type (target) should be included
- 2. other types should be excluded
- 3. recipe by name should be included / excluded,
- overriding previous decision by type
- Product: oe-core
- Author: André Draszik <adraszik@tycoint.com>
- """
-
- target_recipes = [ 'initscripts', 'zlib' ]
- native_recipes = [ 'update-rc.d-native', 'zlib-native' ]
-
- features = 'INHERIT += "archiver"\n'
- features += 'ARCHIVER_MODE[src] = "original"\n'
- features += 'COPYLEFT_RECIPE_TYPES = "target"\n'
- features += 'COPYLEFT_PN_INCLUDE = "%s"\n' % native_recipes[1]
- features += 'COPYLEFT_PN_EXCLUDE = "%s"\n' % target_recipes[1]
- self.write_config(features)
-
- bitbake('-c clean %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))
- bitbake('-c deploy_archives %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))
-
- bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS', 'BUILD_SYS'])
- src_path_target = os.path.join(bb_vars['DEPLOY_DIR_SRC'], bb_vars['TARGET_SYS'])
- src_path_native = os.path.join(bb_vars['DEPLOY_DIR_SRC'], bb_vars['BUILD_SYS'])
-
- # Check that target_recipe[0] and native_recipes[1] were included
- included_present = len(glob.glob(src_path_target + '/%s-*' % target_recipes[0]))
- self.assertTrue(included_present, 'Recipe %s was not included.' % target_recipes[0])
-
- included_present = len(glob.glob(src_path_native + '/%s-*' % native_recipes[1]))
- self.assertTrue(included_present, 'Recipe %s was not included.' % native_recipes[1])
-
- # Check that native_recipes[0] and target_recipes[1] were excluded
- excluded_present = len(glob.glob(src_path_native + '/%s-*' % native_recipes[0]))
- self.assertFalse(excluded_present, 'Recipe %s was not excluded.' % native_recipes[0])
-
- excluded_present = len(glob.glob(src_path_target + '/%s-*' % target_recipes[1]))
- self.assertFalse(excluded_present, 'Recipe %s was not excluded.' % target_recipes[1])
-
-
-
- def test_archiver_srpm_mode(self):
- """
- Test that in srpm mode, the added recipe dependencies at least exist/work [YOCTO #11121]
- """
-
- features = 'INHERIT += "archiver"\n'
- features += 'ARCHIVER_MODE[srpm] = "1"\n'
- self.write_config(features)
-
- bitbake('-n core-image-sato')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/bblayers.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/bblayers.py
deleted file mode 100644
index 90a2249b0..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/bblayers.py
+++ /dev/null
@@ -1,97 +0,0 @@
-import os
-import re
-
-import oeqa.utils.ftools as ftools
-from oeqa.utils.commands import runCmd, get_bb_var
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.core.decorator.oeid import OETestID
-
-class BitbakeLayers(OESelftestTestCase):
-
- @OETestID(756)
- def test_bitbakelayers_showcrossdepends(self):
- result = runCmd('bitbake-layers show-cross-depends')
- self.assertTrue('aspell' in result.output, msg = "No dependencies were shown. bitbake-layers show-cross-depends output: %s" % result.output)
-
- @OETestID(83)
- def test_bitbakelayers_showlayers(self):
- result = runCmd('bitbake-layers show-layers')
- self.assertTrue('meta-selftest' in result.output, msg = "No layers were shown. bitbake-layers show-layers output: %s" % result.output)
-
- @OETestID(93)
- def test_bitbakelayers_showappends(self):
- recipe = "xcursor-transparent-theme"
- bb_file = self.get_recipe_basename(recipe)
- result = runCmd('bitbake-layers show-appends')
- self.assertTrue(bb_file in result.output, msg="%s file was not recognised. bitbake-layers show-appends output: %s" % (bb_file, result.output))
-
- @OETestID(90)
- def test_bitbakelayers_showoverlayed(self):
- result = runCmd('bitbake-layers show-overlayed')
- self.assertTrue('aspell' in result.output, msg="aspell overlayed recipe was not recognised bitbake-layers show-overlayed %s" % result.output)
-
- @OETestID(95)
- def test_bitbakelayers_flatten(self):
- recipe = "xcursor-transparent-theme"
- recipe_path = "recipes-graphics/xcursor-transparent-theme"
- recipe_file = self.get_recipe_basename(recipe)
- testoutdir = os.path.join(self.builddir, 'test_bitbakelayers_flatten')
- self.assertFalse(os.path.isdir(testoutdir), msg = "test_bitbakelayers_flatten should not exist at this point in time")
- self.track_for_cleanup(testoutdir)
- result = runCmd('bitbake-layers flatten %s' % testoutdir)
- bb_file = os.path.join(testoutdir, recipe_path, recipe_file)
- self.assertTrue(os.path.isfile(bb_file), msg = "Cannot find xcursor-transparent-theme_0.1.1.bb in the test_bitbakelayers_flatten local dir.")
- contents = ftools.read_file(bb_file)
- find_in_contents = re.search("##### bbappended from meta-selftest #####\n(.*\n)*include test_recipe.inc", contents)
- self.assertTrue(find_in_contents, msg = "Flattening layers did not work. bitbake-layers flatten output: %s" % result.output)
-
- @OETestID(1195)
- def test_bitbakelayers_add_remove(self):
- test_layer = os.path.join(get_bb_var('COREBASE'), 'meta-skeleton')
- result = runCmd('bitbake-layers show-layers')
- self.assertNotIn('meta-skeleton', result.output, "This test cannot run with meta-skeleton in bblayers.conf. bitbake-layers show-layers output: %s" % result.output)
- result = runCmd('bitbake-layers add-layer %s' % test_layer)
- result = runCmd('bitbake-layers show-layers')
- self.assertIn('meta-skeleton', result.output, msg = "Something wrong happened. meta-skeleton layer was not added to conf/bblayers.conf. bitbake-layers show-layers output: %s" % result.output)
- result = runCmd('bitbake-layers remove-layer %s' % test_layer)
- result = runCmd('bitbake-layers show-layers')
- self.assertNotIn('meta-skeleton', result.output, msg = "meta-skeleton should have been removed at this step. bitbake-layers show-layers output: %s" % result.output)
- result = runCmd('bitbake-layers add-layer %s' % test_layer)
- result = runCmd('bitbake-layers show-layers')
- self.assertIn('meta-skeleton', result.output, msg = "Something wrong happened. meta-skeleton layer was not added to conf/bblayers.conf. bitbake-layers show-layers output: %s" % result.output)
- result = runCmd('bitbake-layers remove-layer */meta-skeleton')
- result = runCmd('bitbake-layers show-layers')
- self.assertNotIn('meta-skeleton', result.output, msg = "meta-skeleton should have been removed at this step. bitbake-layers show-layers output: %s" % result.output)
-
- @OETestID(1384)
- def test_bitbakelayers_showrecipes(self):
- result = runCmd('bitbake-layers show-recipes')
- self.assertIn('aspell:', result.output)
- self.assertIn('mtd-utils:', result.output)
- self.assertIn('core-image-minimal:', result.output)
- result = runCmd('bitbake-layers show-recipes mtd-utils')
- self.assertIn('mtd-utils:', result.output)
- self.assertNotIn('aspell:', result.output)
- result = runCmd('bitbake-layers show-recipes -i image')
- self.assertIn('core-image-minimal', result.output)
- self.assertNotIn('mtd-utils:', result.output)
- result = runCmd('bitbake-layers show-recipes -i cmake,pkgconfig')
- self.assertIn('libproxy:', result.output)
- self.assertNotIn('mtd-utils:', result.output) # doesn't inherit either
- self.assertNotIn('wget:', result.output) # doesn't inherit cmake
- self.assertNotIn('waffle:', result.output) # doesn't inherit pkgconfig
- result = runCmd('bitbake-layers show-recipes -i nonexistentclass', ignore_status=True)
- self.assertNotEqual(result.status, 0, 'bitbake-layers show-recipes -i nonexistentclass should have failed')
- self.assertIn('ERROR:', result.output)
-
- def get_recipe_basename(self, recipe):
- recipe_file = ""
- result = runCmd("bitbake-layers show-recipes -f %s" % recipe)
- for line in result.output.splitlines():
- if recipe in line:
- recipe_file = line
- break
-
- self.assertTrue(os.path.isfile(recipe_file), msg = "Can't find recipe file for %s" % recipe)
- return os.path.basename(recipe_file)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/bbtests.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/bbtests.py
deleted file mode 100644
index 350614967..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/bbtests.py
+++ /dev/null
@@ -1,278 +0,0 @@
-import os
-import re
-
-import oeqa.utils.ftools as ftools
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.core.decorator.oeid import OETestID
-
-class BitbakeTests(OESelftestTestCase):
-
- def getline(self, res, line):
- for l in res.output.split('\n'):
- if line in l:
- return l
-
- @OETestID(789)
- def test_run_bitbake_from_dir_1(self):
- os.chdir(os.path.join(self.builddir, 'conf'))
- self.assertEqual(bitbake('-e').status, 0, msg = "bitbake couldn't run from \"conf\" dir")
-
- @OETestID(790)
- def test_run_bitbake_from_dir_2(self):
- my_env = os.environ.copy()
- my_env['BBPATH'] = my_env['BUILDDIR']
- os.chdir(os.path.dirname(os.environ['BUILDDIR']))
- self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from builddir")
-
- @OETestID(806)
- def test_event_handler(self):
- self.write_config("INHERIT += \"test_events\"")
- result = bitbake('m4-native')
- find_build_started = re.search("NOTE: Test for bb\.event\.BuildStarted(\n.*)*NOTE: Executing RunQueue Tasks", result.output)
- find_build_completed = re.search("Tasks Summary:.*(\n.*)*NOTE: Test for bb\.event\.BuildCompleted", result.output)
- self.assertTrue(find_build_started, msg = "Match failed in:\n%s" % result.output)
- self.assertTrue(find_build_completed, msg = "Match failed in:\n%s" % result.output)
- self.assertFalse('Test for bb.event.InvalidEvent' in result.output, msg = "\"Test for bb.event.InvalidEvent\" message found during bitbake process. bitbake output: %s" % result.output)
-
- @OETestID(103)
- def test_local_sstate(self):
- bitbake('m4-native')
- bitbake('m4-native -cclean')
- result = bitbake('m4-native')
- find_setscene = re.search("m4-native.*do_.*_setscene", result.output)
- self.assertTrue(find_setscene, msg = "No \"m4-native.*do_.*_setscene\" message found during bitbake m4-native. bitbake output: %s" % result.output )
-
- @OETestID(105)
- def test_bitbake_invalid_recipe(self):
- result = bitbake('-b asdf', ignore_status=True)
- self.assertTrue("ERROR: Unable to find any recipe file matching 'asdf'" in result.output, msg = "Though asdf recipe doesn't exist, bitbake didn't output any err. message. bitbake output: %s" % result.output)
-
- @OETestID(107)
- def test_bitbake_invalid_target(self):
- result = bitbake('asdf', ignore_status=True)
- self.assertTrue("ERROR: Nothing PROVIDES 'asdf'" in result.output, msg = "Though no 'asdf' target exists, bitbake didn't output any err. message. bitbake output: %s" % result.output)
-
- @OETestID(106)
- def test_warnings_errors(self):
- result = bitbake('-b asdf', ignore_status=True)
- find_warnings = re.search("Summary: There w.{2,3}? [1-9][0-9]* WARNING messages* shown", result.output)
- find_errors = re.search("Summary: There w.{2,3}? [1-9][0-9]* ERROR messages* shown", result.output)
- self.assertTrue(find_warnings, msg="Did not find the mumber of warnings at the end of the build:\n" + result.output)
- self.assertTrue(find_errors, msg="Did not find the mumber of errors at the end of the build:\n" + result.output)
-
- @OETestID(108)
- def test_invalid_patch(self):
- # This patch should fail to apply.
- self.write_recipeinc('man-db', 'FILESEXTRAPATHS_prepend := "${THISDIR}/files:"\nSRC_URI += "file://0001-Test-patch-here.patch"')
- self.write_config("INHERIT_remove = \"report-error\"")
- result = bitbake('man-db -c patch', ignore_status=True)
- self.delete_recipeinc('man-db')
- bitbake('-cclean man-db')
- line = self.getline(result, "Function failed: patch_do_patch")
- self.assertTrue(line and line.startswith("ERROR:"), msg = "Incorrectly formed patch application didn't fail. bitbake output: %s" % result.output)
-
- @OETestID(1354)
- def test_force_task_1(self):
- # test 1 from bug 5875
- test_recipe = 'zlib'
- test_data = "Microsoft Made No Profit From Anyone's Zunes Yo"
- bb_vars = get_bb_vars(['D', 'PKGDEST', 'mandir'], test_recipe)
- image_dir = bb_vars['D']
- pkgsplit_dir = bb_vars['PKGDEST']
- man_dir = bb_vars['mandir']
-
- bitbake('-c clean %s' % test_recipe)
- bitbake('-c package -f %s' % test_recipe)
- self.add_command_to_tearDown('bitbake -c clean %s' % test_recipe)
-
- man_file = os.path.join(image_dir + man_dir, 'man3/zlib.3')
- ftools.append_file(man_file, test_data)
- bitbake('-c package -f %s' % test_recipe)
-
- man_split_file = os.path.join(pkgsplit_dir, 'zlib-doc' + man_dir, 'man3/zlib.3')
- man_split_content = ftools.read_file(man_split_file)
- self.assertIn(test_data, man_split_content, 'The man file has not changed in packages-split.')
-
- ret = bitbake(test_recipe)
- self.assertIn('task do_package_write_rpm:', ret.output, 'Task do_package_write_rpm did not re-executed.')
-
- @OETestID(163)
- def test_force_task_2(self):
- # test 2 from bug 5875
- test_recipe = 'zlib'
-
- bitbake(test_recipe)
- self.add_command_to_tearDown('bitbake -c clean %s' % test_recipe)
-
- result = bitbake('-C compile %s' % test_recipe)
- look_for_tasks = ['do_compile:', 'do_install:', 'do_populate_sysroot:', 'do_package:']
- for task in look_for_tasks:
- self.assertIn(task, result.output, msg="Couldn't find %s task.")
-
- @OETestID(167)
- def test_bitbake_g(self):
- result = bitbake('-g core-image-minimal')
- for f in ['pn-buildlist', 'recipe-depends.dot', 'task-depends.dot']:
- self.addCleanup(os.remove, f)
- self.assertTrue('Task dependencies saved to \'task-depends.dot\'' in result.output, msg = "No task dependency \"task-depends.dot\" file was generated for the given task target. bitbake output: %s" % result.output)
- self.assertTrue('busybox' in ftools.read_file(os.path.join(self.builddir, 'task-depends.dot')), msg = "No \"busybox\" dependency found in task-depends.dot file.")
-
- @OETestID(899)
- def test_image_manifest(self):
- bitbake('core-image-minimal')
- bb_vars = get_bb_vars(["DEPLOY_DIR_IMAGE", "IMAGE_LINK_NAME"], "core-image-minimal")
- deploydir = bb_vars["DEPLOY_DIR_IMAGE"]
- imagename = bb_vars["IMAGE_LINK_NAME"]
- manifest = os.path.join(deploydir, imagename + ".manifest")
- self.assertTrue(os.path.islink(manifest), msg="No manifest file created for image. It should have been created in %s" % manifest)
-
- @OETestID(168)
- def test_invalid_recipe_src_uri(self):
- data = 'SRC_URI = "file://invalid"'
- self.write_recipeinc('man-db', data)
- self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\"
-SSTATE_DIR = \"${TOPDIR}/download-selftest\"
-INHERIT_remove = \"report-error\"
-""")
- self.track_for_cleanup(os.path.join(self.builddir, "download-selftest"))
-
- bitbake('-ccleanall man-db')
- result = bitbake('-c fetch man-db', ignore_status=True)
- bitbake('-ccleanall man-db')
- self.delete_recipeinc('man-db')
- self.assertEqual(result.status, 1, msg="Command succeded when it should have failed. bitbake output: %s" % result.output)
- self.assertTrue('Fetcher failure: Unable to find file file://invalid anywhere. The paths that were searched were:' in result.output, msg = "\"invalid\" file \
-doesn't exist, yet no error message encountered. bitbake output: %s" % result.output)
- line = self.getline(result, 'Fetcher failure for URL: \'file://invalid\'. Unable to fetch URL from any source.')
- self.assertTrue(line and line.startswith("ERROR:"), msg = "\"invalid\" file \
-doesn't exist, yet fetcher didn't report any error. bitbake output: %s" % result.output)
-
- @OETestID(171)
- def test_rename_downloaded_file(self):
- # TODO unique dldir instead of using cleanall
- # TODO: need to set sstatedir?
- self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\"
-SSTATE_DIR = \"${TOPDIR}/download-selftest\"
-""")
- self.track_for_cleanup(os.path.join(self.builddir, "download-selftest"))
-
- data = 'SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz;downloadfilename=test-aspell.tar.gz"'
- self.write_recipeinc('aspell', data)
- result = bitbake('-f -c fetch aspell', ignore_status=True)
- self.delete_recipeinc('aspell')
- self.assertEqual(result.status, 0, msg = "Couldn't fetch aspell. %s" % result.output)
- dl_dir = get_bb_var("DL_DIR")
- self.assertTrue(os.path.isfile(os.path.join(dl_dir, 'test-aspell.tar.gz')), msg = "File rename failed. No corresponding test-aspell.tar.gz file found under %s" % dl_dir)
- self.assertTrue(os.path.isfile(os.path.join(dl_dir, 'test-aspell.tar.gz.done')), "File rename failed. No corresponding test-aspell.tar.gz.done file found under %s" % dl_dir)
-
- @OETestID(1028)
- def test_environment(self):
- self.write_config("TEST_ENV=\"localconf\"")
- result = runCmd('bitbake -e | grep TEST_ENV=')
- self.assertTrue('localconf' in result.output, msg = "bitbake didn't report any value for TEST_ENV variable. To test, run 'bitbake -e | grep TEST_ENV='")
-
- @OETestID(1029)
- def test_dry_run(self):
- result = runCmd('bitbake -n m4-native')
- self.assertEqual(0, result.status, "bitbake dry run didn't run as expected. %s" % result.output)
-
- @OETestID(1030)
- def test_just_parse(self):
- result = runCmd('bitbake -p')
- self.assertEqual(0, result.status, "errors encountered when parsing recipes. %s" % result.output)
-
- @OETestID(1031)
- def test_version(self):
- result = runCmd('bitbake -s | grep wget')
- find = re.search("wget *:([0-9a-zA-Z\.\-]+)", result.output)
- self.assertTrue(find, "No version returned for searched recipe. bitbake output: %s" % result.output)
-
- @OETestID(1032)
- def test_prefile(self):
- preconf = os.path.join(self.builddir, 'conf/prefile.conf')
- self.track_for_cleanup(preconf)
- ftools.write_file(preconf ,"TEST_PREFILE=\"prefile\"")
- result = runCmd('bitbake -r conf/prefile.conf -e | grep TEST_PREFILE=')
- self.assertTrue('prefile' in result.output, "Preconfigure file \"prefile.conf\"was not taken into consideration. ")
- self.write_config("TEST_PREFILE=\"localconf\"")
- result = runCmd('bitbake -r conf/prefile.conf -e | grep TEST_PREFILE=')
- self.assertTrue('localconf' in result.output, "Preconfigure file \"prefile.conf\"was not taken into consideration.")
-
- @OETestID(1033)
- def test_postfile(self):
- postconf = os.path.join(self.builddir, 'conf/postfile.conf')
- self.track_for_cleanup(postconf)
- ftools.write_file(postconf , "TEST_POSTFILE=\"postfile\"")
- self.write_config("TEST_POSTFILE=\"localconf\"")
- result = runCmd('bitbake -R conf/postfile.conf -e | grep TEST_POSTFILE=')
- self.assertTrue('postfile' in result.output, "Postconfigure file \"postfile.conf\"was not taken into consideration.")
-
- @OETestID(1034)
- def test_checkuri(self):
- result = runCmd('bitbake -c checkuri m4')
- self.assertEqual(0, result.status, msg = "\"checkuri\" task was not executed. bitbake output: %s" % result.output)
-
- @OETestID(1035)
- def test_continue(self):
- self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\"
-SSTATE_DIR = \"${TOPDIR}/download-selftest\"
-INHERIT_remove = \"report-error\"
-""")
- self.track_for_cleanup(os.path.join(self.builddir, "download-selftest"))
- self.write_recipeinc('man-db',"\ndo_fail_task () {\nexit 1 \n}\n\naddtask do_fail_task before do_fetch\n" )
- runCmd('bitbake -c cleanall man-db xcursor-transparent-theme')
- result = runCmd('bitbake -c unpack -k man-db xcursor-transparent-theme', ignore_status=True)
- errorpos = result.output.find('ERROR: Function failed: do_fail_task')
- manver = re.search("NOTE: recipe xcursor-transparent-theme-(.*?): task do_unpack: Started", result.output)
- continuepos = result.output.find('NOTE: recipe xcursor-transparent-theme-%s: task do_unpack: Started' % manver.group(1))
- self.assertLess(errorpos,continuepos, msg = "bitbake didn't pass do_fail_task. bitbake output: %s" % result.output)
-
- @OETestID(1119)
- def test_non_gplv3(self):
- self.write_config('INCOMPATIBLE_LICENSE = "GPLv3"')
- result = bitbake('selftest-ed', ignore_status=True)
- self.assertEqual(result.status, 0, "Bitbake failed, exit code %s, output %s" % (result.status, result.output))
- lic_dir = get_bb_var('LICENSE_DIRECTORY')
- self.assertFalse(os.path.isfile(os.path.join(lic_dir, 'selftest-ed/generic_GPLv3')))
- self.assertTrue(os.path.isfile(os.path.join(lic_dir, 'selftest-ed/generic_GPLv2')))
-
- @OETestID(1422)
- def test_setscene_only(self):
- """ Bitbake option to restore from sstate only within a build (i.e. execute no real tasks, only setscene)"""
- test_recipe = 'ed'
-
- bitbake(test_recipe)
- bitbake('-c clean %s' % test_recipe)
- ret = bitbake('--setscene-only %s' % test_recipe)
-
- tasks = re.findall(r'task\s+(do_\S+):', ret.output)
-
- for task in tasks:
- self.assertIn('_setscene', task, 'A task different from _setscene ran: %s.\n'
- 'Executed tasks were: %s' % (task, str(tasks)))
-
- @OETestID(1425)
- def test_bbappend_order(self):
- """ Bitbake should bbappend to recipe in a predictable order """
- test_recipe = 'ed'
- bb_vars = get_bb_vars(['SUMMARY', 'PV'], test_recipe)
- test_recipe_summary_before = bb_vars['SUMMARY']
- test_recipe_pv = bb_vars['PV']
- recipe_append_file = test_recipe + '_' + test_recipe_pv + '.bbappend'
- expected_recipe_summary = test_recipe_summary_before
-
- for i in range(5):
- recipe_append_dir = test_recipe + '_test_' + str(i)
- recipe_append_path = os.path.join(self.testlayer_path, 'recipes-test', recipe_append_dir, recipe_append_file)
- os.mkdir(os.path.join(self.testlayer_path, 'recipes-test', recipe_append_dir))
- feature = 'SUMMARY += "%s"\n' % i
- ftools.write_file(recipe_append_path, feature)
- expected_recipe_summary += ' %s' % i
-
- self.add_command_to_tearDown('rm -rf %s' % os.path.join(self.testlayer_path, 'recipes-test',
- test_recipe + '_test_*'))
-
- test_recipe_summary_after = get_bb_var('SUMMARY', test_recipe)
- self.assertEqual(expected_recipe_summary, test_recipe_summary_after)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/buildhistory.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/buildhistory.py
deleted file mode 100644
index 06792d914..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/buildhistory.py
+++ /dev/null
@@ -1,46 +0,0 @@
-import os
-import re
-import datetime
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import bitbake, get_bb_vars
-
-
-class BuildhistoryBase(OESelftestTestCase):
-
- def config_buildhistory(self, tmp_bh_location=False):
- bb_vars = get_bb_vars(['USER_CLASSES', 'INHERIT'])
- if (not 'buildhistory' in bb_vars['USER_CLASSES']) and (not 'buildhistory' in bb_vars['INHERIT']):
- add_buildhistory_config = 'INHERIT += "buildhistory"\nBUILDHISTORY_COMMIT = "1"'
- self.append_config(add_buildhistory_config)
-
- if tmp_bh_location:
- # Using a temporary buildhistory location for testing
- tmp_bh_dir = os.path.join(self.builddir, "tmp_buildhistory_%s" % datetime.datetime.now().strftime('%Y%m%d%H%M%S'))
- buildhistory_dir_config = "BUILDHISTORY_DIR = \"%s\"" % tmp_bh_dir
- self.append_config(buildhistory_dir_config)
- self.track_for_cleanup(tmp_bh_dir)
-
- def run_buildhistory_operation(self, target, global_config='', target_config='', change_bh_location=False, expect_error=False, error_regex=''):
- if change_bh_location:
- tmp_bh_location = True
- else:
- tmp_bh_location = False
- self.config_buildhistory(tmp_bh_location)
-
- self.append_config(global_config)
- self.append_recipeinc(target, target_config)
- bitbake("-cclean %s" % target)
- result = bitbake(target, ignore_status=True)
- self.remove_config(global_config)
- self.remove_recipeinc(target, target_config)
-
- if expect_error:
- self.assertEqual(result.status, 1, msg="Error expected for global config '%s' and target config '%s'" % (global_config, target_config))
- search_for_error = re.search(error_regex, result.output)
- self.assertTrue(search_for_error, msg="Could not find desired error in output: %s (%s)" % (error_regex, result.output))
- else:
- self.assertEqual(result.status, 0, msg="Command 'bitbake %s' has failed unexpectedly: %s" % (target, result.output))
-
- # No tests should be added to the base class.
- # Please create a new class that inherit this one, or use one of those already available for adding tests.
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/buildoptions.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/buildoptions.py
deleted file mode 100644
index e60e32dad..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/buildoptions.py
+++ /dev/null
@@ -1,180 +0,0 @@
-import os
-import re
-import glob as g
-import shutil
-import tempfile
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.selftest.cases.buildhistory import BuildhistoryBase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
-import oeqa.utils.ftools as ftools
-from oeqa.core.decorator.oeid import OETestID
-
-class ImageOptionsTests(OESelftestTestCase):
-
- @OETestID(761)
- def test_incremental_image_generation(self):
- image_pkgtype = get_bb_var("IMAGE_PKGTYPE")
- if image_pkgtype != 'rpm':
- self.skipTest('Not using RPM as main package format')
- bitbake("-c clean core-image-minimal")
- self.write_config('INC_RPM_IMAGE_GEN = "1"')
- self.append_config('IMAGE_FEATURES += "ssh-server-openssh"')
- bitbake("core-image-minimal")
- log_data_file = os.path.join(get_bb_var("WORKDIR", "core-image-minimal"), "temp/log.do_rootfs")
- log_data_created = ftools.read_file(log_data_file)
- incremental_created = re.search(r"Installing\s*:\s*packagegroup-core-ssh-openssh", log_data_created)
- self.remove_config('IMAGE_FEATURES += "ssh-server-openssh"')
- self.assertTrue(incremental_created, msg = "Match failed in:\n%s" % log_data_created)
- bitbake("core-image-minimal")
- log_data_removed = ftools.read_file(log_data_file)
- incremental_removed = re.search(r"Erasing\s*:\s*packagegroup-core-ssh-openssh", log_data_removed)
- self.assertTrue(incremental_removed, msg = "Match failed in:\n%s" % log_data_removed)
-
- @OETestID(286)
- def test_ccache_tool(self):
- bitbake("ccache-native")
- bb_vars = get_bb_vars(['SYSROOT_DESTDIR', 'bindir'], 'ccache-native')
- p = bb_vars['SYSROOT_DESTDIR'] + bb_vars['bindir'] + "/" + "ccache"
- self.assertTrue(os.path.isfile(p), msg = "No ccache found (%s)" % p)
- self.write_config('INHERIT += "ccache"')
- self.add_command_to_tearDown('bitbake -c clean m4')
- bitbake("m4 -f -c compile")
- log_compile = os.path.join(get_bb_var("WORKDIR","m4"), "temp/log.do_compile")
- res = runCmd("grep ccache %s" % log_compile, ignore_status=True)
- self.assertEqual(0, res.status, msg="No match for ccache in m4 log.do_compile. For further details: %s" % log_compile)
-
- @OETestID(1435)
- def test_read_only_image(self):
- distro_features = get_bb_var('DISTRO_FEATURES')
- if not ('x11' in distro_features and 'opengl' in distro_features):
- self.skipTest('core-image-sato requires x11 and opengl in distro features')
- self.write_config('IMAGE_FEATURES += "read-only-rootfs"')
- bitbake("core-image-sato")
- # do_image will fail if there are any pending postinsts
-
-class DiskMonTest(OESelftestTestCase):
-
- @OETestID(277)
- def test_stoptask_behavior(self):
- self.write_config('BB_DISKMON_DIRS = "STOPTASKS,${TMPDIR},100000G,100K"')
- res = bitbake("m4", ignore_status = True)
- self.assertTrue('ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!' in res.output, msg = "Tasks should have stopped. Disk monitor is set to STOPTASK: %s" % res.output)
- self.assertEqual(res.status, 1, msg = "bitbake reported exit code %s. It should have been 1. Bitbake output: %s" % (str(res.status), res.output))
- self.write_config('BB_DISKMON_DIRS = "ABORT,${TMPDIR},100000G,100K"')
- res = bitbake("m4", ignore_status = True)
- self.assertTrue('ERROR: Immediately abort since the disk space monitor action is "ABORT"!' in res.output, "Tasks should have been aborted immediatelly. Disk monitor is set to ABORT: %s" % res.output)
- self.assertEqual(res.status, 1, msg = "bitbake reported exit code %s. It should have been 1. Bitbake output: %s" % (str(res.status), res.output))
- self.write_config('BB_DISKMON_DIRS = "WARN,${TMPDIR},100000G,100K"')
- res = bitbake("m4")
- self.assertTrue('WARNING: The free space' in res.output, msg = "A warning should have been displayed for disk monitor is set to WARN: %s" %res.output)
-
-class SanityOptionsTest(OESelftestTestCase):
- def getline(self, res, line):
- for l in res.output.split('\n'):
- if line in l:
- return l
-
- @OETestID(927)
- def test_options_warnqa_errorqa_switch(self):
-
- self.write_config("INHERIT_remove = \"report-error\"")
- if "packages-list" not in get_bb_var("ERROR_QA"):
- self.append_config("ERROR_QA_append = \" packages-list\"")
-
- self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
- self.add_command_to_tearDown('bitbake -c clean xcursor-transparent-theme')
- res = bitbake("xcursor-transparent-theme -f -c package", ignore_status=True)
- self.delete_recipeinc('xcursor-transparent-theme')
- line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple times, this leads to packaging errors.")
- self.assertTrue(line and line.startswith("ERROR:"), msg=res.output)
- self.assertEqual(res.status, 1, msg = "bitbake reported exit code %s. It should have been 1. Bitbake output: %s" % (str(res.status), res.output))
- self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
- self.append_config('ERROR_QA_remove = "packages-list"')
- self.append_config('WARN_QA_append = " packages-list"')
- res = bitbake("xcursor-transparent-theme -f -c package")
- self.delete_recipeinc('xcursor-transparent-theme')
- line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple times, this leads to packaging errors.")
- self.assertTrue(line and line.startswith("WARNING:"), msg=res.output)
-
- @OETestID(1421)
- def test_layer_without_git_dir(self):
- """
- Summary: Test that layer git revisions are displayed and do not fail without git repository
- Expected: The build to be successful and without "fatal" errors
- Product: oe-core
- Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
-
- dirpath = tempfile.mkdtemp()
-
- dummy_layer_name = 'meta-dummy'
- dummy_layer_path = os.path.join(dirpath, dummy_layer_name)
- dummy_layer_conf_dir = os.path.join(dummy_layer_path, 'conf')
- os.makedirs(dummy_layer_conf_dir)
- dummy_layer_conf_path = os.path.join(dummy_layer_conf_dir, 'layer.conf')
-
- dummy_layer_content = 'BBPATH .= ":${LAYERDIR}"\n' \
- 'BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"\n' \
- 'BBFILE_COLLECTIONS += "%s"\n' \
- 'BBFILE_PATTERN_%s = "^${LAYERDIR}/"\n' \
- 'BBFILE_PRIORITY_%s = "6"\n' % (dummy_layer_name, dummy_layer_name, dummy_layer_name)
-
- ftools.write_file(dummy_layer_conf_path, dummy_layer_content)
-
- bblayers_conf = 'BBLAYERS += "%s"\n' % dummy_layer_path
- self.write_bblayers_config(bblayers_conf)
-
- test_recipe = 'ed'
-
- ret = bitbake('-n %s' % test_recipe)
-
- err = 'fatal: Not a git repository'
-
- shutil.rmtree(dirpath)
-
- self.assertNotIn(err, ret.output)
-
-
-class BuildhistoryTests(BuildhistoryBase):
-
- @OETestID(293)
- def test_buildhistory_basic(self):
- self.run_buildhistory_operation('xcursor-transparent-theme')
- self.assertTrue(os.path.isdir(get_bb_var('BUILDHISTORY_DIR')), "buildhistory dir was not created.")
-
- @OETestID(294)
- def test_buildhistory_buildtime_pr_backwards(self):
- target = 'xcursor-transparent-theme'
- error = "ERROR:.*QA Issue: Package version for package %s went backwards which would break package feeds from (.*-r1.* to .*-r0.*)" % target
- self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
- self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True, error_regex=error)
-
-class ArchiverTest(OESelftestTestCase):
- @OETestID(926)
- def test_arch_work_dir_and_export_source(self):
- """
- Test for archiving the work directory and exporting the source files.
- """
- self.write_config("INHERIT += \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"")
- res = bitbake("xcursor-transparent-theme", ignore_status=True)
- self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output)
- deploy_dir_src = get_bb_var('DEPLOY_DIR_SRC')
- pkgs_path = g.glob(str(deploy_dir_src) + "/allarch*/xcurs*")
- src_file_glob = str(pkgs_path[0]) + "/xcursor*.src.rpm"
- tar_file_glob = str(pkgs_path[0]) + "/xcursor*.tar.gz"
- self.assertTrue((g.glob(src_file_glob) and g.glob(tar_file_glob)), "Couldn't find .src.rpm and .tar.gz files under %s/allarch*/xcursor*" % deploy_dir_src)
-
-class ToolchainOptions(OESelftestTestCase):
-
- def test_toolchain_fortran(self):
- """
- Test whether we can enable and build fortran and its supporting libraries
- """
-
- features = 'FORTRAN_forcevariable = ",fortran"\n'
- features += 'RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath"\n'
- self.write_config(features)
-
- bitbake('gcc-runtime libgfortran')
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/containerimage.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/containerimage.py
deleted file mode 100644
index 99a5cc9e5..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/containerimage.py
+++ /dev/null
@@ -1,85 +0,0 @@
-import os
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import bitbake, get_bb_vars, runCmd
-from oeqa.core.decorator.oeid import OETestID
-
-# This test builds an image with using the "container" IMAGE_FSTYPE, and
-# ensures that then files in the image are only the ones expected.
-#
-# The only package added to the image is container_image_testpkg, which
-# contains one file. However, due to some other things not cleaning up during
-# rootfs creation, there is some cruft. Ideally bugs will be filed and the
-# cruft removed, but for now we whitelist some known set.
-#
-# Also for performance reasons we're only checking the cruft when using ipk.
-# When using deb, and rpm it is a bit different and we could test all
-# of them, but this test is more to catch if other packages get added by
-# default other than what is in ROOTFS_BOOTSTRAP_INSTALL.
-#
-class ContainerImageTests(OESelftestTestCase):
-
- # Verify that when specifying a IMAGE_TYPEDEP_ of the form "foo.bar" that
- # the conversion type bar gets added as a dep as well
- @OETestID(1619)
- def test_expected_files(self):
-
- def get_each_path_part(path):
- if path:
- part = [ '.' + path + '/' ]
- result = get_each_path_part(path.rsplit('/', 1)[0])
- if result:
- return part + result
- else:
- return part
- else:
- return None
-
- self.write_config("""PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"
-IMAGE_FSTYPES = "container"
-PACKAGE_CLASSES = "package_ipk"
-IMAGE_FEATURES = ""
-""")
-
- bbvars = get_bb_vars(['bindir', 'sysconfdir', 'localstatedir',
- 'DEPLOY_DIR_IMAGE', 'IMAGE_LINK_NAME'],
- target='container-test-image')
- expected_files = [
- './',
- '.{bindir}/theapp',
- '.{sysconfdir}/default/',
- '.{sysconfdir}/default/postinst',
- '.{sysconfdir}/ld.so.cache',
- '.{sysconfdir}/timestamp',
- '.{sysconfdir}/version',
- './run/',
- '.{localstatedir}/cache/',
- '.{localstatedir}/cache/ldconfig/',
- '.{localstatedir}/cache/ldconfig/aux-cache',
- '.{localstatedir}/cache/opkg/',
- '.{localstatedir}/lib/',
- '.{localstatedir}/lib/opkg/'
- ]
-
- expected_files = [ x.format(bindir=bbvars['bindir'],
- sysconfdir=bbvars['sysconfdir'],
- localstatedir=bbvars['localstatedir'])
- for x in expected_files ]
-
- # Since tar lists all directories individually, make sure each element
- # from bindir, sysconfdir, etc is added
- expected_files += get_each_path_part(bbvars['bindir'])
- expected_files += get_each_path_part(bbvars['sysconfdir'])
- expected_files += get_each_path_part(bbvars['localstatedir'])
-
- expected_files = sorted(expected_files)
-
- # Build the image of course
- bitbake('container-test-image')
-
- image = os.path.join(bbvars['DEPLOY_DIR_IMAGE'],
- bbvars['IMAGE_LINK_NAME'] + '.tar.bz2')
-
- # Ensure the files in the image are what we expect
- result = runCmd("tar tf {} | sort".format(image), shell=True)
- self.assertEqual(result.output.split('\n'), expected_files)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/devtool.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/devtool.py
deleted file mode 100644
index d5b6a46d4..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/devtool.py
+++ /dev/null
@@ -1,1716 +0,0 @@
-import os
-import re
-import shutil
-import tempfile
-import glob
-import fnmatch
-
-import oeqa.utils.ftools as ftools
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, create_temp_layer
-from oeqa.utils.commands import get_bb_vars, runqemu, get_test_layer
-from oeqa.core.decorator.oeid import OETestID
-
-class DevtoolBase(OESelftestTestCase):
-
- buffer = True
-
- def _test_recipe_contents(self, recipefile, checkvars, checkinherits):
- with open(recipefile, 'r') as f:
- invar = None
- invalue = None
- for line in f:
- var = None
- if invar:
- value = line.strip().strip('"')
- if value.endswith('\\'):
- invalue += ' ' + value[:-1].strip()
- continue
- else:
- invalue += ' ' + value.strip()
- var = invar
- value = invalue
- invar = None
- elif '=' in line:
- splitline = line.split('=', 1)
- var = splitline[0].rstrip()
- value = splitline[1].strip().strip('"')
- if value.endswith('\\'):
- invalue = value[:-1].strip()
- invar = var
- continue
- elif line.startswith('inherit '):
- inherits = line.split()[1:]
-
- if var and var in checkvars:
- needvalue = checkvars.pop(var)
- if needvalue is None:
- self.fail('Variable %s should not appear in recipe, but value is being set to "%s"' % (var, value))
- if isinstance(needvalue, set):
- if var == 'LICENSE':
- value = set(value.split(' & '))
- else:
- value = set(value.split())
- self.assertEqual(value, needvalue, 'values for %s do not match' % var)
-
-
- missingvars = {}
- for var, value in checkvars.items():
- if value is not None:
- missingvars[var] = value
- self.assertEqual(missingvars, {}, 'Some expected variables not found in recipe: %s' % checkvars)
-
- for inherit in checkinherits:
- self.assertIn(inherit, inherits, 'Missing inherit of %s' % inherit)
-
- def _check_bbappend(self, testrecipe, recipefile, appenddir):
- result = runCmd('bitbake-layers show-appends', cwd=self.builddir)
- resultlines = result.output.splitlines()
- inrecipe = False
- bbappends = []
- bbappendfile = None
- for line in resultlines:
- if inrecipe:
- if line.startswith(' '):
- bbappends.append(line.strip())
- else:
- break
- elif line == '%s:' % os.path.basename(recipefile):
- inrecipe = True
- self.assertLessEqual(len(bbappends), 2, '%s recipe is being bbappended by another layer - bbappends found:\n %s' % (testrecipe, '\n '.join(bbappends)))
- for bbappend in bbappends:
- if bbappend.startswith(appenddir):
- bbappendfile = bbappend
- break
- else:
- self.fail('bbappend for recipe %s does not seem to be created in test layer' % testrecipe)
- return bbappendfile
-
- def _create_temp_layer(self, templayerdir, addlayer, templayername, priority=999, recipepathspec='recipes-*/*'):
- create_temp_layer(templayerdir, templayername, priority, recipepathspec)
- if addlayer:
- self.add_command_to_tearDown('bitbake-layers remove-layer %s || true' % templayerdir)
- result = runCmd('bitbake-layers add-layer %s' % templayerdir, cwd=self.builddir)
-
- def _process_ls_output(self, output):
- """
- Convert ls -l output to a format we can reasonably compare from one context
- to another (e.g. from host to target)
- """
- filelist = []
- for line in output.splitlines():
- splitline = line.split()
- if len(splitline) < 8:
- self.fail('_process_ls_output: invalid output line: %s' % line)
- # Remove trailing . on perms
- splitline[0] = splitline[0].rstrip('.')
- # Remove leading . on paths
- splitline[-1] = splitline[-1].lstrip('.')
- # Drop fields we don't want to compare
- del splitline[7]
- del splitline[6]
- del splitline[5]
- del splitline[4]
- del splitline[1]
- filelist.append(' '.join(splitline))
- return filelist
-
-
-class DevtoolTests(DevtoolBase):
-
- @classmethod
- def setUpClass(cls):
- super(DevtoolTests, cls).setUpClass()
- bb_vars = get_bb_vars(['TOPDIR', 'SSTATE_DIR'])
- cls.original_sstate = bb_vars['SSTATE_DIR']
- cls.devtool_sstate = os.path.join(bb_vars['TOPDIR'], 'sstate_devtool')
- cls.sstate_conf = 'SSTATE_DIR = "%s"\n' % cls.devtool_sstate
- cls.sstate_conf += ('SSTATE_MIRRORS += "file://.* file:///%s/PATH"\n'
- % cls.original_sstate)
-
- @classmethod
- def tearDownClass(cls):
- cls.logger.debug('Deleting devtool sstate cache on %s' % cls.devtool_sstate)
- runCmd('rm -rf %s' % cls.devtool_sstate)
- super(DevtoolTests, cls).tearDownClass()
-
- def setUp(self):
- """Test case setup function"""
- super(DevtoolTests, self).setUp()
- self.workspacedir = os.path.join(self.builddir, 'workspace')
- self.assertTrue(not os.path.exists(self.workspacedir),
- 'This test cannot be run with a workspace directory '
- 'under the build directory')
- self.append_config(self.sstate_conf)
-
- def _check_src_repo(self, repo_dir):
- """Check srctree git repository"""
- self.assertTrue(os.path.isdir(os.path.join(repo_dir, '.git')),
- 'git repository for external source tree not found')
- result = runCmd('git status --porcelain', cwd=repo_dir)
- self.assertEqual(result.output.strip(), "",
- 'Created git repo is not clean')
- result = runCmd('git symbolic-ref HEAD', cwd=repo_dir)
- self.assertEqual(result.output.strip(), "refs/heads/devtool",
- 'Wrong branch in git repo')
-
- def _check_repo_status(self, repo_dir, expected_status):
- """Check the worktree status of a repository"""
- result = runCmd('git status . --porcelain',
- cwd=repo_dir)
- for line in result.output.splitlines():
- for ind, (f_status, fn_re) in enumerate(expected_status):
- if re.match(fn_re, line[3:]):
- if f_status != line[:2]:
- self.fail('Unexpected status in line: %s' % line)
- expected_status.pop(ind)
- break
- else:
- self.fail('Unexpected modified file in line: %s' % line)
- if expected_status:
- self.fail('Missing file changes: %s' % expected_status)
-
- @OETestID(1158)
- def test_create_workspace(self):
- # Check preconditions
- result = runCmd('bitbake-layers show-layers')
- self.assertTrue('\nworkspace' not in result.output, 'This test cannot be run with a workspace layer in bblayers.conf')
- # Try creating a workspace layer with a specific path
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- result = runCmd('devtool create-workspace %s' % tempdir)
- self.assertTrue(os.path.isfile(os.path.join(tempdir, 'conf', 'layer.conf')), msg = "No workspace created. devtool output: %s " % result.output)
- result = runCmd('bitbake-layers show-layers')
- self.assertIn(tempdir, result.output)
- # Try creating a workspace layer with the default path
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool create-workspace')
- self.assertTrue(os.path.isfile(os.path.join(self.workspacedir, 'conf', 'layer.conf')), msg = "No workspace created. devtool output: %s " % result.output)
- result = runCmd('bitbake-layers show-layers')
- self.assertNotIn(tempdir, result.output)
- self.assertIn(self.workspacedir, result.output)
-
- @OETestID(1159)
- def test_devtool_add(self):
- # Fetch source
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- pn = 'pv'
- pv = '1.5.3'
- url = 'http://www.ivarch.com/programs/sources/pv-1.5.3.tar.bz2'
- result = runCmd('wget %s' % url, cwd=tempdir)
- result = runCmd('tar xfv %s' % os.path.basename(url), cwd=tempdir)
- srcdir = os.path.join(tempdir, '%s-%s' % (pn, pv))
- self.assertTrue(os.path.isfile(os.path.join(srcdir, 'configure')), 'Unable to find configure script in source directory')
- # Test devtool add
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake -c cleansstate %s' % pn)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool add %s %s' % (pn, srcdir))
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created')
- # Test devtool status
- result = runCmd('devtool status')
- recipepath = '%s/recipes/%s/%s_%s.bb' % (self.workspacedir, pn, pn, pv)
- self.assertIn(recipepath, result.output)
- self.assertIn(srcdir, result.output)
- # Test devtool find-recipe
- result = runCmd('devtool -q find-recipe %s' % pn)
- self.assertEqual(recipepath, result.output.strip())
- # Test devtool edit-recipe
- result = runCmd('VISUAL="echo 123" devtool -q edit-recipe %s' % pn)
- self.assertEqual('123 %s' % recipepath, result.output.strip())
- # Clean up anything in the workdir/sysroot/sstate cache (have to do this *after* devtool add since the recipe only exists then)
- bitbake('%s -c cleansstate' % pn)
- # Test devtool build
- result = runCmd('devtool build %s' % pn)
- bb_vars = get_bb_vars(['D', 'bindir'], pn)
- installdir = bb_vars['D']
- self.assertTrue(installdir, 'Could not query installdir variable')
- bindir = bb_vars['bindir']
- self.assertTrue(bindir, 'Could not query bindir variable')
- if bindir[0] == '/':
- bindir = bindir[1:]
- self.assertTrue(os.path.isfile(os.path.join(installdir, bindir, 'pv')), 'pv binary not found in D')
-
- @OETestID(1423)
- def test_devtool_add_git_local(self):
- # Fetch source from a remote URL, but do it outside of devtool
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- pn = 'dbus-wait'
- srcrev = '6cc6077a36fe2648a5f993fe7c16c9632f946517'
- # We choose an https:// git URL here to check rewriting the URL works
- url = 'https://git.yoctoproject.org/git/dbus-wait'
- # Force fetching to "noname" subdir so we verify we're picking up the name from autoconf
- # instead of the directory name
- result = runCmd('git clone %s noname' % url, cwd=tempdir)
- srcdir = os.path.join(tempdir, 'noname')
- result = runCmd('git reset --hard %s' % srcrev, cwd=srcdir)
- self.assertTrue(os.path.isfile(os.path.join(srcdir, 'configure.ac')), 'Unable to find configure script in source directory')
- # Test devtool add
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # Don't specify a name since we should be able to auto-detect it
- result = runCmd('devtool add %s' % srcdir)
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created')
- # Check the recipe name is correct
- recipefile = get_bb_var('FILE', pn)
- self.assertIn('%s_git.bb' % pn, recipefile, 'Recipe file incorrectly named')
- self.assertIn(recipefile, result.output)
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn(pn, result.output)
- self.assertIn(srcdir, result.output)
- self.assertIn(recipefile, result.output)
- checkvars = {}
- checkvars['LICENSE'] = 'GPLv2'
- checkvars['LIC_FILES_CHKSUM'] = 'file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263'
- checkvars['S'] = '${WORKDIR}/git'
- checkvars['PV'] = '0.1+git${SRCPV}'
- checkvars['SRC_URI'] = 'git://git.yoctoproject.org/git/dbus-wait;protocol=https'
- checkvars['SRCREV'] = srcrev
- checkvars['DEPENDS'] = set(['dbus'])
- self._test_recipe_contents(recipefile, checkvars, [])
-
- @OETestID(1162)
- def test_devtool_add_library(self):
- # Fetch source
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- version = '1.1'
- url = 'https://www.intra2net.com/en/developer/libftdi/download/libftdi1-%s.tar.bz2' % version
- result = runCmd('wget %s' % url, cwd=tempdir)
- result = runCmd('tar xfv libftdi1-%s.tar.bz2' % version, cwd=tempdir)
- srcdir = os.path.join(tempdir, 'libftdi1-%s' % version)
- self.assertTrue(os.path.isfile(os.path.join(srcdir, 'CMakeLists.txt')), 'Unable to find CMakeLists.txt in source directory')
- # Test devtool add (and use -V so we test that too)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool add libftdi %s -V %s' % (srcdir, version))
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created')
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn('libftdi', result.output)
- self.assertIn(srcdir, result.output)
- # Clean up anything in the workdir/sysroot/sstate cache (have to do this *after* devtool add since the recipe only exists then)
- bitbake('libftdi -c cleansstate')
- # libftdi's python/CMakeLists.txt is a bit broken, so let's just disable it
- # There's also the matter of it installing cmake files to a path we don't
- # normally cover, which triggers the installed-vs-shipped QA test we have
- # within do_package
- recipefile = '%s/recipes/libftdi/libftdi_%s.bb' % (self.workspacedir, version)
- result = runCmd('recipetool setvar %s EXTRA_OECMAKE -- \'-DPYTHON_BINDINGS=OFF -DLIBFTDI_CMAKE_CONFIG_DIR=${datadir}/cmake/Modules\'' % recipefile)
- with open(recipefile, 'a') as f:
- f.write('\nFILES_${PN}-dev += "${datadir}/cmake/Modules"\n')
- # We don't have the ability to pick up this dependency automatically yet...
- f.write('\nDEPENDS += "libusb1"\n')
- f.write('\nTESTLIBOUTPUT = "${COMPONENTS_DIR}/${TUNE_PKGARCH}/${PN}/${libdir}"\n')
- # Test devtool build
- result = runCmd('devtool build libftdi')
- bb_vars = get_bb_vars(['TESTLIBOUTPUT', 'STAMP'], 'libftdi')
- staging_libdir = bb_vars['TESTLIBOUTPUT']
- self.assertTrue(staging_libdir, 'Could not query TESTLIBOUTPUT variable')
- self.assertTrue(os.path.isfile(os.path.join(staging_libdir, 'libftdi1.so.2.1.0')), "libftdi binary not found in STAGING_LIBDIR. Output of devtool build libftdi %s" % result.output)
- # Test devtool reset
- stampprefix = bb_vars['STAMP']
- result = runCmd('devtool reset libftdi')
- result = runCmd('devtool status')
- self.assertNotIn('libftdi', result.output)
- self.assertTrue(stampprefix, 'Unable to get STAMP value for recipe libftdi')
- matches = glob.glob(stampprefix + '*')
- self.assertFalse(matches, 'Stamp files exist for recipe libftdi that should have been cleaned')
- self.assertFalse(os.path.isfile(os.path.join(staging_libdir, 'libftdi1.so.2.1.0')), 'libftdi binary still found in STAGING_LIBDIR after cleaning')
-
- @OETestID(1160)
- def test_devtool_add_fetch(self):
- # Fetch source
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- testver = '0.23'
- url = 'https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%s.tar.gz' % testver
- testrecipe = 'python-markupsafe'
- srcdir = os.path.join(tempdir, testrecipe)
- # Test devtool add
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake -c cleansstate %s' % testrecipe)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool add %s %s -f %s' % (testrecipe, srcdir, url))
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created. %s' % result.output)
- self.assertTrue(os.path.isfile(os.path.join(srcdir, 'setup.py')), 'Unable to find setup.py in source directory')
- self.assertTrue(os.path.isdir(os.path.join(srcdir, '.git')), 'git repository for external source tree was not created')
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn(testrecipe, result.output)
- self.assertIn(srcdir, result.output)
- # Check recipe
- recipefile = get_bb_var('FILE', testrecipe)
- self.assertIn('%s_%s.bb' % (testrecipe, testver), recipefile, 'Recipe file incorrectly named')
- checkvars = {}
- checkvars['S'] = '${WORKDIR}/MarkupSafe-${PV}'
- checkvars['SRC_URI'] = url.replace(testver, '${PV}')
- self._test_recipe_contents(recipefile, checkvars, [])
- # Try with version specified
- result = runCmd('devtool reset -n %s' % testrecipe)
- shutil.rmtree(srcdir)
- fakever = '1.9'
- result = runCmd('devtool add %s %s -f %s -V %s' % (testrecipe, srcdir, url, fakever))
- self.assertTrue(os.path.isfile(os.path.join(srcdir, 'setup.py')), 'Unable to find setup.py in source directory')
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn(testrecipe, result.output)
- self.assertIn(srcdir, result.output)
- # Check recipe
- recipefile = get_bb_var('FILE', testrecipe)
- self.assertIn('%s_%s.bb' % (testrecipe, fakever), recipefile, 'Recipe file incorrectly named')
- checkvars = {}
- checkvars['S'] = '${WORKDIR}/MarkupSafe-%s' % testver
- checkvars['SRC_URI'] = url
- self._test_recipe_contents(recipefile, checkvars, [])
-
- @OETestID(1161)
- def test_devtool_add_fetch_git(self):
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- url = 'gitsm://git.yoctoproject.org/mraa'
- checkrev = 'ae127b19a50aa54255e4330ccfdd9a5d058e581d'
- testrecipe = 'mraa'
- srcdir = os.path.join(tempdir, testrecipe)
- # Test devtool add
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake -c cleansstate %s' % testrecipe)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool add %s %s -a -f %s' % (testrecipe, srcdir, url))
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created: %s' % result.output)
- self.assertTrue(os.path.isfile(os.path.join(srcdir, 'imraa', 'imraa.c')), 'Unable to find imraa/imraa.c in source directory')
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn(testrecipe, result.output)
- self.assertIn(srcdir, result.output)
- # Check recipe
- recipefile = get_bb_var('FILE', testrecipe)
- self.assertIn('_git.bb', recipefile, 'Recipe file incorrectly named')
- checkvars = {}
- checkvars['S'] = '${WORKDIR}/git'
- checkvars['PV'] = '1.0+git${SRCPV}'
- checkvars['SRC_URI'] = url
- checkvars['SRCREV'] = '${AUTOREV}'
- self._test_recipe_contents(recipefile, checkvars, [])
- # Try with revision and version specified
- result = runCmd('devtool reset -n %s' % testrecipe)
- shutil.rmtree(srcdir)
- url_rev = '%s;rev=%s' % (url, checkrev)
- result = runCmd('devtool add %s %s -f "%s" -V 1.5' % (testrecipe, srcdir, url_rev))
- self.assertTrue(os.path.isfile(os.path.join(srcdir, 'imraa', 'imraa.c')), 'Unable to find imraa/imraa.c in source directory')
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn(testrecipe, result.output)
- self.assertIn(srcdir, result.output)
- # Check recipe
- recipefile = get_bb_var('FILE', testrecipe)
- self.assertIn('_git.bb', recipefile, 'Recipe file incorrectly named')
- checkvars = {}
- checkvars['S'] = '${WORKDIR}/git'
- checkvars['PV'] = '1.5+git${SRCPV}'
- checkvars['SRC_URI'] = url
- checkvars['SRCREV'] = checkrev
- self._test_recipe_contents(recipefile, checkvars, [])
-
- @OETestID(1391)
- def test_devtool_add_fetch_simple(self):
- # Fetch source from a remote URL, auto-detecting name
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- testver = '1.6.0'
- url = 'http://www.ivarch.com/programs/sources/pv-%s.tar.bz2' % testver
- testrecipe = 'pv'
- srcdir = os.path.join(self.workspacedir, 'sources', testrecipe)
- # Test devtool add
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool add %s' % url)
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created. %s' % result.output)
- self.assertTrue(os.path.isfile(os.path.join(srcdir, 'configure')), 'Unable to find configure script in source directory')
- self.assertTrue(os.path.isdir(os.path.join(srcdir, '.git')), 'git repository for external source tree was not created')
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn(testrecipe, result.output)
- self.assertIn(srcdir, result.output)
- # Check recipe
- recipefile = get_bb_var('FILE', testrecipe)
- self.assertIn('%s_%s.bb' % (testrecipe, testver), recipefile, 'Recipe file incorrectly named')
- checkvars = {}
- checkvars['S'] = None
- checkvars['SRC_URI'] = url.replace(testver, '${PV}')
- self._test_recipe_contents(recipefile, checkvars, [])
-
- @OETestID(1164)
- def test_devtool_modify(self):
- import oe.path
-
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- self.add_command_to_tearDown('bitbake -c clean mdadm')
- result = runCmd('devtool modify mdadm -x %s' % tempdir)
- self.assertExists(os.path.join(tempdir, 'Makefile'), 'Extracted source could not be found')
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created')
- matches = glob.glob(os.path.join(self.workspacedir, 'appends', 'mdadm_*.bbappend'))
- self.assertTrue(matches, 'bbappend not created %s' % result.output)
-
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn('mdadm', result.output)
- self.assertIn(tempdir, result.output)
- self._check_src_repo(tempdir)
-
- bitbake('mdadm -C unpack')
-
- def check_line(checkfile, expected, message, present=True):
- # Check for $expected, on a line on its own, in checkfile.
- with open(checkfile, 'r') as f:
- if present:
- self.assertIn(expected + '\n', f, message)
- else:
- self.assertNotIn(expected + '\n', f, message)
-
- modfile = os.path.join(tempdir, 'mdadm.8.in')
- bb_vars = get_bb_vars(['PKGD', 'mandir'], 'mdadm')
- pkgd = bb_vars['PKGD']
- self.assertTrue(pkgd, 'Could not query PKGD variable')
- mandir = bb_vars['mandir']
- self.assertTrue(mandir, 'Could not query mandir variable')
- manfile = oe.path.join(pkgd, mandir, 'man8', 'mdadm.8')
-
- check_line(modfile, 'Linux Software RAID', 'Could not find initial string')
- check_line(modfile, 'antique pin sardine', 'Unexpectedly found replacement string', present=False)
-
- result = runCmd("sed -i 's!^Linux Software RAID$!antique pin sardine!' %s" % modfile)
- check_line(modfile, 'antique pin sardine', 'mdadm.8.in file not modified (sed failed)')
-
- bitbake('mdadm -c package')
- check_line(manfile, 'antique pin sardine', 'man file not modified. man searched file path: %s' % manfile)
-
- result = runCmd('git checkout -- %s' % modfile, cwd=tempdir)
- check_line(modfile, 'Linux Software RAID', 'man .in file not restored (git failed)')
-
- bitbake('mdadm -c package')
- check_line(manfile, 'Linux Software RAID', 'man file not updated. man searched file path: %s' % manfile)
-
- result = runCmd('devtool reset mdadm')
- result = runCmd('devtool status')
- self.assertNotIn('mdadm', result.output)
-
- @OETestID(1620)
- def test_devtool_buildclean(self):
- def assertFile(path, *paths):
- f = os.path.join(path, *paths)
- self.assertExists(f)
- def assertNoFile(path, *paths):
- f = os.path.join(path, *paths)
- self.assertNotExists(f)
-
- # Clean up anything in the workdir/sysroot/sstate cache
- bitbake('mdadm m4 -c cleansstate')
- # Try modifying a recipe
- tempdir_mdadm = tempfile.mkdtemp(prefix='devtoolqa')
- tempdir_m4 = tempfile.mkdtemp(prefix='devtoolqa')
- builddir_m4 = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir_mdadm)
- self.track_for_cleanup(tempdir_m4)
- self.track_for_cleanup(builddir_m4)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- self.add_command_to_tearDown('bitbake -c clean mdadm m4')
- self.write_recipeinc('m4', 'EXTERNALSRC_BUILD = "%s"\ndo_clean() {\n\t:\n}\n' % builddir_m4)
- try:
- runCmd('devtool modify mdadm -x %s' % tempdir_mdadm)
- runCmd('devtool modify m4 -x %s' % tempdir_m4)
- assertNoFile(tempdir_mdadm, 'mdadm')
- assertNoFile(builddir_m4, 'src/m4')
- result = bitbake('m4 -e')
- result = bitbake('mdadm m4 -c compile')
- self.assertEqual(result.status, 0)
- assertFile(tempdir_mdadm, 'mdadm')
- assertFile(builddir_m4, 'src/m4')
- # Check that buildclean task exists and does call make clean
- bitbake('mdadm m4 -c buildclean')
- assertNoFile(tempdir_mdadm, 'mdadm')
- assertNoFile(builddir_m4, 'src/m4')
- bitbake('mdadm m4 -c compile')
- assertFile(tempdir_mdadm, 'mdadm')
- assertFile(builddir_m4, 'src/m4')
- bitbake('mdadm m4 -c clean')
- # Check that buildclean task is run before clean for B == S
- assertNoFile(tempdir_mdadm, 'mdadm')
- # Check that buildclean task is not run before clean for B != S
- assertFile(builddir_m4, 'src/m4')
- finally:
- self.delete_recipeinc('m4')
-
- @OETestID(1166)
- def test_devtool_modify_invalid(self):
- # Try modifying some recipes
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
-
- testrecipes = 'perf kernel-devsrc package-index core-image-minimal meta-toolchain packagegroup-core-sdk meta-ide-support'.split()
- # Find actual name of gcc-source since it now includes the version - crude, but good enough for this purpose
- result = runCmd('bitbake-layers show-recipes gcc-source*')
- for line in result.output.splitlines():
- # just match those lines that contain a real target
- m = re.match('(?P<recipe>^[a-zA-Z0-9.-]+)(?P<colon>:$)', line)
- if m:
- testrecipes.append(m.group('recipe'))
- for testrecipe in testrecipes:
- # Check it's a valid recipe
- bitbake('%s -e' % testrecipe)
- # devtool extract should fail
- result = runCmd('devtool extract %s %s' % (testrecipe, os.path.join(tempdir, testrecipe)), ignore_status=True)
- self.assertNotEqual(result.status, 0, 'devtool extract on %s should have failed. devtool output: %s' % (testrecipe, result.output))
- self.assertNotIn('Fetching ', result.output, 'devtool extract on %s should have errored out before trying to fetch' % testrecipe)
- self.assertIn('ERROR: ', result.output, 'devtool extract on %s should have given an ERROR' % testrecipe)
- # devtool modify should fail
- result = runCmd('devtool modify %s -x %s' % (testrecipe, os.path.join(tempdir, testrecipe)), ignore_status=True)
- self.assertNotEqual(result.status, 0, 'devtool modify on %s should have failed. devtool output: %s' % (testrecipe, result.output))
- self.assertIn('ERROR: ', result.output, 'devtool modify on %s should have given an ERROR' % testrecipe)
-
- @OETestID(1365)
- def test_devtool_modify_native(self):
- # Check preconditions
- self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
- # Try modifying some recipes
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
-
- bbclassextended = False
- inheritnative = False
- testrecipes = 'mtools-native apt-native desktop-file-utils-native'.split()
- for testrecipe in testrecipes:
- checkextend = 'native' in (get_bb_var('BBCLASSEXTEND', testrecipe) or '').split()
- if not bbclassextended:
- bbclassextended = checkextend
- if not inheritnative:
- inheritnative = not checkextend
- result = runCmd('devtool modify %s -x %s' % (testrecipe, os.path.join(tempdir, testrecipe)))
- self.assertNotIn('ERROR: ', result.output, 'ERROR in devtool modify output: %s' % result.output)
- result = runCmd('devtool build %s' % testrecipe)
- self.assertNotIn('ERROR: ', result.output, 'ERROR in devtool build output: %s' % result.output)
- result = runCmd('devtool reset %s' % testrecipe)
- self.assertNotIn('ERROR: ', result.output, 'ERROR in devtool reset output: %s' % result.output)
-
- self.assertTrue(bbclassextended, 'None of these recipes are BBCLASSEXTENDed to native - need to adjust testrecipes list: %s' % ', '.join(testrecipes))
- self.assertTrue(inheritnative, 'None of these recipes do "inherit native" - need to adjust testrecipes list: %s' % ', '.join(testrecipes))
-
-
- @OETestID(1165)
- def test_devtool_modify_git(self):
- # Check preconditions
- testrecipe = 'psplash'
- src_uri = get_bb_var('SRC_URI', testrecipe)
- self.assertIn('git://', src_uri, 'This test expects the %s recipe to be a git recipe' % testrecipe)
- # Clean up anything in the workdir/sysroot/sstate cache
- bitbake('%s -c cleansstate' % testrecipe)
- # Try modifying a recipe
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- self.add_command_to_tearDown('bitbake -c clean %s' % testrecipe)
- result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))
- self.assertExists(os.path.join(tempdir, 'Makefile.am'), 'Extracted source could not be found')
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created. devtool output: %s' % result.output)
- matches = glob.glob(os.path.join(self.workspacedir, 'appends', 'psplash_*.bbappend'))
- self.assertTrue(matches, 'bbappend not created')
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn(testrecipe, result.output)
- self.assertIn(tempdir, result.output)
- # Check git repo
- self._check_src_repo(tempdir)
- # Try building
- bitbake(testrecipe)
-
- @OETestID(1167)
- def test_devtool_modify_localfiles(self):
- # Check preconditions
- testrecipe = 'lighttpd'
- src_uri = (get_bb_var('SRC_URI', testrecipe) or '').split()
- foundlocal = False
- for item in src_uri:
- if item.startswith('file://') and '.patch' not in item:
- foundlocal = True
- break
- self.assertTrue(foundlocal, 'This test expects the %s recipe to fetch local files and it seems that it no longer does' % testrecipe)
- # Clean up anything in the workdir/sysroot/sstate cache
- bitbake('%s -c cleansstate' % testrecipe)
- # Try modifying a recipe
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- self.add_command_to_tearDown('bitbake -c clean %s' % testrecipe)
- result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))
- self.assertExists(os.path.join(tempdir, 'configure.ac'), 'Extracted source could not be found')
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created')
- matches = glob.glob(os.path.join(self.workspacedir, 'appends', '%s_*.bbappend' % testrecipe))
- self.assertTrue(matches, 'bbappend not created')
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn(testrecipe, result.output)
- self.assertIn(tempdir, result.output)
- # Try building
- bitbake(testrecipe)
-
- @OETestID(1378)
- def test_devtool_modify_virtual(self):
- # Try modifying a virtual recipe
- virtrecipe = 'virtual/make'
- realrecipe = 'make'
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool modify %s -x %s' % (virtrecipe, tempdir))
- self.assertExists(os.path.join(tempdir, 'Makefile.am'), 'Extracted source could not be found')
- self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not created')
- matches = glob.glob(os.path.join(self.workspacedir, 'appends', '%s_*.bbappend' % realrecipe))
- self.assertTrue(matches, 'bbappend not created %s' % result.output)
- # Test devtool status
- result = runCmd('devtool status')
- self.assertNotIn(virtrecipe, result.output)
- self.assertIn(realrecipe, result.output)
- # Check git repo
- self._check_src_repo(tempdir)
- # This is probably sufficient
-
-
- @OETestID(1169)
- def test_devtool_update_recipe(self):
- # Check preconditions
- testrecipe = 'minicom'
- bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
- recipefile = bb_vars['FILE']
- src_uri = bb_vars['SRC_URI']
- self.assertNotIn('git://', src_uri, 'This test expects the %s recipe to NOT be a git recipe' % testrecipe)
- self._check_repo_status(os.path.dirname(recipefile), [])
- # First, modify a recipe
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # (don't bother with cleaning the recipe on teardown, we won't be building it)
- # We don't use -x here so that we test the behaviour of devtool modify without it
- result = runCmd('devtool modify %s %s' % (testrecipe, tempdir))
- # Check git repo
- self._check_src_repo(tempdir)
- # Add a couple of commits
- # FIXME: this only tests adding, need to also test update and remove
- result = runCmd('echo "Additional line" >> README', cwd=tempdir)
- result = runCmd('git commit -a -m "Change the README"', cwd=tempdir)
- result = runCmd('echo "A new file" > devtool-new-file', cwd=tempdir)
- result = runCmd('git add devtool-new-file', cwd=tempdir)
- result = runCmd('git commit -m "Add a new file"', cwd=tempdir)
- self.add_command_to_tearDown('cd %s; rm %s/*.patch; git checkout %s %s' % (os.path.dirname(recipefile), testrecipe, testrecipe, os.path.basename(recipefile)))
- result = runCmd('devtool update-recipe %s' % testrecipe)
- expected_status = [(' M', '.*/%s$' % os.path.basename(recipefile)),
- ('??', '.*/0001-Change-the-README.patch$'),
- ('??', '.*/0002-Add-a-new-file.patch$')]
- self._check_repo_status(os.path.dirname(recipefile), expected_status)
-
- @OETestID(1172)
- def test_devtool_update_recipe_git(self):
- # Check preconditions
- testrecipe = 'mtd-utils'
- bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
- recipefile = bb_vars['FILE']
- src_uri = bb_vars['SRC_URI']
- self.assertIn('git://', src_uri, 'This test expects the %s recipe to be a git recipe' % testrecipe)
- patches = []
- for entry in src_uri.split():
- if entry.startswith('file://') and entry.endswith('.patch'):
- patches.append(entry[7:].split(';')[0])
- self.assertGreater(len(patches), 0, 'The %s recipe does not appear to contain any patches, so this test will not be effective' % testrecipe)
- self._check_repo_status(os.path.dirname(recipefile), [])
- # First, modify a recipe
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # (don't bother with cleaning the recipe on teardown, we won't be building it)
- result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))
- # Check git repo
- self._check_src_repo(tempdir)
- # Add a couple of commits
- # FIXME: this only tests adding, need to also test update and remove
- result = runCmd('echo "# Additional line" >> Makefile.am', cwd=tempdir)
- result = runCmd('git commit -a -m "Change the Makefile"', cwd=tempdir)
- result = runCmd('echo "A new file" > devtool-new-file', cwd=tempdir)
- result = runCmd('git add devtool-new-file', cwd=tempdir)
- result = runCmd('git commit -m "Add a new file"', cwd=tempdir)
- self.add_command_to_tearDown('cd %s; rm -rf %s; git checkout %s %s' % (os.path.dirname(recipefile), testrecipe, testrecipe, os.path.basename(recipefile)))
- result = runCmd('devtool update-recipe -m srcrev %s' % testrecipe)
- expected_status = [(' M', '.*/%s$' % os.path.basename(recipefile))] + \
- [(' D', '.*/%s$' % patch) for patch in patches]
- self._check_repo_status(os.path.dirname(recipefile), expected_status)
-
- result = runCmd('git diff %s' % os.path.basename(recipefile), cwd=os.path.dirname(recipefile))
- addlines = ['SRCREV = ".*"', 'SRC_URI = "git://git.infradead.org/mtd-utils.git"']
- srcurilines = src_uri.split()
- srcurilines[0] = 'SRC_URI = "' + srcurilines[0]
- srcurilines.append('"')
- removelines = ['SRCREV = ".*"'] + srcurilines
- for line in result.output.splitlines():
- if line.startswith('+++') or line.startswith('---'):
- continue
- elif line.startswith('+'):
- matched = False
- for item in addlines:
- if re.match(item, line[1:].strip()):
- matched = True
- break
- self.assertTrue(matched, 'Unexpected diff add line: %s' % line)
- elif line.startswith('-'):
- matched = False
- for item in removelines:
- if re.match(item, line[1:].strip()):
- matched = True
- break
- self.assertTrue(matched, 'Unexpected diff remove line: %s' % line)
- # Now try with auto mode
- runCmd('cd %s; git checkout %s %s' % (os.path.dirname(recipefile), testrecipe, os.path.basename(recipefile)))
- result = runCmd('devtool update-recipe %s' % testrecipe)
- result = runCmd('git rev-parse --show-toplevel', cwd=os.path.dirname(recipefile))
- topleveldir = result.output.strip()
- relpatchpath = os.path.join(os.path.relpath(os.path.dirname(recipefile), topleveldir), testrecipe)
- expected_status = [(' M', os.path.relpath(recipefile, topleveldir)),
- ('??', '%s/0001-Change-the-Makefile.patch' % relpatchpath),
- ('??', '%s/0002-Add-a-new-file.patch' % relpatchpath)]
- self._check_repo_status(os.path.dirname(recipefile), expected_status)
-
- @OETestID(1170)
- def test_devtool_update_recipe_append(self):
- # Check preconditions
- testrecipe = 'mdadm'
- bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
- recipefile = bb_vars['FILE']
- src_uri = bb_vars['SRC_URI']
- self.assertNotIn('git://', src_uri, 'This test expects the %s recipe to NOT be a git recipe' % testrecipe)
- self._check_repo_status(os.path.dirname(recipefile), [])
- # First, modify a recipe
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- tempsrcdir = os.path.join(tempdir, 'source')
- templayerdir = os.path.join(tempdir, 'layer')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # (don't bother with cleaning the recipe on teardown, we won't be building it)
- result = runCmd('devtool modify %s -x %s' % (testrecipe, tempsrcdir))
- # Check git repo
- self._check_src_repo(tempsrcdir)
- # Add a commit
- result = runCmd("sed 's!\\(#define VERSION\\W*\"[^\"]*\\)\"!\\1-custom\"!' -i ReadMe.c", cwd=tempsrcdir)
- result = runCmd('git commit -a -m "Add our custom version"', cwd=tempsrcdir)
- self.add_command_to_tearDown('cd %s; rm -f %s/*.patch; git checkout .' % (os.path.dirname(recipefile), testrecipe))
- # Create a temporary layer and add it to bblayers.conf
- self._create_temp_layer(templayerdir, True, 'selftestupdaterecipe')
- # Create the bbappend
- result = runCmd('devtool update-recipe %s -a %s' % (testrecipe, templayerdir))
- self.assertNotIn('WARNING:', result.output)
- # Check recipe is still clean
- self._check_repo_status(os.path.dirname(recipefile), [])
- # Check bbappend was created
- splitpath = os.path.dirname(recipefile).split(os.sep)
- appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1])
- bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir)
- patchfile = os.path.join(appenddir, testrecipe, '0001-Add-our-custom-version.patch')
- self.assertExists(patchfile, 'Patch file not created')
-
- # Check bbappend contents
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://0001-Add-our-custom-version.patch"\n',
- '\n']
- with open(bbappendfile, 'r') as f:
- self.assertEqual(expectedlines, f.readlines())
-
- # Check we can run it again and bbappend isn't modified
- result = runCmd('devtool update-recipe %s -a %s' % (testrecipe, templayerdir))
- with open(bbappendfile, 'r') as f:
- self.assertEqual(expectedlines, f.readlines())
- # Drop new commit and check patch gets deleted
- result = runCmd('git reset HEAD^', cwd=tempsrcdir)
- result = runCmd('devtool update-recipe %s -a %s' % (testrecipe, templayerdir))
- self.assertNotExists(patchfile, 'Patch file not deleted')
- expectedlines2 = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n']
- with open(bbappendfile, 'r') as f:
- self.assertEqual(expectedlines2, f.readlines())
- # Put commit back and check we can run it if layer isn't in bblayers.conf
- os.remove(bbappendfile)
- result = runCmd('git commit -a -m "Add our custom version"', cwd=tempsrcdir)
- result = runCmd('bitbake-layers remove-layer %s' % templayerdir, cwd=self.builddir)
- result = runCmd('devtool update-recipe %s -a %s' % (testrecipe, templayerdir))
- self.assertIn('WARNING: Specified layer is not currently enabled in bblayers.conf', result.output)
- self.assertExists(patchfile, 'Patch file not created (with disabled layer)')
- with open(bbappendfile, 'r') as f:
- self.assertEqual(expectedlines, f.readlines())
- # Deleting isn't expected to work under these circumstances
-
- @OETestID(1171)
- def test_devtool_update_recipe_append_git(self):
- # Check preconditions
- testrecipe = 'mtd-utils'
- bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
- recipefile = bb_vars['FILE']
- src_uri = bb_vars['SRC_URI']
- self.assertIn('git://', src_uri, 'This test expects the %s recipe to be a git recipe' % testrecipe)
- for entry in src_uri.split():
- if entry.startswith('git://'):
- git_uri = entry
- break
- self._check_repo_status(os.path.dirname(recipefile), [])
- # First, modify a recipe
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- tempsrcdir = os.path.join(tempdir, 'source')
- templayerdir = os.path.join(tempdir, 'layer')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # (don't bother with cleaning the recipe on teardown, we won't be building it)
- result = runCmd('devtool modify %s -x %s' % (testrecipe, tempsrcdir))
- # Check git repo
- self._check_src_repo(tempsrcdir)
- # Add a commit
- result = runCmd('echo "# Additional line" >> Makefile.am', cwd=tempsrcdir)
- result = runCmd('git commit -a -m "Change the Makefile"', cwd=tempsrcdir)
- self.add_command_to_tearDown('cd %s; rm -f %s/*.patch; git checkout .' % (os.path.dirname(recipefile), testrecipe))
- # Create a temporary layer
- os.makedirs(os.path.join(templayerdir, 'conf'))
- with open(os.path.join(templayerdir, 'conf', 'layer.conf'), 'w') as f:
- f.write('BBPATH .= ":${LAYERDIR}"\n')
- f.write('BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend"\n')
- f.write('BBFILE_COLLECTIONS += "oeselftesttemplayer"\n')
- f.write('BBFILE_PATTERN_oeselftesttemplayer = "^${LAYERDIR}/"\n')
- f.write('BBFILE_PRIORITY_oeselftesttemplayer = "999"\n')
- f.write('BBFILE_PATTERN_IGNORE_EMPTY_oeselftesttemplayer = "1"\n')
- f.write('LAYERSERIES_COMPAT_oeselftesttemplayer = "${LAYERSERIES_COMPAT_core}"\n')
- self.add_command_to_tearDown('bitbake-layers remove-layer %s || true' % templayerdir)
- result = runCmd('bitbake-layers add-layer %s' % templayerdir, cwd=self.builddir)
- # Create the bbappend
- result = runCmd('devtool update-recipe -m srcrev %s -a %s' % (testrecipe, templayerdir))
- self.assertNotIn('WARNING:', result.output)
- # Check recipe is still clean
- self._check_repo_status(os.path.dirname(recipefile), [])
- # Check bbappend was created
- splitpath = os.path.dirname(recipefile).split(os.sep)
- appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1])
- bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir)
- self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
-
- # Check bbappend contents
- result = runCmd('git rev-parse HEAD', cwd=tempsrcdir)
- expectedlines = set(['SRCREV = "%s"\n' % result.output,
- '\n',
- 'SRC_URI = "%s"\n' % git_uri,
- '\n'])
- with open(bbappendfile, 'r') as f:
- self.assertEqual(expectedlines, set(f.readlines()))
-
- # Check we can run it again and bbappend isn't modified
- result = runCmd('devtool update-recipe -m srcrev %s -a %s' % (testrecipe, templayerdir))
- with open(bbappendfile, 'r') as f:
- self.assertEqual(expectedlines, set(f.readlines()))
- # Drop new commit and check SRCREV changes
- result = runCmd('git reset HEAD^', cwd=tempsrcdir)
- result = runCmd('devtool update-recipe -m srcrev %s -a %s' % (testrecipe, templayerdir))
- self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
- result = runCmd('git rev-parse HEAD', cwd=tempsrcdir)
- expectedlines = set(['SRCREV = "%s"\n' % result.output,
- '\n',
- 'SRC_URI = "%s"\n' % git_uri,
- '\n'])
- with open(bbappendfile, 'r') as f:
- self.assertEqual(expectedlines, set(f.readlines()))
- # Put commit back and check we can run it if layer isn't in bblayers.conf
- os.remove(bbappendfile)
- result = runCmd('git commit -a -m "Change the Makefile"', cwd=tempsrcdir)
- result = runCmd('bitbake-layers remove-layer %s' % templayerdir, cwd=self.builddir)
- result = runCmd('devtool update-recipe -m srcrev %s -a %s' % (testrecipe, templayerdir))
- self.assertIn('WARNING: Specified layer is not currently enabled in bblayers.conf', result.output)
- self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
- result = runCmd('git rev-parse HEAD', cwd=tempsrcdir)
- expectedlines = set(['SRCREV = "%s"\n' % result.output,
- '\n',
- 'SRC_URI = "%s"\n' % git_uri,
- '\n'])
- with open(bbappendfile, 'r') as f:
- self.assertEqual(expectedlines, set(f.readlines()))
- # Deleting isn't expected to work under these circumstances
-
- @OETestID(1370)
- def test_devtool_update_recipe_local_files(self):
- """Check that local source files are copied over instead of patched"""
- testrecipe = 'makedevs'
- recipefile = get_bb_var('FILE', testrecipe)
- # Setup srctree for modifying the recipe
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # (don't bother with cleaning the recipe on teardown, we won't be
- # building it)
- result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))
- # Check git repo
- self._check_src_repo(tempdir)
- # Try building just to ensure we haven't broken that
- bitbake("%s" % testrecipe)
- # Edit / commit local source
- runCmd('echo "/* Foobar */" >> oe-local-files/makedevs.c', cwd=tempdir)
- runCmd('echo "Foo" > oe-local-files/new-local', cwd=tempdir)
- runCmd('echo "Bar" > new-file', cwd=tempdir)
- runCmd('git add new-file', cwd=tempdir)
- runCmd('git commit -m "Add new file"', cwd=tempdir)
- self.add_command_to_tearDown('cd %s; git clean -fd .; git checkout .' %
- os.path.dirname(recipefile))
- runCmd('devtool update-recipe %s' % testrecipe)
- expected_status = [(' M', '.*/%s$' % os.path.basename(recipefile)),
- (' M', '.*/makedevs/makedevs.c$'),
- ('??', '.*/makedevs/new-local$'),
- ('??', '.*/makedevs/0001-Add-new-file.patch$')]
- self._check_repo_status(os.path.dirname(recipefile), expected_status)
-
- @OETestID(1371)
- def test_devtool_update_recipe_local_files_2(self):
- """Check local source files support when oe-local-files is in Git"""
- testrecipe = 'devtool-test-local'
- recipefile = get_bb_var('FILE', testrecipe)
- recipedir = os.path.dirname(recipefile)
- result = runCmd('git status --porcelain .', cwd=recipedir)
- if result.output.strip():
- self.fail('Recipe directory for %s contains uncommitted changes' % testrecipe)
- # Setup srctree for modifying the recipe
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))
- # Check git repo
- self._check_src_repo(tempdir)
- # Add oe-local-files to Git
- runCmd('rm oe-local-files/.gitignore', cwd=tempdir)
- runCmd('git add oe-local-files', cwd=tempdir)
- runCmd('git commit -m "Add local sources"', cwd=tempdir)
- # Edit / commit local sources
- runCmd('echo "# Foobar" >> oe-local-files/file1', cwd=tempdir)
- runCmd('git commit -am "Edit existing file"', cwd=tempdir)
- runCmd('git rm oe-local-files/file2', cwd=tempdir)
- runCmd('git commit -m"Remove file"', cwd=tempdir)
- runCmd('echo "Foo" > oe-local-files/new-local', cwd=tempdir)
- runCmd('git add oe-local-files/new-local', cwd=tempdir)
- runCmd('git commit -m "Add new local file"', cwd=tempdir)
- runCmd('echo "Gar" > new-file', cwd=tempdir)
- runCmd('git add new-file', cwd=tempdir)
- runCmd('git commit -m "Add new file"', cwd=tempdir)
- self.add_command_to_tearDown('cd %s; git clean -fd .; git checkout .' %
- os.path.dirname(recipefile))
- # Checkout unmodified file to working copy -> devtool should still pick
- # the modified version from HEAD
- runCmd('git checkout HEAD^ -- oe-local-files/file1', cwd=tempdir)
- runCmd('devtool update-recipe %s' % testrecipe)
- expected_status = [(' M', '.*/%s$' % os.path.basename(recipefile)),
- (' M', '.*/file1$'),
- (' D', '.*/file2$'),
- ('??', '.*/new-local$'),
- ('??', '.*/0001-Add-new-file.patch$')]
- self._check_repo_status(os.path.dirname(recipefile), expected_status)
-
- @OETestID(1627)
- def test_devtool_update_recipe_local_files_3(self):
- # First, modify the recipe
- testrecipe = 'devtool-test-localonly'
- bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
- recipefile = bb_vars['FILE']
- src_uri = bb_vars['SRC_URI']
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # (don't bother with cleaning the recipe on teardown, we won't be building it)
- result = runCmd('devtool modify %s' % testrecipe)
- # Modify one file
- runCmd('echo "Another line" >> file2', cwd=os.path.join(self.workspacedir, 'sources', testrecipe, 'oe-local-files'))
- self.add_command_to_tearDown('cd %s; rm %s/*; git checkout %s %s' % (os.path.dirname(recipefile), testrecipe, testrecipe, os.path.basename(recipefile)))
- result = runCmd('devtool update-recipe %s' % testrecipe)
- expected_status = [(' M', '.*/%s/file2$' % testrecipe)]
- self._check_repo_status(os.path.dirname(recipefile), expected_status)
-
- @OETestID(1629)
- def test_devtool_update_recipe_local_patch_gz(self):
- # First, modify the recipe
- testrecipe = 'devtool-test-patch-gz'
- if get_bb_var('DISTRO') == 'poky-tiny':
- self.skipTest("The DISTRO 'poky-tiny' does not provide the dependencies needed by %s" % testrecipe)
- bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
- recipefile = bb_vars['FILE']
- src_uri = bb_vars['SRC_URI']
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # (don't bother with cleaning the recipe on teardown, we won't be building it)
- result = runCmd('devtool modify %s' % testrecipe)
- # Modify one file
- srctree = os.path.join(self.workspacedir, 'sources', testrecipe)
- runCmd('echo "Another line" >> README', cwd=srctree)
- runCmd('git commit -a --amend --no-edit', cwd=srctree)
- self.add_command_to_tearDown('cd %s; rm %s/*; git checkout %s %s' % (os.path.dirname(recipefile), testrecipe, testrecipe, os.path.basename(recipefile)))
- result = runCmd('devtool update-recipe %s' % testrecipe)
- expected_status = [(' M', '.*/%s/readme.patch.gz$' % testrecipe)]
- self._check_repo_status(os.path.dirname(recipefile), expected_status)
- patch_gz = os.path.join(os.path.dirname(recipefile), testrecipe, 'readme.patch.gz')
- result = runCmd('file %s' % patch_gz)
- if 'gzip compressed data' not in result.output:
- self.fail('New patch file is not gzipped - file reports:\n%s' % result.output)
-
- @OETestID(1628)
- def test_devtool_update_recipe_local_files_subdir(self):
- # Try devtool update-recipe on a recipe that has a file with subdir= set in
- # SRC_URI such that it overwrites a file that was in an archive that
- # was also in SRC_URI
- # First, modify the recipe
- testrecipe = 'devtool-test-subdir'
- bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
- recipefile = bb_vars['FILE']
- src_uri = bb_vars['SRC_URI']
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # (don't bother with cleaning the recipe on teardown, we won't be building it)
- result = runCmd('devtool modify %s' % testrecipe)
- testfile = os.path.join(self.workspacedir, 'sources', testrecipe, 'testfile')
- self.assertExists(testfile, 'Extracted source could not be found')
- with open(testfile, 'r') as f:
- contents = f.read().rstrip()
- self.assertEqual(contents, 'Modified version', 'File has apparently not been overwritten as it should have been')
- # Test devtool update-recipe without modifying any files
- self.add_command_to_tearDown('cd %s; rm %s/*; git checkout %s %s' % (os.path.dirname(recipefile), testrecipe, testrecipe, os.path.basename(recipefile)))
- result = runCmd('devtool update-recipe %s' % testrecipe)
- expected_status = []
- self._check_repo_status(os.path.dirname(recipefile), expected_status)
-
- @OETestID(1163)
- def test_devtool_extract(self):
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- # Try devtool extract
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool extract matchbox-terminal %s' % tempdir)
- self.assertExists(os.path.join(tempdir, 'Makefile.am'), 'Extracted source could not be found')
- self._check_src_repo(tempdir)
-
- @OETestID(1379)
- def test_devtool_extract_virtual(self):
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- # Try devtool extract
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool extract virtual/make %s' % tempdir)
- self.assertExists(os.path.join(tempdir, 'Makefile.am'), 'Extracted source could not be found')
- self._check_src_repo(tempdir)
-
- @OETestID(1168)
- def test_devtool_reset_all(self):
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- testrecipe1 = 'mdadm'
- testrecipe2 = 'cronie'
- result = runCmd('devtool modify -x %s %s' % (testrecipe1, os.path.join(tempdir, testrecipe1)))
- result = runCmd('devtool modify -x %s %s' % (testrecipe2, os.path.join(tempdir, testrecipe2)))
- result = runCmd('devtool build %s' % testrecipe1)
- result = runCmd('devtool build %s' % testrecipe2)
- stampprefix1 = get_bb_var('STAMP', testrecipe1)
- self.assertTrue(stampprefix1, 'Unable to get STAMP value for recipe %s' % testrecipe1)
- stampprefix2 = get_bb_var('STAMP', testrecipe2)
- self.assertTrue(stampprefix2, 'Unable to get STAMP value for recipe %s' % testrecipe2)
- result = runCmd('devtool reset -a')
- self.assertIn(testrecipe1, result.output)
- self.assertIn(testrecipe2, result.output)
- result = runCmd('devtool status')
- self.assertNotIn(testrecipe1, result.output)
- self.assertNotIn(testrecipe2, result.output)
- matches1 = glob.glob(stampprefix1 + '*')
- self.assertFalse(matches1, 'Stamp files exist for recipe %s that should have been cleaned' % testrecipe1)
- matches2 = glob.glob(stampprefix2 + '*')
- self.assertFalse(matches2, 'Stamp files exist for recipe %s that should have been cleaned' % testrecipe2)
-
- @OETestID(1272)
- def test_devtool_deploy_target(self):
- # NOTE: Whilst this test would seemingly be better placed as a runtime test,
- # unfortunately the runtime tests run under bitbake and you can't run
- # devtool within bitbake (since devtool needs to run bitbake itself).
- # Additionally we are testing build-time functionality as well, so
- # really this has to be done as an oe-selftest test.
- #
- # Check preconditions
- machine = get_bb_var('MACHINE')
- if not machine.startswith('qemu'):
- self.skipTest('This test only works with qemu machines')
- if not os.path.exists('/etc/runqemu-nosudo'):
- self.skipTest('You must set up tap devices with scripts/runqemu-gen-tapdevs before running this test')
- result = runCmd('PATH="$PATH:/sbin:/usr/sbin" ip tuntap show', ignore_status=True)
- if result.status != 0:
- result = runCmd('PATH="$PATH:/sbin:/usr/sbin" ifconfig -a', ignore_status=True)
- if result.status != 0:
- self.skipTest('Failed to determine if tap devices exist with ifconfig or ip: %s' % result.output)
- for line in result.output.splitlines():
- if line.startswith('tap'):
- break
- else:
- self.skipTest('No tap devices found - you must set up tap devices with scripts/runqemu-gen-tapdevs before running this test')
- self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
- # Definitions
- testrecipe = 'mdadm'
- testfile = '/sbin/mdadm'
- testimage = 'oe-selftest-image'
- testcommand = '/sbin/mdadm --help'
- # Build an image to run
- bitbake("%s qemu-native qemu-helper-native" % testimage)
- deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE')
- self.add_command_to_tearDown('bitbake -c clean %s' % testimage)
- self.add_command_to_tearDown('rm -f %s/%s*' % (deploy_dir_image, testimage))
- # Clean recipe so the first deploy will fail
- bitbake("%s -c clean" % testrecipe)
- # Try devtool modify
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- self.add_command_to_tearDown('bitbake -c clean %s' % testrecipe)
- result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))
- # Test that deploy-target at this point fails (properly)
- result = runCmd('devtool deploy-target -n %s root@localhost' % testrecipe, ignore_status=True)
- self.assertNotEqual(result.output, 0, 'devtool deploy-target should have failed, output: %s' % result.output)
- self.assertNotIn(result.output, 'Traceback', 'devtool deploy-target should have failed with a proper error not a traceback, output: %s' % result.output)
- result = runCmd('devtool build %s' % testrecipe)
- # First try a dry-run of deploy-target
- result = runCmd('devtool deploy-target -n %s root@localhost' % testrecipe)
- self.assertIn(' %s' % testfile, result.output)
- # Boot the image
- with runqemu(testimage) as qemu:
- # Now really test deploy-target
- result = runCmd('devtool deploy-target -c %s root@%s' % (testrecipe, qemu.ip))
- # Run a test command to see if it was installed properly
- sshargs = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
- result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand))
- # Check if it deployed all of the files with the right ownership/perms
- # First look on the host - need to do this under pseudo to get the correct ownership/perms
- bb_vars = get_bb_vars(['D', 'FAKEROOTENV', 'FAKEROOTCMD'], testrecipe)
- installdir = bb_vars['D']
- fakerootenv = bb_vars['FAKEROOTENV']
- fakerootcmd = bb_vars['FAKEROOTCMD']
- result = runCmd('%s %s find . -type f -exec ls -l {} \;' % (fakerootenv, fakerootcmd), cwd=installdir)
- filelist1 = self._process_ls_output(result.output)
-
- # Now look on the target
- tempdir2 = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir2)
- tmpfilelist = os.path.join(tempdir2, 'files.txt')
- with open(tmpfilelist, 'w') as f:
- for line in filelist1:
- splitline = line.split()
- f.write(splitline[-1] + '\n')
- result = runCmd('cat %s | ssh -q %s root@%s \'xargs ls -l\'' % (tmpfilelist, sshargs, qemu.ip))
- filelist2 = self._process_ls_output(result.output)
- filelist1.sort(key=lambda item: item.split()[-1])
- filelist2.sort(key=lambda item: item.split()[-1])
- self.assertEqual(filelist1, filelist2)
- # Test undeploy-target
- result = runCmd('devtool undeploy-target -c %s root@%s' % (testrecipe, qemu.ip))
- result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand), ignore_status=True)
- self.assertNotEqual(result, 0, 'undeploy-target did not remove command as it should have')
-
- @OETestID(1366)
- def test_devtool_build_image(self):
- """Test devtool build-image plugin"""
- # Check preconditions
- self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
- image = 'core-image-minimal'
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- self.add_command_to_tearDown('bitbake -c clean %s' % image)
- bitbake('%s -c clean' % image)
- # Add target and native recipes to workspace
- recipes = ['mdadm', 'parted-native']
- for recipe in recipes:
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.add_command_to_tearDown('bitbake -c clean %s' % recipe)
- runCmd('devtool modify %s -x %s' % (recipe, tempdir))
- # Try to build image
- result = runCmd('devtool build-image %s' % image)
- self.assertNotEqual(result, 0, 'devtool build-image failed')
- # Check if image contains expected packages
- deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE')
- image_link_name = get_bb_var('IMAGE_LINK_NAME', image)
- reqpkgs = [item for item in recipes if not item.endswith('-native')]
- with open(os.path.join(deploy_dir_image, image_link_name + '.manifest'), 'r') as f:
- for line in f:
- splitval = line.split()
- if splitval:
- pkg = splitval[0]
- if pkg in reqpkgs:
- reqpkgs.remove(pkg)
- if reqpkgs:
- self.fail('The following packages were not present in the image as expected: %s' % ', '.join(reqpkgs))
-
- @OETestID(1367)
- def test_devtool_upgrade(self):
- # Check preconditions
- self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # Check parameters
- result = runCmd('devtool upgrade -h')
- for param in 'recipename srctree --version -V --branch -b --keep-temp --no-patch'.split():
- self.assertIn(param, result.output)
- # For the moment, we are using a real recipe.
- recipe = 'devtool-upgrade-test1'
- version = '1.6.0'
- oldrecipefile = get_bb_var('FILE', recipe)
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- # Check that recipe is not already under devtool control
- result = runCmd('devtool status')
- self.assertNotIn(recipe, result.output)
- # Check upgrade. Code does not check if new PV is older or newer that current PV, so, it may be that
- # we are downgrading instead of upgrading.
- result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, version))
- # Check if srctree at least is populated
- self.assertTrue(len(os.listdir(tempdir)) > 0, 'srctree (%s) should be populated with new (%s) source code' % (tempdir, version))
- # Check new recipe subdirectory is present
- self.assertExists(os.path.join(self.workspacedir, 'recipes', recipe, '%s-%s' % (recipe, version)), 'Recipe folder should exist')
- # Check new recipe file is present
- newrecipefile = os.path.join(self.workspacedir, 'recipes', recipe, '%s_%s.bb' % (recipe, version))
- self.assertExists(newrecipefile, 'Recipe file should exist after upgrade')
- # Check devtool status and make sure recipe is present
- result = runCmd('devtool status')
- self.assertIn(recipe, result.output)
- self.assertIn(tempdir, result.output)
- # Check recipe got changed as expected
- with open(oldrecipefile + '.upgraded', 'r') as f:
- desiredlines = f.readlines()
- with open(newrecipefile, 'r') as f:
- newlines = f.readlines()
- self.assertEqual(desiredlines, newlines)
- # Check devtool reset recipe
- result = runCmd('devtool reset %s -n' % recipe)
- result = runCmd('devtool status')
- self.assertNotIn(recipe, result.output)
- self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should not exist after resetting')
-
- @OETestID(1433)
- def test_devtool_upgrade_git(self):
- # Check preconditions
- self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- recipe = 'devtool-upgrade-test2'
- commit = '6cc6077a36fe2648a5f993fe7c16c9632f946517'
- oldrecipefile = get_bb_var('FILE', recipe)
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- # Check that recipe is not already under devtool control
- result = runCmd('devtool status')
- self.assertNotIn(recipe, result.output)
- # Check upgrade
- result = runCmd('devtool upgrade %s %s -S %s' % (recipe, tempdir, commit))
- # Check if srctree at least is populated
- self.assertTrue(len(os.listdir(tempdir)) > 0, 'srctree (%s) should be populated with new (%s) source code' % (tempdir, commit))
- # Check new recipe file is present
- newrecipefile = os.path.join(self.workspacedir, 'recipes', recipe, os.path.basename(oldrecipefile))
- self.assertExists(newrecipefile, 'Recipe file should exist after upgrade')
- # Check devtool status and make sure recipe is present
- result = runCmd('devtool status')
- self.assertIn(recipe, result.output)
- self.assertIn(tempdir, result.output)
- # Check recipe got changed as expected
- with open(oldrecipefile + '.upgraded', 'r') as f:
- desiredlines = f.readlines()
- with open(newrecipefile, 'r') as f:
- newlines = f.readlines()
- self.assertEqual(desiredlines, newlines)
- # Check devtool reset recipe
- result = runCmd('devtool reset %s -n' % recipe)
- result = runCmd('devtool status')
- self.assertNotIn(recipe, result.output)
- self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should not exist after resetting')
-
- @OETestID(1352)
- def test_devtool_layer_plugins(self):
- """Test that devtool can use plugins from other layers.
-
- This test executes the selftest-reverse command from meta-selftest."""
-
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
-
- s = "Microsoft Made No Profit From Anyone's Zunes Yo"
- result = runCmd("devtool --quiet selftest-reverse \"%s\"" % s)
- self.assertEqual(result.output, s[::-1])
-
- def _copy_file_with_cleanup(self, srcfile, basedstdir, *paths):
- dstdir = basedstdir
- self.assertExists(dstdir)
- for p in paths:
- dstdir = os.path.join(dstdir, p)
- if not os.path.exists(dstdir):
- os.makedirs(dstdir)
- self.track_for_cleanup(dstdir)
- dstfile = os.path.join(dstdir, os.path.basename(srcfile))
- if srcfile != dstfile:
- shutil.copy(srcfile, dstfile)
- self.track_for_cleanup(dstfile)
-
- @OETestID(1625)
- def test_devtool_load_plugin(self):
- """Test that devtool loads only the first found plugin in BBPATH."""
-
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
-
- devtool = runCmd("which devtool")
- fromname = runCmd("devtool --quiet pluginfile")
- srcfile = fromname.output
- bbpath = get_bb_var('BBPATH')
- searchpath = bbpath.split(':') + [os.path.dirname(devtool.output)]
- plugincontent = []
- with open(srcfile) as fh:
- plugincontent = fh.readlines()
- try:
- self.assertIn('meta-selftest', srcfile, 'wrong bbpath plugin found')
- for path in searchpath:
- self._copy_file_with_cleanup(srcfile, path, 'lib', 'devtool')
- result = runCmd("devtool --quiet count")
- self.assertEqual(result.output, '1')
- result = runCmd("devtool --quiet multiloaded")
- self.assertEqual(result.output, "no")
- for path in searchpath:
- result = runCmd("devtool --quiet bbdir")
- self.assertEqual(result.output, path)
- os.unlink(os.path.join(result.output, 'lib', 'devtool', 'bbpath.py'))
- finally:
- with open(srcfile, 'w') as fh:
- fh.writelines(plugincontent)
-
- def _setup_test_devtool_finish_upgrade(self):
- # Check preconditions
- self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- # Use a "real" recipe from meta-selftest
- recipe = 'devtool-upgrade-test1'
- oldversion = '1.5.3'
- newversion = '1.6.0'
- oldrecipefile = get_bb_var('FILE', recipe)
- recipedir = os.path.dirname(oldrecipefile)
- result = runCmd('git status --porcelain .', cwd=recipedir)
- if result.output.strip():
- self.fail('Recipe directory for %s contains uncommitted changes' % recipe)
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- # Check that recipe is not already under devtool control
- result = runCmd('devtool status')
- self.assertNotIn(recipe, result.output)
- # Do the upgrade
- result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, newversion))
- # Check devtool status and make sure recipe is present
- result = runCmd('devtool status')
- self.assertIn(recipe, result.output)
- self.assertIn(tempdir, result.output)
- # Make a change to the source
- result = runCmd('sed -i \'/^#include "pv.h"/a \\/* Here is a new comment *\\/\' src/pv/number.c', cwd=tempdir)
- result = runCmd('git status --porcelain', cwd=tempdir)
- self.assertIn('M src/pv/number.c', result.output)
- result = runCmd('git commit src/pv/number.c -m "Add a comment to the code"', cwd=tempdir)
- # Check if patch is there
- recipedir = os.path.dirname(oldrecipefile)
- olddir = os.path.join(recipedir, recipe + '-' + oldversion)
- patchfn = '0001-Add-a-note-line-to-the-quick-reference.patch'
- self.assertExists(os.path.join(olddir, patchfn), 'Original patch file does not exist')
- return recipe, oldrecipefile, recipedir, olddir, newversion, patchfn
-
- @OETestID(1623)
- def test_devtool_finish_upgrade_origlayer(self):
- recipe, oldrecipefile, recipedir, olddir, newversion, patchfn = self._setup_test_devtool_finish_upgrade()
- # Ensure the recipe is where we think it should be (so that cleanup doesn't trash things)
- self.assertIn('/meta-selftest/', recipedir)
- # Try finish to the original layer
- self.add_command_to_tearDown('rm -rf %s ; cd %s ; git checkout %s' % (recipedir, os.path.dirname(recipedir), recipedir))
- result = runCmd('devtool finish %s meta-selftest' % recipe)
- result = runCmd('devtool status')
- self.assertNotIn(recipe, result.output, 'Recipe should have been reset by finish but wasn\'t')
- self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should not exist after finish')
- self.assertNotExists(oldrecipefile, 'Old recipe file should have been deleted but wasn\'t')
- self.assertNotExists(os.path.join(olddir, patchfn), 'Old patch file should have been deleted but wasn\'t')
- newrecipefile = os.path.join(recipedir, '%s_%s.bb' % (recipe, newversion))
- newdir = os.path.join(recipedir, recipe + '-' + newversion)
- self.assertExists(newrecipefile, 'New recipe file should have been copied into existing layer but wasn\'t')
- self.assertExists(os.path.join(newdir, patchfn), 'Patch file should have been copied into new directory but wasn\'t')
- self.assertExists(os.path.join(newdir, '0002-Add-a-comment-to-the-code.patch'), 'New patch file should have been created but wasn\'t')
-
- @OETestID(1624)
- def test_devtool_finish_upgrade_otherlayer(self):
- recipe, oldrecipefile, recipedir, olddir, newversion, patchfn = self._setup_test_devtool_finish_upgrade()
- # Ensure the recipe is where we think it should be (so that cleanup doesn't trash things)
- self.assertIn('/meta-selftest/', recipedir)
- # Try finish to a different layer - should create a bbappend
- # This cleanup isn't strictly necessary but do it anyway just in case it goes wrong and writes to here
- self.add_command_to_tearDown('rm -rf %s ; cd %s ; git checkout %s' % (recipedir, os.path.dirname(recipedir), recipedir))
- oe_core_dir = os.path.join(get_bb_var('COREBASE'), 'meta')
- newrecipedir = os.path.join(oe_core_dir, 'recipes-test', 'devtool')
- newrecipefile = os.path.join(newrecipedir, '%s_%s.bb' % (recipe, newversion))
- self.track_for_cleanup(newrecipedir)
- result = runCmd('devtool finish %s oe-core' % recipe)
- result = runCmd('devtool status')
- self.assertNotIn(recipe, result.output, 'Recipe should have been reset by finish but wasn\'t')
- self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should not exist after finish')
- self.assertExists(oldrecipefile, 'Old recipe file should not have been deleted')
- self.assertExists(os.path.join(olddir, patchfn), 'Old patch file should not have been deleted')
- newdir = os.path.join(newrecipedir, recipe + '-' + newversion)
- self.assertExists(newrecipefile, 'New recipe file should have been copied into existing layer but wasn\'t')
- self.assertExists(os.path.join(newdir, patchfn), 'Patch file should have been copied into new directory but wasn\'t')
- self.assertExists(os.path.join(newdir, '0002-Add-a-comment-to-the-code.patch'), 'New patch file should have been created but wasn\'t')
-
- def _setup_test_devtool_finish_modify(self):
- # Check preconditions
- self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
- # Try modifying a recipe
- self.track_for_cleanup(self.workspacedir)
- recipe = 'mdadm'
- oldrecipefile = get_bb_var('FILE', recipe)
- recipedir = os.path.dirname(oldrecipefile)
- result = runCmd('git status --porcelain .', cwd=recipedir)
- if result.output.strip():
- self.fail('Recipe directory for %s contains uncommitted changes' % recipe)
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- self.track_for_cleanup(tempdir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- result = runCmd('devtool modify %s %s' % (recipe, tempdir))
- self.assertExists(os.path.join(tempdir, 'Makefile'), 'Extracted source could not be found')
- # Test devtool status
- result = runCmd('devtool status')
- self.assertIn(recipe, result.output)
- self.assertIn(tempdir, result.output)
- # Make a change to the source
- result = runCmd('sed -i \'/^#include "mdadm.h"/a \\/* Here is a new comment *\\/\' maps.c', cwd=tempdir)
- result = runCmd('git status --porcelain', cwd=tempdir)
- self.assertIn('M maps.c', result.output)
- result = runCmd('git commit maps.c -m "Add a comment to the code"', cwd=tempdir)
- for entry in os.listdir(recipedir):
- filesdir = os.path.join(recipedir, entry)
- if os.path.isdir(filesdir):
- break
- else:
- self.fail('Unable to find recipe files directory for %s' % recipe)
- return recipe, oldrecipefile, recipedir, filesdir
-
- @OETestID(1621)
- def test_devtool_finish_modify_origlayer(self):
- recipe, oldrecipefile, recipedir, filesdir = self._setup_test_devtool_finish_modify()
- # Ensure the recipe is where we think it should be (so that cleanup doesn't trash things)
- self.assertIn('/meta/', recipedir)
- # Try finish to the original layer
- self.add_command_to_tearDown('rm -rf %s ; cd %s ; git checkout %s' % (recipedir, os.path.dirname(recipedir), recipedir))
- result = runCmd('devtool finish %s meta' % recipe)
- result = runCmd('devtool status')
- self.assertNotIn(recipe, result.output, 'Recipe should have been reset by finish but wasn\'t')
- self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should not exist after finish')
- expected_status = [(' M', '.*/%s$' % os.path.basename(oldrecipefile)),
- ('??', '.*/.*-Add-a-comment-to-the-code.patch$')]
- self._check_repo_status(recipedir, expected_status)
-
- @OETestID(1622)
- def test_devtool_finish_modify_otherlayer(self):
- recipe, oldrecipefile, recipedir, filesdir = self._setup_test_devtool_finish_modify()
- # Ensure the recipe is where we think it should be (so that cleanup doesn't trash things)
- self.assertIn('/meta/', recipedir)
- relpth = os.path.relpath(recipedir, os.path.join(get_bb_var('COREBASE'), 'meta'))
- appenddir = os.path.join(get_test_layer(), relpth)
- self.track_for_cleanup(appenddir)
- # Try finish to the original layer
- self.add_command_to_tearDown('rm -rf %s ; cd %s ; git checkout %s' % (recipedir, os.path.dirname(recipedir), recipedir))
- result = runCmd('devtool finish %s meta-selftest' % recipe)
- result = runCmd('devtool status')
- self.assertNotIn(recipe, result.output, 'Recipe should have been reset by finish but wasn\'t')
- self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should not exist after finish')
- result = runCmd('git status --porcelain .', cwd=recipedir)
- if result.output.strip():
- self.fail('Recipe directory for %s contains the following unexpected changes after finish:\n%s' % (recipe, result.output.strip()))
- recipefn = os.path.splitext(os.path.basename(oldrecipefile))[0]
- recipefn = recipefn.split('_')[0] + '_%'
- appendfile = os.path.join(appenddir, recipefn + '.bbappend')
- self.assertExists(appendfile, 'bbappend %s should have been created but wasn\'t' % appendfile)
- newdir = os.path.join(appenddir, recipe)
- files = os.listdir(newdir)
- foundpatch = None
- for fn in files:
- if fnmatch.fnmatch(fn, '*-Add-a-comment-to-the-code.patch'):
- foundpatch = fn
- if not foundpatch:
- self.fail('No patch file created next to bbappend')
- files.remove(foundpatch)
- if files:
- self.fail('Unexpected file(s) copied next to bbappend: %s' % ', '.join(files))
-
- @OETestID(1626)
- def test_devtool_rename(self):
- # Check preconditions
- self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
-
- # First run devtool add
- # We already have this recipe in OE-Core, but that doesn't matter
- recipename = 'i2c-tools'
- recipever = '3.1.2'
- recipefile = os.path.join(self.workspacedir, 'recipes', recipename, '%s_%s.bb' % (recipename, recipever))
- url = 'http://downloads.yoctoproject.org/mirror/sources/i2c-tools-%s.tar.bz2' % recipever
- def add_recipe():
- result = runCmd('devtool add %s' % url)
- self.assertExists(recipefile, 'Expected recipe file not created')
- self.assertExists(os.path.join(self.workspacedir, 'sources', recipename), 'Source directory not created')
- checkvars = {}
- checkvars['S'] = None
- checkvars['SRC_URI'] = url.replace(recipever, '${PV}')
- self._test_recipe_contents(recipefile, checkvars, [])
- add_recipe()
- # Now rename it - change both name and version
- newrecipename = 'mynewrecipe'
- newrecipever = '456'
- newrecipefile = os.path.join(self.workspacedir, 'recipes', newrecipename, '%s_%s.bb' % (newrecipename, newrecipever))
- result = runCmd('devtool rename %s %s -V %s' % (recipename, newrecipename, newrecipever))
- self.assertExists(newrecipefile, 'Recipe file not renamed')
- self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipename), 'Old recipe directory still exists')
- newsrctree = os.path.join(self.workspacedir, 'sources', newrecipename)
- self.assertExists(newsrctree, 'Source directory not renamed')
- checkvars = {}
- checkvars['S'] = '${WORKDIR}/%s-%s' % (recipename, recipever)
- checkvars['SRC_URI'] = url
- self._test_recipe_contents(newrecipefile, checkvars, [])
- # Try again - change just name this time
- result = runCmd('devtool reset -n %s' % newrecipename)
- shutil.rmtree(newsrctree)
- add_recipe()
- newrecipefile = os.path.join(self.workspacedir, 'recipes', newrecipename, '%s_%s.bb' % (newrecipename, recipever))
- result = runCmd('devtool rename %s %s' % (recipename, newrecipename))
- self.assertExists(newrecipefile, 'Recipe file not renamed')
- self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipename), 'Old recipe directory still exists')
- self.assertExists(os.path.join(self.workspacedir, 'sources', newrecipename), 'Source directory not renamed')
- checkvars = {}
- checkvars['S'] = '${WORKDIR}/%s-${PV}' % recipename
- checkvars['SRC_URI'] = url.replace(recipever, '${PV}')
- self._test_recipe_contents(newrecipefile, checkvars, [])
- # Try again - change just version this time
- result = runCmd('devtool reset -n %s' % newrecipename)
- shutil.rmtree(newsrctree)
- add_recipe()
- newrecipefile = os.path.join(self.workspacedir, 'recipes', recipename, '%s_%s.bb' % (recipename, newrecipever))
- result = runCmd('devtool rename %s -V %s' % (recipename, newrecipever))
- self.assertExists(newrecipefile, 'Recipe file not renamed')
- self.assertExists(os.path.join(self.workspacedir, 'sources', recipename), 'Source directory no longer exists')
- checkvars = {}
- checkvars['S'] = '${WORKDIR}/${BPN}-%s' % recipever
- checkvars['SRC_URI'] = url
- self._test_recipe_contents(newrecipefile, checkvars, [])
-
- @OETestID(1577)
- def test_devtool_virtual_kernel_modify(self):
- """
- Summary: The purpose of this test case is to verify that
- devtool modify works correctly when building
- the kernel.
- Dependencies: NA
- Steps: 1. Build kernel with bitbake.
- 2. Save the config file generated.
- 3. Clean the environment.
- 4. Use `devtool modify virtual/kernel` to validate following:
- 4.1 The source is checked out correctly.
- 4.2 The resulting configuration is the same as
- what was get on step 2.
- 4.3 The Kernel can be build correctly.
- 4.4 Changes made on the source are reflected on the
- subsequent builds.
- 4.5 Changes on the configuration are reflected on the
- subsequent builds
- Expected: devtool modify is able to checkout the source of the kernel
- and modification to the source and configurations are reflected
- when building the kernel.
- """
- kernel_provider = get_bb_var('PREFERRED_PROVIDER_virtual/kernel')
- # Clean up the enviroment
- bitbake('%s -c clean' % kernel_provider)
- tempdir = tempfile.mkdtemp(prefix='devtoolqa')
- tempdir_cfg = tempfile.mkdtemp(prefix='config_qa')
- self.track_for_cleanup(tempdir)
- self.track_for_cleanup(tempdir_cfg)
- self.track_for_cleanup(self.workspacedir)
- self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
- self.add_command_to_tearDown('bitbake -c clean %s' % kernel_provider)
- #Step 1
- #Here is just generated the config file instead of all the kernel to optimize the
- #time of executing this test case.
- bitbake('%s -c configure' % kernel_provider)
- bbconfig = os.path.join(get_bb_var('B', kernel_provider),'.config')
- #Step 2
- runCmd('cp %s %s' % (bbconfig, tempdir_cfg))
- self.assertExists(os.path.join(tempdir_cfg, '.config'), 'Could not copy .config file from kernel')
-
- tmpconfig = os.path.join(tempdir_cfg, '.config')
- #Step 3
- bitbake('%s -c clean' % kernel_provider)
- #Step 4.1
- runCmd('devtool modify virtual/kernel -x %s' % tempdir)
- self.assertExists(os.path.join(tempdir, 'Makefile'), 'Extracted source could not be found')
- #Step 4.2
- configfile = os.path.join(tempdir,'.config')
- diff = runCmd('diff %s %s' % (tmpconfig, configfile))
- self.assertEqual(0,diff.status,'Kernel .config file is not the same using bitbake and devtool')
- #Step 4.3
- #NOTE: virtual/kernel is mapped to kernel_provider
- result = runCmd('devtool build %s' % kernel_provider)
- self.assertEqual(0,result.status,'Cannot build kernel using `devtool build`')
- kernelfile = os.path.join(get_bb_var('KBUILD_OUTPUT', kernel_provider), 'vmlinux')
- self.assertExists(kernelfile, 'Kernel was not build correctly')
-
- #Modify the kernel source
- modfile = os.path.join(tempdir,'arch/x86/boot/header.S')
- modstring = "Use a boot loader. Devtool testing."
- modapplied = runCmd("sed -i 's/Use a boot loader./%s/' %s" % (modstring, modfile))
- self.assertEqual(0,modapplied.status,'Modification to %s on kernel source failed' % modfile)
- #Modify the configuration
- codeconfigfile = os.path.join(tempdir,'.config.new')
- modconfopt = "CONFIG_SG_POOL=n"
- modconf = runCmd("sed -i 's/CONFIG_SG_POOL=y/%s/' %s" % (modconfopt, codeconfigfile))
- self.assertEqual(0,modconf.status,'Modification to %s failed' % codeconfigfile)
- #Build again kernel with devtool
- rebuild = runCmd('devtool build %s' % kernel_provider)
- self.assertEqual(0,rebuild.status,'Fail to build kernel after modification of source and config')
- #Step 4.4
- bzimagename = 'bzImage-' + get_bb_var('KERNEL_VERSION_NAME', kernel_provider)
- bzimagefile = os.path.join(get_bb_var('D', kernel_provider),'boot', bzimagename)
- checkmodcode = runCmd("grep '%s' %s" % (modstring, bzimagefile))
- self.assertEqual(0,checkmodcode.status,'Modification on kernel source failed')
- #Step 4.5
- checkmodconfg = runCmd("grep %s %s" % (modconfopt, codeconfigfile))
- self.assertEqual(0,checkmodconfg.status,'Modification to configuration file failed')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/distrodata.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/distrodata.py
deleted file mode 100644
index 7b2800464..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/distrodata.py
+++ /dev/null
@@ -1,99 +0,0 @@
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
-from oeqa.utils.decorators import testcase
-from oeqa.utils.ftools import write_file
-from oeqa.core.decorator.oeid import OETestID
-
-class Distrodata(OESelftestTestCase):
-
- @classmethod
- def setUpClass(cls):
- super(Distrodata, cls).setUpClass()
- feature = 'INHERIT += "distrodata"\n'
- feature += 'LICENSE_FLAGS_WHITELIST += " commercial"\n'
-
- cls.write_config(cls, feature)
- bitbake('-c checkpkg world')
-
- @OETestID(1902)
- def test_checkpkg(self):
- """
- Summary: Test that upstream version checks do not regress
- Expected: Upstream version checks should succeed except for the recipes listed in the exception list.
- Product: oe-core
- Author: Alexander Kanavin <alexander.kanavin@intel.com>
- """
- checkpkg_result = open(os.path.join(get_bb_var("LOG_DIR"), "checkpkg.csv")).readlines()[1:]
- regressed_failures = [pkg_data[0] for pkg_data in [pkg_line.split('\t') for pkg_line in checkpkg_result] if pkg_data[11] == 'UNKNOWN_BROKEN']
- regressed_successes = [pkg_data[0] for pkg_data in [pkg_line.split('\t') for pkg_line in checkpkg_result] if pkg_data[11] == 'KNOWN_BROKEN']
- msg = ""
- if len(regressed_failures) > 0:
- msg = msg + """
-The following packages failed upstream version checks. Please fix them using UPSTREAM_CHECK_URI/UPSTREAM_CHECK_REGEX
-(when using tarballs) or UPSTREAM_CHECK_GITTAGREGEX (when using git). If an upstream version check cannot be performed
-(for example, if upstream does not use git tags), you can set UPSTREAM_VERSION_UNKNOWN to '1' in the recipe to acknowledge
-that the check cannot be performed.
-""" + "\n".join(regressed_failures)
- if len(regressed_successes) > 0:
- msg = msg + """
-The following packages have been checked successfully for upstream versions,
-but their recipes claim otherwise by setting UPSTREAM_VERSION_UNKNOWN. Please remove that line from the recipes.
-""" + "\n".join(regressed_successes)
- self.assertTrue(len(regressed_failures) == 0 and len(regressed_successes) == 0, msg)
-
- def test_maintainers(self):
- """
- Summary: Test that oe-core recipes have a maintainer
- Expected: All oe-core recipes (except a few special static/testing ones) should have a maintainer listed in maintainers.inc file.
- Product: oe-core
- Author: Alexander Kanavin <alexander.kanavin@intel.com>
- """
- def is_exception(pkg):
- exceptions = ["packagegroup-", "initramfs-", "systemd-machine-units", "target-sdk-provides-dummy"]
- for i in exceptions:
- if i in pkg:
- return True
- return False
-
- def is_in_oe_core(recipe, recipes):
- self.assertTrue(recipe in recipes.keys(), "Recipe %s was not in 'bitbake-layers show-recipes' output" %(recipe))
- self.assertTrue(len(recipes[recipe]) > 0, "'bitbake-layers show-recipes' could not determine what layer(s) a recipe %s is in" %(recipe))
- try:
- recipes[recipe].index('meta')
- return True
- except ValueError:
- return False
-
- def get_recipe_layers():
- import re
-
- recipes = {}
- recipe_regex = re.compile('^(?P<name>.*):$')
- layer_regex = re.compile('^ (?P<name>\S*) +')
- output = runCmd('bitbake-layers show-recipes').output
- for line in output.split('\n'):
- recipe_name_obj = recipe_regex.search(line)
- if recipe_name_obj:
- recipe_name = recipe_name_obj.group('name')
- recipes[recipe_name] = []
- recipe_layer_obj = layer_regex.search(line)
- if recipe_layer_obj:
- layer_name = recipe_layer_obj.group('name')
- recipes[recipe_name].append(layer_name)
- return recipes
-
- checkpkg_result = open(os.path.join(get_bb_var("LOG_DIR"), "checkpkg.csv")).readlines()[1:]
- recipes_layers = get_recipe_layers()
- no_maintainer_list = [pkg_data[0] for pkg_data in [pkg_line.split('\t') for pkg_line in checkpkg_result] \
- if pkg_data[14] == '' and is_in_oe_core(pkg_data[0], recipes_layers) and not is_exception(pkg_data[0])]
- msg = """
-The following packages do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
-""" + "\n".join(no_maintainer_list)
- self.assertTrue(len(no_maintainer_list) == 0, msg)
-
- with_maintainer_list = [pkg_data[0] for pkg_data in [pkg_line.split('\t') for pkg_line in checkpkg_result] \
- if pkg_data[14] != '' and is_in_oe_core(pkg_data[0], recipes_layers) and not is_exception(pkg_data[0])]
- msg = """
-The list of oe-core packages with maintainers is empty. This may indicate that the test has regressed and needs fixing.
-"""
- self.assertTrue(len(with_maintainer_list) > 0, msg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/eSDK.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/eSDK.py
deleted file mode 100644
index d03188f2f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/eSDK.py
+++ /dev/null
@@ -1,111 +0,0 @@
-import tempfile
-import shutil
-import os
-import glob
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
-
-class oeSDKExtSelfTest(OESelftestTestCase):
- """
- # Bugzilla Test Plan: 6033
- # This code is planned to be part of the automation for eSDK containig
- # Install libraries and headers, image generation binary feeds, sdk-update.
- """
-
- @staticmethod
- def get_esdk_environment(env_eSDK, tmpdir_eSDKQA):
- # XXX: at this time use the first env need to investigate
- # what environment load oe-selftest, i586, x86_64
- pattern = os.path.join(tmpdir_eSDKQA, 'environment-setup-*')
- return glob.glob(pattern)[0]
-
- @staticmethod
- def run_esdk_cmd(env_eSDK, tmpdir_eSDKQA, cmd, postconfig=None, **options):
- if postconfig:
- esdk_conf_file = os.path.join(tmpdir_eSDKQA, 'conf', 'local.conf')
- with open(esdk_conf_file, 'a+') as f:
- f.write(postconfig)
- if not options:
- options = {}
- if not 'shell' in options:
- options['shell'] = True
-
- runCmd("cd %s; . %s; %s" % (tmpdir_eSDKQA, env_eSDK, cmd), **options)
-
- @staticmethod
- def generate_eSDK(image):
- pn_task = '%s -c populate_sdk_ext' % image
- bitbake(pn_task)
-
- @staticmethod
- def get_eSDK_toolchain(image):
- pn_task = '%s -c populate_sdk_ext' % image
-
- bb_vars = get_bb_vars(['SDK_DEPLOY', 'TOOLCHAINEXT_OUTPUTNAME'], pn_task)
- sdk_deploy = bb_vars['SDK_DEPLOY']
- toolchain_name = bb_vars['TOOLCHAINEXT_OUTPUTNAME']
- return os.path.join(sdk_deploy, toolchain_name + '.sh')
-
- @staticmethod
- def update_configuration(cls, image, tmpdir_eSDKQA, env_eSDK, ext_sdk_path):
- sstate_dir = os.path.join(os.environ['BUILDDIR'], 'sstate-cache')
-
- oeSDKExtSelfTest.generate_eSDK(cls.image)
-
- cls.ext_sdk_path = oeSDKExtSelfTest.get_eSDK_toolchain(cls.image)
- runCmd("%s -y -d \"%s\"" % (cls.ext_sdk_path, cls.tmpdir_eSDKQA))
-
- cls.env_eSDK = oeSDKExtSelfTest.get_esdk_environment('', cls.tmpdir_eSDKQA)
-
- sstate_config="""
-SDK_LOCAL_CONF_WHITELIST = "SSTATE_MIRRORS"
-SSTATE_MIRRORS = "file://.* file://%s/PATH"
-CORE_IMAGE_EXTRA_INSTALL = "perl"
- """ % sstate_dir
-
- with open(os.path.join(cls.tmpdir_eSDKQA, 'conf', 'local.conf'), 'a+') as f:
- f.write(sstate_config)
-
- @classmethod
- def setUpClass(cls):
- super(oeSDKExtSelfTest, cls).setUpClass()
- cls.tmpdir_eSDKQA = tempfile.mkdtemp(prefix='eSDKQA')
-
- sstate_dir = get_bb_var('SSTATE_DIR')
-
- cls.image = 'core-image-minimal'
- oeSDKExtSelfTest.generate_eSDK(cls.image)
-
- # Install eSDK
- cls.ext_sdk_path = oeSDKExtSelfTest.get_eSDK_toolchain(cls.image)
- runCmd("%s -y -d \"%s\"" % (cls.ext_sdk_path, cls.tmpdir_eSDKQA))
-
- cls.env_eSDK = oeSDKExtSelfTest.get_esdk_environment('', cls.tmpdir_eSDKQA)
-
- # Configure eSDK to use sstate mirror from poky
- sstate_config="""
-SDK_LOCAL_CONF_WHITELIST = "SSTATE_MIRRORS"
-SSTATE_MIRRORS = "file://.* file://%s/PATH"
- """ % sstate_dir
- with open(os.path.join(cls.tmpdir_eSDKQA, 'conf', 'local.conf'), 'a+') as f:
- f.write(sstate_config)
-
- @classmethod
- def tearDownClass(cls):
- shutil.rmtree(cls.tmpdir_eSDKQA, ignore_errors=True)
- super(oeSDKExtSelfTest, cls).tearDownClass()
-
- @OETestID(1602)
- def test_install_libraries_headers(self):
- pn_sstate = 'bc'
- bitbake(pn_sstate)
- cmd = "devtool sdk-install %s " % pn_sstate
- oeSDKExtSelfTest.run_esdk_cmd(self.env_eSDK, self.tmpdir_eSDKQA, cmd)
-
- @OETestID(1603)
- def test_image_generation_binary_feeds(self):
- image = 'core-image-minimal'
- cmd = "devtool build-image %s" % image
- oeSDKExtSelfTest.run_esdk_cmd(self.env_eSDK, self.tmpdir_eSDKQA, cmd)
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/efibootpartition.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/efibootpartition.py
deleted file mode 100644
index 0c8325669..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/efibootpartition.py
+++ /dev/null
@@ -1,45 +0,0 @@
-# Based on runqemu.py test file
-#
-# Copyright (c) 2017 Wind River Systems, Inc.
-#
-
-import re
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import bitbake, runqemu, get_bb_var
-
-class GenericEFITest(OESelftestTestCase):
- """EFI booting test class"""
-
- buffer = True
- cmd_common = "runqemu nographic serial wic ovmf"
- efi_provider = "systemd-boot"
- image = "core-image-minimal"
- machine = "qemux86-64"
- recipes_built = False
-
- @classmethod
- def setUpLocal(self):
- super(GenericEFITest, self).setUpLocal(self)
-
- self.write_config(self,
-"""
-EFI_PROVIDER = "%s"
-IMAGE_FSTYPES_pn-%s_append = " wic"
-MACHINE = "%s"
-MACHINE_FEATURES_append = " efi"
-WKS_FILE = "efi-bootdisk.wks.in"
-IMAGE_INSTALL_append = " grub-efi systemd-boot kernel-image-bzimage"
-"""
-% (self.efi_provider, self.image, self.machine))
- if not self.recipes_built:
- bitbake("ovmf")
- bitbake(self.image)
- self.recipes_built = True
-
- @classmethod
- def test_boot_efi(self):
- """Test generic boot partition with qemu"""
- cmd = "%s %s" % (self.cmd_common, self.machine)
- with runqemu(self.image, ssh=False, launch_cmd=cmd) as qemu:
- self.assertTrue(qemu.runner.logged, "Failed: %s" % cmd)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/gotoolchain.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/gotoolchain.py
deleted file mode 100644
index 1e23257f4..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/gotoolchain.py
+++ /dev/null
@@ -1,67 +0,0 @@
-import glob
-import os
-import shutil
-import tempfile
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_vars
-
-
-class oeGoToolchainSelfTest(OESelftestTestCase):
- """
- Test cases for OE's Go toolchain
- """
-
- @staticmethod
- def get_sdk_environment(tmpdir_SDKQA):
- pattern = os.path.join(tmpdir_SDKQA, "environment-setup-*")
- # FIXME: this is a very naive implementation
- return glob.glob(pattern)[0]
-
- @staticmethod
- def get_sdk_toolchain():
- bb_vars = get_bb_vars(['SDK_DEPLOY', 'TOOLCHAIN_OUTPUTNAME'],
- "meta-go-toolchain")
- sdk_deploy = bb_vars['SDK_DEPLOY']
- toolchain_name = bb_vars['TOOLCHAIN_OUTPUTNAME']
- return os.path.join(sdk_deploy, toolchain_name + ".sh")
-
- @classmethod
- def setUpClass(cls):
- super(oeGoToolchainSelfTest, cls).setUpClass()
- cls.tmpdir_SDKQA = tempfile.mkdtemp(prefix='SDKQA')
- cls.go_path = os.path.join(cls.tmpdir_SDKQA, "go")
- # Build the SDK and locate it in DEPLOYDIR
- bitbake("meta-go-toolchain")
- cls.sdk_path = oeGoToolchainSelfTest.get_sdk_toolchain()
- # Install the SDK into the tmpdir
- runCmd("sh %s -y -d \"%s\"" % (cls.sdk_path, cls.tmpdir_SDKQA))
- cls.env_SDK = oeGoToolchainSelfTest.get_sdk_environment(cls.tmpdir_SDKQA)
-
- @classmethod
- def tearDownClass(cls):
- shutil.rmtree(cls.tmpdir_SDKQA, ignore_errors=True)
- super(oeGoToolchainSelfTest, cls).tearDownClass()
-
- def run_sdk_go_command(self, gocmd):
- cmd = "cd %s; " % self.tmpdir_SDKQA
- cmd = cmd + ". %s; " % self.env_SDK
- cmd = cmd + "export GOPATH=%s; " % self.go_path
- cmd = cmd + "${CROSS_COMPILE}go %s" % gocmd
- return runCmd(cmd).status
-
- def test_go_dep_build(self):
- proj = "github.com/golang"
- name = "dep"
- ver = "v0.3.1"
- archive = ".tar.gz"
- url = "https://%s/%s/archive/%s%s" % (proj, name, ver, archive)
-
- runCmd("cd %s; wget %s" % (self.tmpdir_SDKQA, url))
- runCmd("cd %s; tar -xf %s" % (self.tmpdir_SDKQA, ver+archive))
- runCmd("mkdir -p %s/src/%s" % (self.go_path, proj))
- runCmd("mv %s/dep-0.3.1 %s/src/%s/%s"
- % (self.tmpdir_SDKQA, self.go_path, proj, name))
- retv = self.run_sdk_go_command('build %s/%s/cmd/dep'
- % (proj, name))
- self.assertEqual(retv, 0,
- msg="Running go build failed for %s" % name)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/image_typedep.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/image_typedep.py
deleted file mode 100644
index e6788853a..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/image_typedep.py
+++ /dev/null
@@ -1,53 +0,0 @@
-import os
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import bitbake
-from oeqa.core.decorator.oeid import OETestID
-
-class ImageTypeDepTests(OESelftestTestCase):
-
- # Verify that when specifying a IMAGE_TYPEDEP_ of the form "foo.bar" that
- # the conversion type bar gets added as a dep as well
- @OETestID(1633)
- def test_conversion_typedep_added(self):
-
- self.write_recipeinc('emptytest', """
-# Try to empty out the default dependency list
-PACKAGE_INSTALL = ""
-DISTRO_EXTRA_RDEPENDS=""
-
-LICENSE = "MIT"
-IMAGE_FSTYPES = "testfstype"
-
-IMAGE_TYPES_MASKED += "testfstype"
-IMAGE_TYPEDEP_testfstype = "tar.bz2"
-
-inherit image
-
-""")
- # First get the dependency that should exist for bz2, it will look
- # like CONVERSION_DEPENDS_bz2="somedep"
- result = bitbake('-e emptytest')
-
- for line in result.output.split('\n'):
- if line.startswith('CONVERSION_DEPENDS_bz2'):
- dep = line.split('=')[1].strip('"')
- break
-
- # Now get the dependency task list and check for the expected task
- # dependency
- bitbake('-g emptytest')
-
- taskdependsfile = os.path.join(self.builddir, 'task-depends.dot')
- dep = dep + ".do_populate_sysroot"
- depfound = False
- expectedline = '"emptytest.do_rootfs" -> "{}"'.format(dep)
-
- with open(taskdependsfile, "r") as f:
- for line in f:
- if line.strip() == expectedline:
- depfound = True
- break
-
- if not depfound:
- raise AssertionError("\"{}\" not found".format(expectedline))
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/imagefeatures.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/imagefeatures.py
deleted file mode 100644
index 09e0b2062..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/imagefeatures.py
+++ /dev/null
@@ -1,240 +0,0 @@
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.utils.sshcontrol import SSHControl
-import os
-import json
-
-class ImageFeatures(OESelftestTestCase):
-
- test_user = 'tester'
- root_user = 'root'
-
- buffer = True
-
- @OETestID(1107)
- def test_non_root_user_can_connect_via_ssh_without_password(self):
- """
- Summary: Check if non root user can connect via ssh without password
- Expected: 1. Connection to the image via ssh using root user without providing a password should be allowed.
- 2. Connection to the image via ssh using tester user without providing a password should be allowed.
- Product: oe-core
- Author: Ionut Chisanovici <ionutx.chisanovici@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
-
- features = 'EXTRA_IMAGE_FEATURES = "ssh-server-openssh empty-root-password allow-empty-password"\n'
- features += 'INHERIT += "extrausers"\n'
- features += 'EXTRA_USERS_PARAMS = "useradd -p \'\' {}; usermod -s /bin/sh {};"'.format(self.test_user, self.test_user)
- self.write_config(features)
-
- # Build a core-image-minimal
- bitbake('core-image-minimal')
-
- with runqemu("core-image-minimal") as qemu:
- # Attempt to ssh with each user into qemu with empty password
- for user in [self.root_user, self.test_user]:
- ssh = SSHControl(ip=qemu.ip, logfile=qemu.sshlog, user=user)
- status, output = ssh.run("true")
- self.assertEqual(status, 0, 'ssh to user %s failed with %s' % (user, output))
-
- @OETestID(1115)
- def test_all_users_can_connect_via_ssh_without_password(self):
- """
- Summary: Check if all users can connect via ssh without password
- Expected: 1. Connection to the image via ssh using root user without providing a password should NOT be allowed.
- 2. Connection to the image via ssh using tester user without providing a password should be allowed.
- Product: oe-core
- Author: Ionut Chisanovici <ionutx.chisanovici@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
-
- features = 'EXTRA_IMAGE_FEATURES = "ssh-server-openssh allow-empty-password"\n'
- features += 'INHERIT += "extrausers"\n'
- features += 'EXTRA_USERS_PARAMS = "useradd -p \'\' {}; usermod -s /bin/sh {};"'.format(self.test_user, self.test_user)
- self.write_config(features)
-
- # Build a core-image-minimal
- bitbake('core-image-minimal')
-
- with runqemu("core-image-minimal") as qemu:
- # Attempt to ssh with each user into qemu with empty password
- for user in [self.root_user, self.test_user]:
- ssh = SSHControl(ip=qemu.ip, logfile=qemu.sshlog, user=user)
- status, output = ssh.run("true")
- if user == 'root':
- self.assertNotEqual(status, 0, 'ssh to user root was allowed when it should not have been')
- else:
- self.assertEqual(status, 0, 'ssh to user tester failed with %s' % output)
-
-
- @OETestID(1116)
- def test_clutter_image_can_be_built(self):
- """
- Summary: Check if clutter image can be built
- Expected: 1. core-image-clutter can be built
- Product: oe-core
- Author: Ionut Chisanovici <ionutx.chisanovici@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
-
- # Build a core-image-clutter
- bitbake('core-image-clutter')
-
- @OETestID(1117)
- def test_wayland_support_in_image(self):
- """
- Summary: Check Wayland support in image
- Expected: 1. Wayland image can be build
- 2. Wayland feature can be installed
- Product: oe-core
- Author: Ionut Chisanovici <ionutx.chisanovici@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
-
- distro_features = get_bb_var('DISTRO_FEATURES')
- if not ('opengl' in distro_features and 'wayland' in distro_features):
- self.skipTest('neither opengl nor wayland present on DISTRO_FEATURES so core-image-weston cannot be built')
-
- # Build a core-image-weston
- bitbake('core-image-weston')
-
- @OETestID(1497)
- def test_bmap(self):
- """
- Summary: Check bmap support
- Expected: 1. core-image-minimal can be build with bmap support
- 2. core-image-minimal is sparse
- Product: oe-core
- Author: Ed Bartosh <ed.bartosh@linux.intel.com>
- """
-
- features = 'IMAGE_FSTYPES += " ext4 ext4.bmap ext4.bmap.gz"'
- self.write_config(features)
-
- image_name = 'core-image-minimal'
- bitbake(image_name)
-
- deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE')
- link_name = get_bb_var('IMAGE_LINK_NAME', image_name)
- image_path = os.path.join(deploy_dir_image, "%s.ext4" % link_name)
- bmap_path = "%s.bmap" % image_path
- gzip_path = "%s.gz" % bmap_path
-
- # check if result image, bmap and bmap.gz files are in deploy directory
- self.assertTrue(os.path.exists(image_path))
- self.assertTrue(os.path.exists(bmap_path))
- self.assertTrue(os.path.exists(gzip_path))
-
- # check if result image is sparse
- image_stat = os.stat(image_path)
- self.assertTrue(image_stat.st_size > image_stat.st_blocks * 512)
-
- # check if the resulting gzip is valid
- self.assertTrue(runCmd('gzip -t %s' % gzip_path))
-
- @OETestID(1903)
- def test_hypervisor_fmts(self):
- """
- Summary: Check various hypervisor formats
- Expected: 1. core-image-minimal can be built with vmdk, vdi and
- qcow2 support.
- 2. qemu-img says each image has the expected format
- Product: oe-core
- Author: Tom Rini <trini@konsulko.com>
- """
-
- img_types = [ 'vmdk', 'vdi', 'qcow2' ]
- features = ""
- for itype in img_types:
- features += 'IMAGE_FSTYPES += "wic.%s"\n' % itype
- self.write_config(features)
-
- image_name = 'core-image-minimal'
- bitbake(image_name)
-
- deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE')
- link_name = get_bb_var('IMAGE_LINK_NAME', image_name)
- for itype in img_types:
- image_path = os.path.join(deploy_dir_image, "%s.wic.%s" %
- (link_name, itype))
-
- # check if result image file is in deploy directory
- self.assertTrue(os.path.exists(image_path))
-
- # check if result image is vmdk
- sysroot = get_bb_var('STAGING_DIR_NATIVE', 'core-image-minimal')
- result = runCmd('qemu-img info --output json %s' % image_path,
- native_sysroot=sysroot)
- self.assertTrue(json.loads(result.output).get('format') == itype)
-
- @OETestID(1905)
- def test_long_chain_conversion(self):
- """
- Summary: Check for chaining many CONVERSION_CMDs together
- Expected: 1. core-image-minimal can be built with
- ext4.bmap.gz.bz2.lzo.xz.u-boot and also create a
- sha256sum
- 2. The above image has a valid sha256sum
- Product: oe-core
- Author: Tom Rini <trini@konsulko.com>
- """
-
- conv = "ext4.bmap.gz.bz2.lzo.xz.u-boot"
- features = 'IMAGE_FSTYPES += "%s %s.sha256sum"' % (conv, conv)
- self.write_config(features)
-
- image_name = 'core-image-minimal'
- bitbake(image_name)
-
- deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE')
- link_name = get_bb_var('IMAGE_LINK_NAME', image_name)
- image_path = os.path.join(deploy_dir_image, "%s.%s" %
- (link_name, conv))
-
- # check if resulting image is in the deploy directory
- self.assertTrue(os.path.exists(image_path))
- self.assertTrue(os.path.exists(image_path + ".sha256sum"))
-
- # check if the resulting sha256sum agrees
- self.assertTrue(runCmd('cd %s;sha256sum -c %s.%s.sha256sum' %
- (deploy_dir_image, link_name, conv)))
-
- @OETestID(1904)
- def test_image_fstypes(self):
- """
- Summary: Check if image of supported image fstypes can be built
- Expected: core-image-minimal can be built for various image types
- Product: oe-core
- Author: Ed Bartosh <ed.bartosh@linux.intel.com>
- """
- image_name = 'core-image-minimal'
-
- img_types = [itype for itype in get_bb_var("IMAGE_TYPES", image_name).split() \
- if itype not in ('container', 'elf', 'f2fs', 'multiubi')]
-
- config = 'IMAGE_FSTYPES += "%s"\n'\
- 'MKUBIFS_ARGS ?= "-m 2048 -e 129024 -c 2047"\n'\
- 'UBINIZE_ARGS ?= "-m 2048 -p 128KiB -s 512"' % ' '.join(img_types)
-
- self.write_config(config)
-
- bitbake(image_name)
-
- deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE')
- link_name = get_bb_var('IMAGE_LINK_NAME', image_name)
- for itype in img_types:
- image_path = os.path.join(deploy_dir_image, "%s.%s" % (link_name, itype))
- # check if result image is in deploy directory
- self.assertTrue(os.path.exists(image_path),
- "%s image %s doesn't exist" % (itype, image_path))
-
- def test_useradd_static(self):
- config = """
-USERADDEXTENSION = "useradd-staticids"
-USERADD_ERROR_DYNAMIC = "skip"
-USERADD_UID_TABLES += "files/static-passwd"
-USERADD_GID_TABLES += "files/static-group"
-"""
- self.write_config(config)
- bitbake("core-image-base")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/layerappend.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/layerappend.py
deleted file mode 100644
index 2fd5cdb0c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/layerappend.py
+++ /dev/null
@@ -1,95 +0,0 @@
-import os
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var
-import oeqa.utils.ftools as ftools
-from oeqa.core.decorator.oeid import OETestID
-
-class LayerAppendTests(OESelftestTestCase):
- layerconf = """
-# We have a conf and classes directory, append to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have a recipes directory, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes*/*.bb ${LAYERDIR}/recipes*/*.bbappend"
-
-BBFILE_COLLECTIONS += "meta-layerINT"
-BBFILE_PATTERN_meta-layerINT := "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-layerINT = "6"
-"""
- recipe = """
-LICENSE="CLOSED"
-INHIBIT_DEFAULT_DEPS = "1"
-
-python do_build() {
- bb.plain('Building ...')
-}
-addtask build
-"""
- append = """
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI_append = " file://appendtest.txt"
-
-sysroot_stage_all_append() {
- install -m 644 ${WORKDIR}/appendtest.txt ${SYSROOT_DESTDIR}/
-}
-
-"""
-
- append2 = """
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI_append = " file://appendtest.txt"
-"""
- layerappend = ''
-
- def tearDownLocal(self):
- if self.layerappend:
- ftools.remove_from_file(self.builddir + "/conf/bblayers.conf", self.layerappend)
- super(LayerAppendTests, self).tearDownLocal()
-
- @OETestID(1196)
- def test_layer_appends(self):
- corebase = get_bb_var("COREBASE")
-
- for l in ["0", "1", "2"]:
- layer = os.path.join(corebase, "meta-layertest" + l)
- self.assertFalse(os.path.exists(layer))
- os.mkdir(layer)
- os.mkdir(layer + "/conf")
- with open(layer + "/conf/layer.conf", "w") as f:
- f.write(self.layerconf.replace("INT", l))
- os.mkdir(layer + "/recipes-test")
- if l == "0":
- with open(layer + "/recipes-test/layerappendtest.bb", "w") as f:
- f.write(self.recipe)
- elif l == "1":
- with open(layer + "/recipes-test/layerappendtest.bbappend", "w") as f:
- f.write(self.append)
- os.mkdir(layer + "/recipes-test/layerappendtest")
- with open(layer + "/recipes-test/layerappendtest/appendtest.txt", "w") as f:
- f.write("Layer 1 test")
- elif l == "2":
- with open(layer + "/recipes-test/layerappendtest.bbappend", "w") as f:
- f.write(self.append2)
- os.mkdir(layer + "/recipes-test/layerappendtest")
- with open(layer + "/recipes-test/layerappendtest/appendtest.txt", "w") as f:
- f.write("Layer 2 test")
- self.track_for_cleanup(layer)
-
- self.layerappend = "BBLAYERS += \"{0}/meta-layertest0 {0}/meta-layertest1 {0}/meta-layertest2\"".format(corebase)
- ftools.append_file(self.builddir + "/conf/bblayers.conf", self.layerappend)
- stagingdir = get_bb_var("SYSROOT_DESTDIR", "layerappendtest")
- bitbake("layerappendtest")
- data = ftools.read_file(stagingdir + "/appendtest.txt")
- self.assertEqual(data, "Layer 2 test")
- os.remove(corebase + "/meta-layertest2/recipes-test/layerappendtest/appendtest.txt")
- bitbake("layerappendtest")
- data = ftools.read_file(stagingdir + "/appendtest.txt")
- self.assertEqual(data, "Layer 1 test")
- with open(corebase + "/meta-layertest2/recipes-test/layerappendtest/appendtest.txt", "w") as f:
- f.write("Layer 2 test")
- bitbake("layerappendtest")
- data = ftools.read_file(stagingdir + "/appendtest.txt")
- self.assertEqual(data, "Layer 2 test")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/liboe.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/liboe.py
deleted file mode 100644
index e84609246..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/liboe.py
+++ /dev/null
@@ -1,102 +0,0 @@
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.utils.commands import get_bb_var, get_bb_vars, bitbake, runCmd
-import oe.path
-import os
-
-class LibOE(OESelftestTestCase):
-
- @classmethod
- def setUpClass(cls):
- super(LibOE, cls).setUpClass()
- cls.tmp_dir = get_bb_var('TMPDIR')
-
- @OETestID(1635)
- def test_copy_tree_special(self):
- """
- Summary: oe.path.copytree() should copy files with special character
- Expected: 'test file with sp£c!al @nd spaces' should exist in
- copy destination
- Product: OE-Core
- Author: Joshua Lock <joshua.g.lock@intel.com>
- """
- testloc = oe.path.join(self.tmp_dir, 'liboetests')
- src = oe.path.join(testloc, 'src')
- dst = oe.path.join(testloc, 'dst')
- bb.utils.mkdirhier(testloc)
- bb.utils.mkdirhier(src)
- testfilename = 'test file with sp£c!al @nd spaces'
-
- # create the test file and copy it
- open(oe.path.join(src, testfilename), 'w+b').close()
- oe.path.copytree(src, dst)
-
- # ensure path exists in dest
- fileindst = os.path.isfile(oe.path.join(dst, testfilename))
- self.assertTrue(fileindst, "File with spaces doesn't exist in dst")
-
- oe.path.remove(testloc)
-
- @OETestID(1636)
- def test_copy_tree_xattr(self):
- """
- Summary: oe.path.copytree() should preserve xattr on copied files
- Expected: testxattr file in destination should have user.oetest
- extended attribute
- Product: OE-Core
- Author: Joshua Lock <joshua.g.lock@intel.com>
- """
- testloc = oe.path.join(self.tmp_dir, 'liboetests')
- src = oe.path.join(testloc, 'src')
- dst = oe.path.join(testloc, 'dst')
- bb.utils.mkdirhier(testloc)
- bb.utils.mkdirhier(src)
- testfilename = 'testxattr'
-
- # ensure we have setfattr available
- bitbake("attr-native")
-
- bb_vars = get_bb_vars(['SYSROOT_DESTDIR', 'bindir'], 'attr-native')
- destdir = bb_vars['SYSROOT_DESTDIR']
- bindir = bb_vars['bindir']
- bindir = destdir + bindir
-
- # create a file with xattr and copy it
- open(oe.path.join(src, testfilename), 'w+b').close()
- runCmd('%s/setfattr -n user.oetest -v "testing liboe" %s' % (bindir, oe.path.join(src, testfilename)))
- oe.path.copytree(src, dst)
-
- # ensure file in dest has user.oetest xattr
- result = runCmd('%s/getfattr -n user.oetest %s' % (bindir, oe.path.join(dst, testfilename)))
- self.assertIn('user.oetest="testing liboe"', result.output, 'Extended attribute not sert in dst')
-
- oe.path.remove(testloc)
-
- @OETestID(1634)
- def test_copy_hardlink_tree_count(self):
- """
- Summary: oe.path.copyhardlinktree() shouldn't miss out files
- Expected: src and dst should have the same number of files
- Product: OE-Core
- Author: Joshua Lock <joshua.g.lock@intel.com>
- """
- testloc = oe.path.join(self.tmp_dir, 'liboetests')
- src = oe.path.join(testloc, 'src')
- dst = oe.path.join(testloc, 'dst')
- bb.utils.mkdirhier(testloc)
- bb.utils.mkdirhier(src)
- testfiles = ['foo', 'bar', '.baz', 'quux']
-
- def touchfile(tf):
- open(oe.path.join(src, tf), 'w+b').close()
-
- for f in testfiles:
- touchfile(f)
-
- oe.path.copyhardlinktree(src, dst)
-
- dstcnt = len(os.listdir(dst))
- srccnt = len(os.listdir(src))
- self.assertEquals(dstcnt, len(testfiles), "Number of files in dst (%s) differs from number of files in src(%s)." % (dstcnt, srccnt))
-
- oe.path.remove(testloc)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/lic_checksum.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/lic_checksum.py
deleted file mode 100644
index 37407157c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/lic_checksum.py
+++ /dev/null
@@ -1,35 +0,0 @@
-import os
-import tempfile
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import bitbake
-from oeqa.utils import CommandError
-from oeqa.core.decorator.oeid import OETestID
-
-class LicenseTests(OESelftestTestCase):
-
- # Verify that changing a license file that has an absolute path causes
- # the license qa to fail due to a mismatched md5sum.
- @OETestID(1197)
- def test_nonmatching_checksum(self):
- bitbake_cmd = '-c populate_lic emptytest'
- error_msg = 'emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc'
-
- lic_file, lic_path = tempfile.mkstemp()
- os.close(lic_file)
- self.track_for_cleanup(lic_path)
-
- self.write_recipeinc('emptytest', """
-INHIBIT_DEFAULT_DEPS = "1"
-LIC_FILES_CHKSUM = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e"
-SRC_URI = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e"
-""" % (lic_path, lic_path))
- result = bitbake(bitbake_cmd)
-
- with open(lic_path, "w") as f:
- f.write("data")
-
- self.write_config("INHERIT_remove = \"report-error\"")
- result = bitbake(bitbake_cmd, ignore_status=True)
- if error_msg not in result.output:
- raise AssertionError(result.output)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/manifest.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/manifest.py
deleted file mode 100644
index 146071934..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/manifest.py
+++ /dev/null
@@ -1,166 +0,0 @@
-import os
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import get_bb_var, get_bb_vars, bitbake
-from oeqa.core.decorator.oeid import OETestID
-
-class ManifestEntry:
- '''A manifest item of a collection able to list missing packages'''
- def __init__(self, entry):
- self.file = entry
- self.missing = []
-
-class VerifyManifest(OESelftestTestCase):
- '''Tests for the manifest files and contents of an image'''
-
- @classmethod
- def check_manifest_entries(self, manifest, path):
- manifest_errors = []
- try:
- with open(manifest, "r") as mfile:
- for line in mfile:
- manifest_entry = os.path.join(path, line.split()[0])
- self.logger.debug("{}: looking for {}"\
- .format(self.classname, manifest_entry))
- if not os.path.isfile(manifest_entry):
- manifest_errors.append(manifest_entry)
- self.logger.debug("{}: {} not found"\
- .format(self.classname, manifest_entry))
- except OSError as e:
- self.logger.debug("{}: checking of {} failed"\
- .format(self.classname, manifest))
- raise e
-
- return manifest_errors
-
- #this will possibly move from here
- @classmethod
- def get_dir_from_bb_var(self, bb_var, target = None):
- target == self.buildtarget if target == None else target
- directory = get_bb_var(bb_var, target);
- if not directory or not os.path.isdir(directory):
- self.logger.debug("{}: {} points to {} when target = {}"\
- .format(self.classname, bb_var, directory, target))
- raise OSError
- return directory
-
- @classmethod
- def setUpClass(self):
-
- super(VerifyManifest, self).setUpClass()
- self.buildtarget = 'core-image-minimal'
- self.classname = 'VerifyManifest'
-
- self.logger.info("{}: doing bitbake {} as a prerequisite of the test"\
- .format(self.classname, self.buildtarget))
- if bitbake(self.buildtarget).status:
- self.logger.debug("{} Failed to setup {}"\
- .format(self.classname, self.buildtarget))
- self.skipTest("{}: Cannot setup testing scenario"\
- .format(self.classname))
-
- @OETestID(1380)
- def test_SDK_manifest_entries(self):
- '''Verifying the SDK manifest entries exist, this may take a build'''
-
- # the setup should bitbake core-image-minimal and here it is required
- # to do an additional setup for the sdk
- sdktask = '-c populate_sdk'
- bbargs = sdktask + ' ' + self.buildtarget
- self.logger.debug("{}: doing bitbake {} as a prerequisite of the test"\
- .format(self.classname, bbargs))
- if bitbake(bbargs).status:
- self.logger.debug("{} Failed to bitbake {}"\
- .format(self.classname, bbargs))
- self.skipTest("{}: Cannot setup testing scenario"\
- .format(self.classname))
-
-
- pkgdata_dir = reverse_dir = {}
- mfilename = mpath = m_entry = {}
- # get manifest location based on target to query about
- d_target= dict(target = self.buildtarget,
- host = 'nativesdk-packagegroup-sdk-host')
- try:
- mdir = self.get_dir_from_bb_var('SDK_DEPLOY', self.buildtarget)
- for k in d_target.keys():
- bb_vars = get_bb_vars(['SDK_NAME', 'SDK_VERSION'], self.buildtarget)
- mfilename[k] = "{}-toolchain-{}.{}.manifest".format(
- bb_vars['SDK_NAME'],
- bb_vars['SDK_VERSION'],
- k)
- mpath[k] = os.path.join(mdir, mfilename[k])
- if not os.path.isfile(mpath[k]):
- self.logger.debug("{}: {} does not exist".format(
- self.classname, mpath[k]))
- raise IOError
- m_entry[k] = ManifestEntry(mpath[k])
-
- pkgdata_dir[k] = self.get_dir_from_bb_var('PKGDATA_DIR',
- d_target[k])
- reverse_dir[k] = os.path.join(pkgdata_dir[k],
- 'runtime-reverse')
- if not os.path.exists(reverse_dir[k]):
- self.logger.debug("{}: {} does not exist".format(
- self.classname, reverse_dir[k]))
- raise IOError
- except OSError:
- raise self.skipTest("{}: Error in obtaining manifest dirs"\
- .format(self.classname))
- except IOError:
- msg = "{}: Error cannot find manifests in the specified dir:\n{}"\
- .format(self.classname, mdir)
- self.fail(msg)
-
- for k in d_target.keys():
- self.logger.debug("{}: Check manifest {}".format(
- self.classname, m_entry[k].file))
-
- m_entry[k].missing = self.check_manifest_entries(\
- m_entry[k].file,reverse_dir[k])
- if m_entry[k].missing:
- msg = '{}: {} Error has the following missing entries'\
- .format(self.classname, m_entry[k].file)
- logmsg = msg+':\n'+'\n'.join(m_entry[k].missing)
- self.logger.debug(logmsg)
- self.logger.info(msg)
- self.fail(logmsg)
-
- @OETestID(1381)
- def test_image_manifest_entries(self):
- '''Verifying the image manifest entries exist'''
-
- # get manifest location based on target to query about
- try:
- mdir = self.get_dir_from_bb_var('DEPLOY_DIR_IMAGE',
- self.buildtarget)
- mfilename = get_bb_var("IMAGE_LINK_NAME", self.buildtarget)\
- + ".manifest"
- mpath = os.path.join(mdir, mfilename)
- if not os.path.isfile(mpath): raise IOError
- m_entry = ManifestEntry(mpath)
-
- pkgdata_dir = {}
- pkgdata_dir = self.get_dir_from_bb_var('PKGDATA_DIR',
- self.buildtarget)
- revdir = os.path.join(pkgdata_dir, 'runtime-reverse')
- if not os.path.exists(revdir): raise IOError
- except OSError:
- raise self.skipTest("{}: Error in obtaining manifest dirs"\
- .format(self.classname))
- except IOError:
- msg = "{}: Error cannot find manifests in dir:\n{}"\
- .format(self.classname, mdir)
- self.fail(msg)
-
- self.logger.debug("{}: Check manifest {}"\
- .format(self.classname, m_entry.file))
- m_entry.missing = self.check_manifest_entries(\
- m_entry.file, revdir)
- if m_entry.missing:
- msg = '{}: {} Error has the following missing entries'\
- .format(self.classname, m_entry.file)
- logmsg = msg+':\n'+'\n'.join(m_entry.missing)
- self.logger.debug(logmsg)
- self.logger.info(msg)
- self.fail(logmsg)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/meta_ide.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/meta_ide.py
deleted file mode 100644
index 5df9d3ed9..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/meta_ide.py
+++ /dev/null
@@ -1,49 +0,0 @@
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.sdk.utils.sdkbuildproject import SDKBuildProject
-from oeqa.utils.commands import bitbake, get_bb_vars, runCmd
-from oeqa.core.decorator.oeid import OETestID
-import tempfile
-import shutil
-
-class MetaIDE(OESelftestTestCase):
-
- @classmethod
- def setUpClass(cls):
- super(MetaIDE, cls).setUpClass()
- bitbake('meta-ide-support')
- bb_vars = get_bb_vars(['MULTIMACH_TARGET_SYS', 'TMPDIR', 'COREBASE'])
- cls.environment_script = 'environment-setup-%s' % bb_vars['MULTIMACH_TARGET_SYS']
- cls.tmpdir = bb_vars['TMPDIR']
- cls.environment_script_path = '%s/%s' % (cls.tmpdir, cls.environment_script)
- cls.corebasedir = bb_vars['COREBASE']
- cls.tmpdir_metaideQA = tempfile.mkdtemp(prefix='metaide')
-
- @classmethod
- def tearDownClass(cls):
- shutil.rmtree(cls.tmpdir_metaideQA, ignore_errors=True)
- super(MetaIDE, cls).tearDownClass()
-
- @OETestID(1982)
- def test_meta_ide_had_installed_meta_ide_support(self):
- self.assertExists(self.environment_script_path)
-
- @OETestID(1983)
- def test_meta_ide_can_compile_c_program(self):
- runCmd('cp %s/test.c %s' % (self.tc.files_dir, self.tmpdir_metaideQA))
- runCmd("cd %s; . %s; $CC test.c -lm" % (self.tmpdir_metaideQA, self.environment_script_path))
- compiled_file = '%s/a.out' % self.tmpdir_metaideQA
- self.assertExists(compiled_file)
-
- @OETestID(1984)
- def test_meta_ide_can_build_cpio_project(self):
- dl_dir = self.td.get('DL_DIR', None)
- self.project = SDKBuildProject(self.tmpdir_metaideQA + "/cpio/", self.environment_script_path,
- "https://ftp.gnu.org/gnu/cpio/cpio-2.12.tar.gz",
- self.tmpdir_metaideQA, self.td['DATETIME'], dl_dir=dl_dir)
- self.project.download_archive()
- self.assertEqual(self.project.run_configure(), 0,
- msg="Running configure failed")
- self.assertEqual(self.project.run_make(), 0,
- msg="Running make failed")
- self.assertEqual(self.project.run_install(), 0,
- msg="Running make install failed")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/__init__.py
+++ /dev/null
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py
deleted file mode 100644
index 08675fd82..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py
+++ /dev/null
@@ -1,99 +0,0 @@
-import os
-from oeqa.selftest.case import OESelftestTestCase
-import tempfile
-from oeqa.utils.commands import get_bb_var
-from oeqa.core.decorator.oeid import OETestID
-
-class TestBlobParsing(OESelftestTestCase):
-
- def setUp(self):
- import time
- self.repo_path = tempfile.mkdtemp(prefix='selftest-buildhistory',
- dir=get_bb_var('TOPDIR'))
-
- try:
- from git import Repo
- self.repo = Repo.init(self.repo_path)
- except ImportError:
- self.skipTest('Python module GitPython is not present')
-
- self.test_file = "test"
- self.var_map = {}
-
- def tearDown(self):
- import shutil
- shutil.rmtree(self.repo_path)
-
- def commit_vars(self, to_add={}, to_remove = [], msg="A commit message"):
- if len(to_add) == 0 and len(to_remove) == 0:
- return
-
- for k in to_remove:
- self.var_map.pop(x,None)
- for k in to_add:
- self.var_map[k] = to_add[k]
-
- with open(os.path.join(self.repo_path, self.test_file), 'w') as repo_file:
- for k in self.var_map:
- repo_file.write("%s = %s\n" % (k, self.var_map[k]))
-
- self.repo.git.add("--all")
- self.repo.git.commit(message=msg)
-
- @OETestID(1859)
- def test_blob_to_dict(self):
- """
- Test convertion of git blobs to dictionary
- """
- from oe.buildhistory_analysis import blob_to_dict
- valuesmap = { "foo" : "1", "bar" : "2" }
- self.commit_vars(to_add = valuesmap)
-
- blob = self.repo.head.commit.tree.blobs[0]
- self.assertEqual(valuesmap, blob_to_dict(blob),
- "commit was not translated correctly to dictionary")
-
- @OETestID(1860)
- def test_compare_dict_blobs(self):
- """
- Test comparisson of dictionaries extracted from git blobs
- """
- from oe.buildhistory_analysis import compare_dict_blobs
-
- changesmap = { "foo-2" : ("2", "8"), "bar" : ("","4"), "bar-2" : ("","5")}
-
- self.commit_vars(to_add = { "foo" : "1", "foo-2" : "2", "foo-3" : "3" })
- blob1 = self.repo.heads.master.commit.tree.blobs[0]
-
- self.commit_vars(to_add = { "foo-2" : "8", "bar" : "4", "bar-2" : "5" })
- blob2 = self.repo.heads.master.commit.tree.blobs[0]
-
- change_records = compare_dict_blobs(os.path.join(self.repo_path, self.test_file),
- blob1, blob2, False, False)
-
- var_changes = { x.fieldname : (x.oldvalue, x.newvalue) for x in change_records}
- self.assertEqual(changesmap, var_changes, "Changes not reported correctly")
-
- @OETestID(1861)
- def test_compare_dict_blobs_default(self):
- """
- Test default values for comparisson of git blob dictionaries
- """
- from oe.buildhistory_analysis import compare_dict_blobs
- defaultmap = { x : ("default", "1") for x in ["PKG", "PKGE", "PKGV", "PKGR"]}
-
- self.commit_vars(to_add = { "foo" : "1" })
- blob1 = self.repo.heads.master.commit.tree.blobs[0]
-
- self.commit_vars(to_add = { "PKG" : "1", "PKGE" : "1", "PKGV" : "1", "PKGR" : "1" })
- blob2 = self.repo.heads.master.commit.tree.blobs[0]
-
- change_records = compare_dict_blobs(os.path.join(self.repo_path, self.test_file),
- blob1, blob2, False, False)
-
- var_changes = {}
- for x in change_records:
- oldvalue = "default" if ("default" in x.oldvalue) else x.oldvalue
- var_changes[x.fieldname] = (oldvalue, x.newvalue)
-
- self.assertEqual(defaultmap, var_changes, "Defaults not set properly")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/elf.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/elf.py
deleted file mode 100644
index 74ee6a11c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/elf.py
+++ /dev/null
@@ -1,21 +0,0 @@
-from unittest.case import TestCase
-import oe.qa
-
-class TestElf(TestCase):
- def test_machine_name(self):
- """
- Test elf_machine_to_string()
- """
- self.assertEqual(oe.qa.elf_machine_to_string(0x02), "SPARC")
- self.assertEqual(oe.qa.elf_machine_to_string(0x03), "x86")
- self.assertEqual(oe.qa.elf_machine_to_string(0x08), "MIPS")
- self.assertEqual(oe.qa.elf_machine_to_string(0x14), "PowerPC")
- self.assertEqual(oe.qa.elf_machine_to_string(0x28), "ARM")
- self.assertEqual(oe.qa.elf_machine_to_string(0x2A), "SuperH")
- self.assertEqual(oe.qa.elf_machine_to_string(0x32), "IA-64")
- self.assertEqual(oe.qa.elf_machine_to_string(0x3E), "x86-64")
- self.assertEqual(oe.qa.elf_machine_to_string(0xB7), "AArch64")
-
- self.assertEqual(oe.qa.elf_machine_to_string(0x00), "Unknown (0)")
- self.assertEqual(oe.qa.elf_machine_to_string(0xDEADBEEF), "Unknown (3735928559)")
- self.assertEqual(oe.qa.elf_machine_to_string("foobar"), "Unknown ('foobar')")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/license.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/license.py
deleted file mode 100644
index d7f91fb2f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/license.py
+++ /dev/null
@@ -1,99 +0,0 @@
-from unittest.case import TestCase
-import oe.license
-
-class SeenVisitor(oe.license.LicenseVisitor):
- def __init__(self):
- self.seen = []
- oe.license.LicenseVisitor.__init__(self)
-
- def visit_Str(self, node):
- self.seen.append(node.s)
-
-class TestSingleLicense(TestCase):
- licenses = [
- "GPLv2",
- "LGPL-2.0",
- "Artistic",
- "MIT",
- "GPLv3+",
- "FOO_BAR",
- ]
- invalid_licenses = ["GPL/BSD"]
-
- @staticmethod
- def parse(licensestr):
- visitor = SeenVisitor()
- visitor.visit_string(licensestr)
- return visitor.seen
-
- def test_single_licenses(self):
- for license in self.licenses:
- licenses = self.parse(license)
- self.assertListEqual(licenses, [license])
-
- def test_invalid_licenses(self):
- for license in self.invalid_licenses:
- with self.assertRaises(oe.license.InvalidLicense) as cm:
- self.parse(license)
- self.assertEqual(cm.exception.license, license)
-
-class TestSimpleCombinations(TestCase):
- tests = {
- "FOO&BAR": ["FOO", "BAR"],
- "BAZ & MOO": ["BAZ", "MOO"],
- "ALPHA|BETA": ["ALPHA"],
- "BAZ&MOO|FOO": ["FOO"],
- "FOO&BAR|BAZ": ["FOO", "BAR"],
- }
- preferred = ["ALPHA", "FOO", "BAR"]
-
- def test_tests(self):
- def choose(a, b):
- if all(lic in self.preferred for lic in b):
- return b
- else:
- return a
-
- for license, expected in self.tests.items():
- licenses = oe.license.flattened_licenses(license, choose)
- self.assertListEqual(licenses, expected)
-
-class TestComplexCombinations(TestSimpleCombinations):
- tests = {
- "FOO & (BAR | BAZ)&MOO": ["FOO", "BAR", "MOO"],
- "(ALPHA|(BETA&THETA)|OMEGA)&DELTA": ["OMEGA", "DELTA"],
- "((ALPHA|BETA)&FOO)|BAZ": ["BETA", "FOO"],
- "(GPL-2.0|Proprietary)&BSD-4-clause&MIT": ["GPL-2.0", "BSD-4-clause", "MIT"],
- }
- preferred = ["BAR", "OMEGA", "BETA", "GPL-2.0"]
-
-class TestIsIncluded(TestCase):
- tests = {
- ("FOO | BAR", None, None):
- [True, ["FOO"]],
- ("FOO | BAR", None, "FOO"):
- [True, ["BAR"]],
- ("FOO | BAR", "BAR", None):
- [True, ["BAR"]],
- ("FOO | BAR & FOOBAR", "*BAR", None):
- [True, ["BAR", "FOOBAR"]],
- ("FOO | BAR & FOOBAR", None, "FOO*"):
- [False, ["FOOBAR"]],
- ("(FOO | BAR) & FOOBAR | BARFOO", None, "FOO"):
- [True, ["BAR", "FOOBAR"]],
- ("(FOO | BAR) & FOOBAR | BAZ & MOO & BARFOO", None, "FOO"):
- [True, ["BAZ", "MOO", "BARFOO"]],
- ("GPL-3.0 & GPL-2.0 & LGPL-2.1 | Proprietary", None, None):
- [True, ["GPL-3.0", "GPL-2.0", "LGPL-2.1"]],
- ("GPL-3.0 & GPL-2.0 & LGPL-2.1 | Proprietary", None, "GPL-3.0"):
- [True, ["Proprietary"]],
- ("GPL-3.0 & GPL-2.0 & LGPL-2.1 | Proprietary", None, "GPL-3.0 Proprietary"):
- [False, ["GPL-3.0"]]
- }
-
- def test_tests(self):
- for args, expected in self.tests.items():
- is_included, licenses = oe.license.is_included(
- args[0], (args[1] or '').split(), (args[2] or '').split())
- self.assertEqual(is_included, expected[0])
- self.assertListEqual(licenses, expected[1])
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/path.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/path.py
deleted file mode 100644
index 75a27c06f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/path.py
+++ /dev/null
@@ -1,89 +0,0 @@
-from unittest.case import TestCase
-import oe, oe.path
-import tempfile
-import os
-import errno
-import shutil
-
-class TestRealPath(TestCase):
- DIRS = [ "a", "b", "etc", "sbin", "usr", "usr/bin", "usr/binX", "usr/sbin", "usr/include", "usr/include/gdbm" ]
- FILES = [ "etc/passwd", "b/file" ]
- LINKS = [
- ( "bin", "/usr/bin", "/usr/bin" ),
- ( "binX", "usr/binX", "/usr/binX" ),
- ( "c", "broken", "/broken" ),
- ( "etc/passwd-1", "passwd", "/etc/passwd" ),
- ( "etc/passwd-2", "passwd-1", "/etc/passwd" ),
- ( "etc/passwd-3", "/etc/passwd-1", "/etc/passwd" ),
- ( "etc/shadow-1", "/etc/shadow", "/etc/shadow" ),
- ( "etc/shadow-2", "/etc/shadow-1", "/etc/shadow" ),
- ( "prog-A", "bin/prog-A", "/usr/bin/prog-A" ),
- ( "prog-B", "/bin/prog-B", "/usr/bin/prog-B" ),
- ( "usr/bin/prog-C", "../../sbin/prog-C", "/sbin/prog-C" ),
- ( "usr/bin/prog-D", "/sbin/prog-D", "/sbin/prog-D" ),
- ( "usr/binX/prog-E", "../sbin/prog-E", None ),
- ( "usr/bin/prog-F", "../../../sbin/prog-F", "/sbin/prog-F" ),
- ( "loop", "a/loop", None ),
- ( "a/loop", "../loop", None ),
- ( "b/test", "file/foo", "/b/file/foo" ),
- ]
-
- LINKS_PHYS = [
- ( "./", "/", "" ),
- ( "binX/prog-E", "/usr/sbin/prog-E", "/sbin/prog-E" ),
- ]
-
- EXCEPTIONS = [
- ( "loop", errno.ELOOP ),
- ( "b/test", errno.ENOENT ),
- ]
-
- def __del__(self):
- try:
- #os.system("tree -F %s" % self.tmpdir)
- shutil.rmtree(self.tmpdir)
- except:
- pass
-
- def setUp(self):
- self.tmpdir = tempfile.mkdtemp(prefix = "oe-test_path")
- self.root = os.path.join(self.tmpdir, "R")
-
- os.mkdir(os.path.join(self.tmpdir, "_real"))
- os.symlink("_real", self.root)
-
- for d in self.DIRS:
- os.mkdir(os.path.join(self.root, d))
- for f in self.FILES:
- open(os.path.join(self.root, f), "w")
- for l in self.LINKS:
- os.symlink(l[1], os.path.join(self.root, l[0]))
-
- def __realpath(self, file, use_physdir, assume_dir = True):
- return oe.path.realpath(os.path.join(self.root, file), self.root,
- use_physdir, assume_dir = assume_dir)
-
- def test_norm(self):
- for l in self.LINKS:
- if l[2] == None:
- continue
-
- target_p = self.__realpath(l[0], True)
- target_l = self.__realpath(l[0], False)
-
- if l[2] != False:
- self.assertEqual(target_p, target_l)
- self.assertEqual(l[2], target_p[len(self.root):])
-
- def test_phys(self):
- for l in self.LINKS_PHYS:
- target_p = self.__realpath(l[0], True)
- target_l = self.__realpath(l[0], False)
-
- self.assertEqual(l[1], target_p[len(self.root):])
- self.assertEqual(l[2], target_l[len(self.root):])
-
- def test_loop(self):
- for e in self.EXCEPTIONS:
- self.assertRaisesRegex(OSError, r'\[Errno %u\]' % e[1],
- self.__realpath, e[0], False, False)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/types.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/types.py
deleted file mode 100644
index 6b53aa64e..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/types.py
+++ /dev/null
@@ -1,50 +0,0 @@
-from unittest.case import TestCase
-from oe.maketype import create
-
-class TestBooleanType(TestCase):
- def test_invalid(self):
- self.assertRaises(ValueError, create, '', 'boolean')
- self.assertRaises(ValueError, create, 'foo', 'boolean')
- self.assertRaises(TypeError, create, object(), 'boolean')
-
- def test_true(self):
- self.assertTrue(create('y', 'boolean'))
- self.assertTrue(create('yes', 'boolean'))
- self.assertTrue(create('1', 'boolean'))
- self.assertTrue(create('t', 'boolean'))
- self.assertTrue(create('true', 'boolean'))
- self.assertTrue(create('TRUE', 'boolean'))
- self.assertTrue(create('truE', 'boolean'))
-
- def test_false(self):
- self.assertFalse(create('n', 'boolean'))
- self.assertFalse(create('no', 'boolean'))
- self.assertFalse(create('0', 'boolean'))
- self.assertFalse(create('f', 'boolean'))
- self.assertFalse(create('false', 'boolean'))
- self.assertFalse(create('FALSE', 'boolean'))
- self.assertFalse(create('faLse', 'boolean'))
-
- def test_bool_equality(self):
- self.assertEqual(create('n', 'boolean'), False)
- self.assertNotEqual(create('n', 'boolean'), True)
- self.assertEqual(create('y', 'boolean'), True)
- self.assertNotEqual(create('y', 'boolean'), False)
-
-class TestList(TestCase):
- def assertListEqual(self, value, valid, sep=None):
- obj = create(value, 'list', separator=sep)
- self.assertEqual(obj, valid)
- if sep is not None:
- self.assertEqual(obj.separator, sep)
- self.assertEqual(str(obj), obj.separator.join(obj))
-
- def test_list_nosep(self):
- testlist = ['alpha', 'beta', 'theta']
- self.assertListEqual('alpha beta theta', testlist)
- self.assertListEqual('alpha beta\ttheta', testlist)
- self.assertListEqual('alpha', ['alpha'])
-
- def test_list_usersep(self):
- self.assertListEqual('foo:bar', ['foo', 'bar'], ':')
- self.assertListEqual('foo:bar:baz', ['foo', 'bar', 'baz'], ':')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/utils.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/utils.py
deleted file mode 100644
index 9fb6c1576..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oelib/utils.py
+++ /dev/null
@@ -1,51 +0,0 @@
-from unittest.case import TestCase
-from oe.utils import packages_filter_out_system, trim_version
-
-class TestPackagesFilterOutSystem(TestCase):
- def test_filter(self):
- """
- Test that oe.utils.packages_filter_out_system works.
- """
- try:
- import bb
- except ImportError:
- self.skipTest("Cannot import bb")
-
- d = bb.data_smart.DataSmart()
- d.setVar("PN", "foo")
-
- d.setVar("PACKAGES", "foo foo-doc foo-dev")
- pkgs = packages_filter_out_system(d)
- self.assertEqual(pkgs, [])
-
- d.setVar("PACKAGES", "foo foo-doc foo-data foo-dev")
- pkgs = packages_filter_out_system(d)
- self.assertEqual(pkgs, ["foo-data"])
-
- d.setVar("PACKAGES", "foo foo-locale-en-gb")
- pkgs = packages_filter_out_system(d)
- self.assertEqual(pkgs, [])
-
- d.setVar("PACKAGES", "foo foo-data foo-locale-en-gb")
- pkgs = packages_filter_out_system(d)
- self.assertEqual(pkgs, ["foo-data"])
-
-
-class TestTrimVersion(TestCase):
- def test_version_exception(self):
- with self.assertRaises(TypeError):
- trim_version(None, 2)
- with self.assertRaises(TypeError):
- trim_version((1, 2, 3), 2)
-
- def test_num_exception(self):
- with self.assertRaises(ValueError):
- trim_version("1.2.3", 0)
- with self.assertRaises(ValueError):
- trim_version("1.2.3", -1)
-
- def test_valid(self):
- self.assertEqual(trim_version("1.2.3", 1), "1")
- self.assertEqual(trim_version("1.2.3", 2), "1.2")
- self.assertEqual(trim_version("1.2.3", 3), "1.2.3")
- self.assertEqual(trim_version("1.2.3", 4), "1.2.3")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oescripts.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oescripts.py
deleted file mode 100644
index 1ee753763..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/oescripts.py
+++ /dev/null
@@ -1,15 +0,0 @@
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.selftest.cases.buildhistory import BuildhistoryBase
-from oeqa.utils.commands import Command, runCmd, bitbake, get_bb_var, get_test_layer
-from oeqa.core.decorator.oeid import OETestID
-
-class BuildhistoryDiffTests(BuildhistoryBase):
-
- @OETestID(295)
- def test_buildhistory_diff(self):
- target = 'xcursor-transparent-theme'
- self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
- self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True)
- result = runCmd("buildhistory-diff -p %s" % get_bb_var('BUILDHISTORY_DIR'))
- expected_output = 'PR changed from "r1" to "r0"'
- self.assertTrue(expected_output in result.output, msg="Did not find expected output: %s" % result.output)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/package.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/package.py
deleted file mode 100644
index 169698f78..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/package.py
+++ /dev/null
@@ -1,86 +0,0 @@
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.utils.commands import bitbake, get_bb_vars
-import subprocess, os
-import oe.path
-
-class VersionOrdering(OESelftestTestCase):
- # version1, version2, sort order
- tests = (
- ("1.0", "1.0", 0),
- ("1.0", "2.0", -1),
- ("2.0", "1.0", 1),
- ("2.0-rc", "2.0", 1),
- ("2.0~rc", "2.0", -1),
- ("1.2rc2", "1.2.0", -1)
- )
-
- @classmethod
- def setUpClass(cls):
- super().setUpClass()
-
- # Build the tools we need and populate a sysroot
- bitbake("dpkg-native opkg-native rpm-native python3-native")
- bitbake("build-sysroots -c build_native_sysroot")
-
- # Get the paths so we can point into the sysroot correctly
- vars = get_bb_vars(["STAGING_DIR", "BUILD_ARCH", "bindir_native", "libdir_native"])
- cls.staging = oe.path.join(vars["STAGING_DIR"], vars["BUILD_ARCH"])
- cls.bindir = oe.path.join(cls.staging, vars["bindir_native"])
- cls.libdir = oe.path.join(cls.staging, vars["libdir_native"])
-
- def setUp(self):
- # Just for convenience
- self.staging = type(self).staging
- self.bindir = type(self).bindir
- self.libdir = type(self).libdir
-
- @OETestID(1880)
- def test_dpkg(self):
- for ver1, ver2, sort in self.tests:
- op = { -1: "<<", 0: "=", 1: ">>" }[sort]
- status = subprocess.call((oe.path.join(self.bindir, "dpkg"), "--compare-versions", ver1, op, ver2))
- self.assertEqual(status, 0, "%s %s %s failed" % (ver1, op, ver2))
-
- # Now do it again but with incorrect operations
- op = { -1: ">>", 0: ">>", 1: "<<" }[sort]
- status = subprocess.call((oe.path.join(self.bindir, "dpkg"), "--compare-versions", ver1, op, ver2))
- self.assertNotEqual(status, 0, "%s %s %s failed" % (ver1, op, ver2))
-
- # Now do it again but with incorrect operations
- op = { -1: "=", 0: "<<", 1: "=" }[sort]
- status = subprocess.call((oe.path.join(self.bindir, "dpkg"), "--compare-versions", ver1, op, ver2))
- self.assertNotEqual(status, 0, "%s %s %s failed" % (ver1, op, ver2))
-
- @OETestID(1881)
- def test_opkg(self):
- for ver1, ver2, sort in self.tests:
- op = { -1: "<<", 0: "=", 1: ">>" }[sort]
- status = subprocess.call((oe.path.join(self.bindir, "opkg"), "compare-versions", ver1, op, ver2))
- self.assertEqual(status, 0, "%s %s %s failed" % (ver1, op, ver2))
-
- # Now do it again but with incorrect operations
- op = { -1: ">>", 0: ">>", 1: "<<" }[sort]
- status = subprocess.call((oe.path.join(self.bindir, "opkg"), "compare-versions", ver1, op, ver2))
- self.assertNotEqual(status, 0, "%s %s %s failed" % (ver1, op, ver2))
-
- # Now do it again but with incorrect operations
- op = { -1: "=", 0: "<<", 1: "=" }[sort]
- status = subprocess.call((oe.path.join(self.bindir, "opkg"), "compare-versions", ver1, op, ver2))
- self.assertNotEqual(status, 0, "%s %s %s failed" % (ver1, op, ver2))
-
- @OETestID(1882)
- def test_rpm(self):
- # Need to tell the Python bindings where to find its configuration
- env = os.environ.copy()
- env["RPM_CONFIGDIR"] = oe.path.join(self.libdir, "rpm")
-
- for ver1, ver2, sort in self.tests:
- # The only way to test rpm is via the Python module, so we need to
- # execute python3-native. labelCompare returns -1/0/1 (like strcmp)
- # so add 100 and use that as the exit code.
- command = (oe.path.join(self.bindir, "python3-native", "python3"), "-c",
- "import sys, rpm; v1=(None, \"%s\", None); v2=(None, \"%s\", None); sys.exit(rpm.labelCompare(v1, v2) + 100)" % (ver1, ver2))
- status = subprocess.call(command, env=env)
- self.assertIn(status, (99, 100, 101))
- self.assertEqual(status - 100, sort, "%s %s (%d) failed" % (ver1, ver2, sort))
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/pkgdata.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/pkgdata.py
deleted file mode 100644
index 0b4caf1b2..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/pkgdata.py
+++ /dev/null
@@ -1,224 +0,0 @@
-import os
-import tempfile
-import fnmatch
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
-from oeqa.core.decorator.oeid import OETestID
-
-class OePkgdataUtilTests(OESelftestTestCase):
-
- @classmethod
- def setUpClass(cls):
- super(OePkgdataUtilTests, cls).setUpClass()
- # Ensure we have the right data in pkgdata
- cls.logger.info('Running bitbake to generate pkgdata')
- bitbake('busybox zlib m4')
-
- @OETestID(1203)
- def test_lookup_pkg(self):
- # Forward tests
- result = runCmd('oe-pkgdata-util lookup-pkg "zlib busybox"')
- self.assertEqual(result.output, 'libz1\nbusybox')
- result = runCmd('oe-pkgdata-util lookup-pkg zlib-dev')
- self.assertEqual(result.output, 'libz-dev')
- result = runCmd('oe-pkgdata-util lookup-pkg nonexistentpkg', ignore_status=True)
- self.assertEqual(result.status, 1, "Status different than 1. output: %s" % result.output)
- self.assertEqual(result.output, 'ERROR: The following packages could not be found: nonexistentpkg')
- # Reverse tests
- result = runCmd('oe-pkgdata-util lookup-pkg -r "libz1 busybox"')
- self.assertEqual(result.output, 'zlib\nbusybox')
- result = runCmd('oe-pkgdata-util lookup-pkg -r libz-dev')
- self.assertEqual(result.output, 'zlib-dev')
- result = runCmd('oe-pkgdata-util lookup-pkg -r nonexistentpkg', ignore_status=True)
- self.assertEqual(result.status, 1, "Status different than 1. output: %s" % result.output)
- self.assertEqual(result.output, 'ERROR: The following packages could not be found: nonexistentpkg')
-
- @OETestID(1205)
- def test_read_value(self):
- result = runCmd('oe-pkgdata-util read-value PN libz1')
- self.assertEqual(result.output, 'zlib')
- result = runCmd('oe-pkgdata-util read-value PKG libz1')
- self.assertEqual(result.output, 'libz1')
- result = runCmd('oe-pkgdata-util read-value PKGSIZE m4')
- pkgsize = int(result.output.strip())
- self.assertGreater(pkgsize, 1, "Size should be greater than 1. %s" % result.output)
-
- @OETestID(1198)
- def test_find_path(self):
- result = runCmd('oe-pkgdata-util find-path /lib/libz.so.1')
- self.assertEqual(result.output, 'zlib: /lib/libz.so.1')
- result = runCmd('oe-pkgdata-util find-path /usr/bin/m4')
- self.assertEqual(result.output, 'm4: /usr/bin/m4')
- result = runCmd('oe-pkgdata-util find-path /not/exist', ignore_status=True)
- self.assertEqual(result.status, 1, "Status different than 1. output: %s" % result.output)
- self.assertEqual(result.output, 'ERROR: Unable to find any package producing path /not/exist')
-
- @OETestID(1204)
- def test_lookup_recipe(self):
- result = runCmd('oe-pkgdata-util lookup-recipe "libz-staticdev busybox"')
- self.assertEqual(result.output, 'zlib\nbusybox')
- result = runCmd('oe-pkgdata-util lookup-recipe libz-dbg')
- self.assertEqual(result.output, 'zlib')
- result = runCmd('oe-pkgdata-util lookup-recipe nonexistentpkg', ignore_status=True)
- self.assertEqual(result.status, 1, "Status different than 1. output: %s" % result.output)
- self.assertEqual(result.output, 'ERROR: The following packages could not be found: nonexistentpkg')
-
- @OETestID(1202)
- def test_list_pkgs(self):
- # No arguments
- result = runCmd('oe-pkgdata-util list-pkgs')
- pkglist = result.output.split()
- self.assertIn('zlib', pkglist, "Listed packages: %s" % result.output)
- self.assertIn('zlib-dev', pkglist, "Listed packages: %s" % result.output)
- # No pkgspec, runtime
- result = runCmd('oe-pkgdata-util list-pkgs -r')
- pkglist = result.output.split()
- self.assertIn('libz-dev', pkglist, "Listed packages: %s" % result.output)
- # With recipe specified
- result = runCmd('oe-pkgdata-util list-pkgs -p zlib')
- pkglist = sorted(result.output.split())
- try:
- pkglist.remove('zlib-ptest') # in case ptest is disabled
- except ValueError:
- pass
- self.assertEqual(pkglist, ['zlib', 'zlib-dbg', 'zlib-dev', 'zlib-doc', 'zlib-staticdev'], "Packages listed after remove: %s" % result.output)
- # With recipe specified, runtime
- result = runCmd('oe-pkgdata-util list-pkgs -p zlib -r')
- pkglist = sorted(result.output.split())
- try:
- pkglist.remove('libz-ptest') # in case ptest is disabled
- except ValueError:
- pass
- self.assertEqual(pkglist, ['libz-dbg', 'libz-dev', 'libz-doc', 'libz-staticdev', 'libz1'], "Packages listed after remove: %s" % result.output)
- # With recipe specified and unpackaged
- result = runCmd('oe-pkgdata-util list-pkgs -p zlib -u')
- pkglist = sorted(result.output.split())
- self.assertIn('zlib-locale', pkglist, "Listed packages: %s" % result.output)
- # With recipe specified and unpackaged, runtime
- result = runCmd('oe-pkgdata-util list-pkgs -p zlib -u -r')
- pkglist = sorted(result.output.split())
- self.assertIn('libz-locale', pkglist, "Listed packages: %s" % result.output)
- # With recipe specified and pkgspec
- result = runCmd('oe-pkgdata-util list-pkgs -p zlib "*-d*"')
- pkglist = sorted(result.output.split())
- self.assertEqual(pkglist, ['zlib-dbg', 'zlib-dev', 'zlib-doc'], "Packages listed: %s" % result.output)
- # With recipe specified and pkgspec, runtime
- result = runCmd('oe-pkgdata-util list-pkgs -p zlib -r "*-d*"')
- pkglist = sorted(result.output.split())
- self.assertEqual(pkglist, ['libz-dbg', 'libz-dev', 'libz-doc'], "Packages listed: %s" % result.output)
-
- @OETestID(1201)
- def test_list_pkg_files(self):
- def splitoutput(output):
- files = {}
- curpkg = None
- for line in output.splitlines():
- if line.startswith('\t'):
- self.assertTrue(curpkg, 'Unexpected non-package line:\n%s' % line)
- files[curpkg].append(line.strip())
- else:
- self.assertTrue(line.rstrip().endswith(':'), 'Invalid package line in output:\n%s' % line)
- curpkg = line.split(':')[0]
- files[curpkg] = []
- return files
- bb_vars = get_bb_vars(['base_libdir', 'libdir', 'includedir', 'mandir'])
- base_libdir = bb_vars['base_libdir']
- libdir = bb_vars['libdir']
- includedir = bb_vars['includedir']
- mandir = bb_vars['mandir']
- # Test recipe-space package name
- result = runCmd('oe-pkgdata-util list-pkg-files zlib-dev zlib-doc')
- files = splitoutput(result.output)
- self.assertIn('zlib-dev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib-doc', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn(os.path.join(includedir, 'zlib.h'), files['zlib-dev'])
- self.assertIn(os.path.join(mandir, 'man3/zlib.3'), files['zlib-doc'])
- # Test runtime package name
- result = runCmd('oe-pkgdata-util list-pkg-files -r libz1 libz-dev')
- files = splitoutput(result.output)
- self.assertIn('libz1', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz-dev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertGreater(len(files['libz1']), 1)
- libspec = os.path.join(base_libdir, 'libz.so.1.*')
- found = False
- for fileitem in files['libz1']:
- if fnmatch.fnmatchcase(fileitem, libspec):
- found = True
- break
- self.assertTrue(found, 'Could not find zlib library file %s in libz1 package file list: %s' % (libspec, files['libz1']))
- self.assertIn(os.path.join(includedir, 'zlib.h'), files['libz-dev'])
- # Test recipe
- result = runCmd('oe-pkgdata-util list-pkg-files -p zlib')
- files = splitoutput(result.output)
- self.assertIn('zlib-dbg', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib-doc', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib-dev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib-staticdev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertNotIn('zlib-locale', list(files.keys()), "listed pkgs. files: %s" %result.output)
- # (ignore ptest, might not be there depending on config)
- self.assertIn(os.path.join(includedir, 'zlib.h'), files['zlib-dev'])
- self.assertIn(os.path.join(mandir, 'man3/zlib.3'), files['zlib-doc'])
- self.assertIn(os.path.join(libdir, 'libz.a'), files['zlib-staticdev'])
- # Test recipe, runtime
- result = runCmd('oe-pkgdata-util list-pkg-files -p zlib -r')
- files = splitoutput(result.output)
- self.assertIn('libz-dbg', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz-doc', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz-dev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz-staticdev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz1', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertNotIn('libz-locale', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn(os.path.join(includedir, 'zlib.h'), files['libz-dev'])
- self.assertIn(os.path.join(mandir, 'man3/zlib.3'), files['libz-doc'])
- self.assertIn(os.path.join(libdir, 'libz.a'), files['libz-staticdev'])
- # Test recipe, unpackaged
- result = runCmd('oe-pkgdata-util list-pkg-files -p zlib -u')
- files = splitoutput(result.output)
- self.assertIn('zlib-dbg', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib-doc', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib-dev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib-staticdev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('zlib-locale', list(files.keys()), "listed pkgs. files: %s" %result.output) # this is the key one
- self.assertIn(os.path.join(includedir, 'zlib.h'), files['zlib-dev'])
- self.assertIn(os.path.join(mandir, 'man3/zlib.3'), files['zlib-doc'])
- self.assertIn(os.path.join(libdir, 'libz.a'), files['zlib-staticdev'])
- # Test recipe, runtime, unpackaged
- result = runCmd('oe-pkgdata-util list-pkg-files -p zlib -r -u')
- files = splitoutput(result.output)
- self.assertIn('libz-dbg', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz-doc', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz-dev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz-staticdev', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz1', list(files.keys()), "listed pkgs. files: %s" %result.output)
- self.assertIn('libz-locale', list(files.keys()), "listed pkgs. files: %s" %result.output) # this is the key one
- self.assertIn(os.path.join(includedir, 'zlib.h'), files['libz-dev'])
- self.assertIn(os.path.join(mandir, 'man3/zlib.3'), files['libz-doc'])
- self.assertIn(os.path.join(libdir, 'libz.a'), files['libz-staticdev'])
-
- @OETestID(1200)
- def test_glob(self):
- tempdir = tempfile.mkdtemp(prefix='pkgdataqa')
- self.track_for_cleanup(tempdir)
- pkglistfile = os.path.join(tempdir, 'pkglist')
- with open(pkglistfile, 'w') as f:
- f.write('libz1\n')
- f.write('busybox\n')
- result = runCmd('oe-pkgdata-util glob %s "*-dev"' % pkglistfile)
- desiredresult = ['libz-dev', 'busybox-dev']
- self.assertEqual(sorted(result.output.split()), sorted(desiredresult))
- # The following should not error (because when we use this during rootfs construction, sometimes the complementary package won't exist)
- result = runCmd('oe-pkgdata-util glob %s "*-nonexistent"' % pkglistfile)
- self.assertEqual(result.output, '')
- # Test exclude option
- result = runCmd('oe-pkgdata-util glob %s "*-dev *-dbg" -x "^libz"' % pkglistfile)
- resultlist = result.output.split()
- self.assertNotIn('libz-dev', resultlist)
- self.assertNotIn('libz-dbg', resultlist)
-
- @OETestID(1206)
- def test_specify_pkgdatadir(self):
- result = runCmd('oe-pkgdata-util -p %s lookup-pkg zlib' % get_bb_var('PKGDATA_DIR'))
- self.assertEqual(result.output, 'libz1')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/prservice.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/prservice.py
deleted file mode 100644
index 479e52061..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/prservice.py
+++ /dev/null
@@ -1,131 +0,0 @@
-import os
-import re
-import shutil
-import datetime
-
-import oeqa.utils.ftools as ftools
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.utils.network import get_free_port
-
-class BitbakePrTests(OESelftestTestCase):
-
- @classmethod
- def setUpClass(cls):
- super(BitbakePrTests, cls).setUpClass()
- cls.pkgdata_dir = get_bb_var('PKGDATA_DIR')
-
- def get_pr_version(self, package_name):
- package_data_file = os.path.join(self.pkgdata_dir, 'runtime', package_name)
- package_data = ftools.read_file(package_data_file)
- find_pr = re.search("PKGR: r[0-9]+\.([0-9]+)", package_data)
- self.assertTrue(find_pr, "No PKG revision found in %s" % package_data_file)
- return int(find_pr.group(1))
-
- def get_task_stamp(self, package_name, recipe_task):
- stampdata = get_bb_var('STAMP', target=package_name).split('/')
- prefix = stampdata[-1]
- package_stamps_path = "/".join(stampdata[:-1])
- stamps = []
- for stamp in os.listdir(package_stamps_path):
- find_stamp = re.match("%s\.%s\.([a-z0-9]{32})" % (re.escape(prefix), recipe_task), stamp)
- if find_stamp:
- stamps.append(find_stamp.group(1))
- self.assertFalse(len(stamps) == 0, msg="Cound not find stamp for task %s for recipe %s" % (recipe_task, package_name))
- self.assertFalse(len(stamps) > 1, msg="Found multiple %s stamps for the %s recipe in the %s directory." % (recipe_task, package_name, package_stamps_path))
- return str(stamps[0])
-
- def increment_package_pr(self, package_name):
- inc_data = "do_package_append() {\n bb.build.exec_func('do_test_prserv', d)\n}\ndo_test_prserv() {\necho \"The current date is: %s\"\n}" % datetime.datetime.now()
- self.write_recipeinc(package_name, inc_data)
- res = bitbake(package_name, ignore_status=True)
- self.delete_recipeinc(package_name)
- self.assertEqual(res.status, 0, msg=res.output)
-
- def config_pr_tests(self, package_name, package_type='rpm', pr_socket='localhost:0'):
- config_package_data = 'PACKAGE_CLASSES = "package_%s"' % package_type
- self.write_config(config_package_data)
- config_server_data = 'PRSERV_HOST = "%s"' % pr_socket
- self.append_config(config_server_data)
-
- def run_test_pr_service(self, package_name, package_type='rpm', track_task='do_package', pr_socket='localhost:0'):
- self.config_pr_tests(package_name, package_type, pr_socket)
-
- self.increment_package_pr(package_name)
- pr_1 = self.get_pr_version(package_name)
- stamp_1 = self.get_task_stamp(package_name, track_task)
-
- self.increment_package_pr(package_name)
- pr_2 = self.get_pr_version(package_name)
- stamp_2 = self.get_task_stamp(package_name, track_task)
-
- self.assertTrue(pr_2 - pr_1 == 1, "Step between same pkg. revision is greater than 1")
- self.assertTrue(stamp_1 != stamp_2, "Different pkg rev. but same stamp: %s" % stamp_1)
-
- def run_test_pr_export_import(self, package_name, replace_current_db=True):
- self.config_pr_tests(package_name)
-
- self.increment_package_pr(package_name)
- pr_1 = self.get_pr_version(package_name)
-
- exported_db_path = os.path.join(self.builddir, 'export.inc')
- export_result = runCmd("bitbake-prserv-tool export %s" % exported_db_path, ignore_status=True)
- self.assertEqual(export_result.status, 0, msg="PR Service database export failed: %s" % export_result.output)
- self.assertTrue(os.path.exists(exported_db_path))
-
- if replace_current_db:
- current_db_path = os.path.join(get_bb_var('PERSISTENT_DIR'), 'prserv.sqlite3')
- self.assertTrue(os.path.exists(current_db_path), msg="Path to current PR Service database is invalid: %s" % current_db_path)
- os.remove(current_db_path)
-
- import_result = runCmd("bitbake-prserv-tool import %s" % exported_db_path, ignore_status=True)
- os.remove(exported_db_path)
- self.assertEqual(import_result.status, 0, msg="PR Service database import failed: %s" % import_result.output)
-
- self.increment_package_pr(package_name)
- pr_2 = self.get_pr_version(package_name)
-
- self.assertTrue(pr_2 - pr_1 == 1, "Step between same pkg. revision is greater than 1")
-
- @OETestID(930)
- def test_import_export_replace_db(self):
- self.run_test_pr_export_import('m4')
-
- @OETestID(931)
- def test_import_export_override_db(self):
- self.run_test_pr_export_import('m4', replace_current_db=False)
-
- @OETestID(932)
- def test_pr_service_rpm_arch_dep(self):
- self.run_test_pr_service('m4', 'rpm', 'do_package')
-
- @OETestID(934)
- def test_pr_service_deb_arch_dep(self):
- self.run_test_pr_service('m4', 'deb', 'do_package')
-
- @OETestID(933)
- def test_pr_service_ipk_arch_dep(self):
- self.run_test_pr_service('m4', 'ipk', 'do_package')
-
- @OETestID(935)
- def test_pr_service_rpm_arch_indep(self):
- self.run_test_pr_service('xcursor-transparent-theme', 'rpm', 'do_package')
-
- @OETestID(937)
- def test_pr_service_deb_arch_indep(self):
- self.run_test_pr_service('xcursor-transparent-theme', 'deb', 'do_package')
-
- @OETestID(936)
- def test_pr_service_ipk_arch_indep(self):
- self.run_test_pr_service('xcursor-transparent-theme', 'ipk', 'do_package')
-
- @OETestID(1419)
- def test_stopping_prservice_message(self):
- port = get_free_port()
-
- runCmd('bitbake-prserv --host localhost --port %s --loglevel=DEBUG --start' % port)
- ret = runCmd('bitbake-prserv --host localhost --port %s --loglevel=DEBUG --stop' % port)
-
- self.assertEqual(ret.status, 0)
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/recipetool.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/recipetool.py
deleted file mode 100644
index 754ea9498..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/recipetool.py
+++ /dev/null
@@ -1,698 +0,0 @@
-import os
-import shutil
-import tempfile
-import urllib.parse
-
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var
-from oeqa.utils.commands import get_bb_vars, create_temp_layer
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.selftest.cases import devtool
-
-templayerdir = None
-
-def setUpModule():
- global templayerdir
- templayerdir = tempfile.mkdtemp(prefix='recipetoolqa')
- create_temp_layer(templayerdir, 'selftestrecipetool')
- runCmd('bitbake-layers add-layer %s' % templayerdir)
-
-
-def tearDownModule():
- runCmd('bitbake-layers remove-layer %s' % templayerdir, ignore_status=True)
- runCmd('rm -rf %s' % templayerdir)
-
-
-class RecipetoolBase(devtool.DevtoolBase):
-
- def setUpLocal(self):
- super(RecipetoolBase, self).setUpLocal()
- self.templayerdir = templayerdir
- self.tempdir = tempfile.mkdtemp(prefix='recipetoolqa')
- self.track_for_cleanup(self.tempdir)
- self.testfile = os.path.join(self.tempdir, 'testfile')
- with open(self.testfile, 'w') as f:
- f.write('Test file\n')
-
- def tearDownLocal(self):
- runCmd('rm -rf %s/recipes-*' % self.templayerdir)
- super(RecipetoolBase, self).tearDownLocal()
-
- def _try_recipetool_appendcmd(self, cmd, testrecipe, expectedfiles, expectedlines=None):
- result = runCmd(cmd)
- self.assertNotIn('Traceback', result.output)
-
- # Check the bbappend was created and applies properly
- recipefile = get_bb_var('FILE', testrecipe)
- bbappendfile = self._check_bbappend(testrecipe, recipefile, self.templayerdir)
-
- # Check the bbappend contents
- if expectedlines is not None:
- with open(bbappendfile, 'r') as f:
- self.assertEqual(expectedlines, f.readlines(), "Expected lines are not present in %s" % bbappendfile)
-
- # Check file was copied
- filesdir = os.path.join(os.path.dirname(bbappendfile), testrecipe)
- for expectedfile in expectedfiles:
- self.assertTrue(os.path.isfile(os.path.join(filesdir, expectedfile)), 'Expected file %s to be copied next to bbappend, but it wasn\'t' % expectedfile)
-
- # Check no other files created
- createdfiles = []
- for root, _, files in os.walk(filesdir):
- for f in files:
- createdfiles.append(os.path.relpath(os.path.join(root, f), filesdir))
- self.assertTrue(sorted(createdfiles), sorted(expectedfiles))
-
- return bbappendfile, result.output
-
-
-class RecipetoolTests(RecipetoolBase):
-
- @classmethod
- def setUpClass(cls):
- super(RecipetoolTests, cls).setUpClass()
- # Ensure we have the right data in shlibs/pkgdata
- cls.logger.info('Running bitbake to generate pkgdata')
- bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')
- bb_vars = get_bb_vars(['COREBASE', 'BBPATH'])
- cls.corebase = bb_vars['COREBASE']
- cls.bbpath = bb_vars['BBPATH']
-
- def _try_recipetool_appendfile(self, testrecipe, destfile, newfile, options, expectedlines, expectedfiles):
- cmd = 'recipetool appendfile %s %s %s %s' % (self.templayerdir, destfile, newfile, options)
- return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
-
- def _try_recipetool_appendfile_fail(self, destfile, newfile, checkerror):
- cmd = 'recipetool appendfile %s %s %s' % (self.templayerdir, destfile, newfile)
- result = runCmd(cmd, ignore_status=True)
- self.assertNotEqual(result.status, 0, 'Command "%s" should have failed but didn\'t' % cmd)
- self.assertNotIn('Traceback', result.output)
- for errorstr in checkerror:
- self.assertIn(errorstr, result.output)
-
- @OETestID(1177)
- def test_recipetool_appendfile_basic(self):
- # Basic test
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n']
- _, output = self._try_recipetool_appendfile('base-files', '/etc/motd', self.testfile, '', expectedlines, ['motd'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1183)
- def test_recipetool_appendfile_invalid(self):
- # Test some commands that should error
- self._try_recipetool_appendfile_fail('/etc/passwd', self.testfile, ['ERROR: /etc/passwd cannot be handled by this tool', 'useradd', 'extrausers'])
- self._try_recipetool_appendfile_fail('/etc/timestamp', self.testfile, ['ERROR: /etc/timestamp cannot be handled by this tool'])
- self._try_recipetool_appendfile_fail('/dev/console', self.testfile, ['ERROR: /dev/console cannot be handled by this tool'])
-
- @OETestID(1176)
- def test_recipetool_appendfile_alternatives(self):
- # Now try with a file we know should be an alternative
- # (this is very much a fake example, but one we know is reliably an alternative)
- self._try_recipetool_appendfile_fail('/bin/ls', self.testfile, ['ERROR: File /bin/ls is an alternative possibly provided by the following recipes:', 'coreutils', 'busybox'])
- # Need a test file - should be executable
- testfile2 = os.path.join(self.corebase, 'oe-init-build-env')
- testfile2name = os.path.basename(testfile2)
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://%s"\n' % testfile2name,
- '\n',
- 'do_install_append() {\n',
- ' install -d ${D}${base_bindir}\n',
- ' install -m 0755 ${WORKDIR}/%s ${D}${base_bindir}/ls\n' % testfile2name,
- '}\n']
- self._try_recipetool_appendfile('coreutils', '/bin/ls', testfile2, '-r coreutils', expectedlines, [testfile2name])
- # Now try bbappending the same file again, contents should not change
- bbappendfile, _ = self._try_recipetool_appendfile('coreutils', '/bin/ls', self.testfile, '-r coreutils', expectedlines, [testfile2name])
- # But file should have
- copiedfile = os.path.join(os.path.dirname(bbappendfile), 'coreutils', testfile2name)
- result = runCmd('diff -q %s %s' % (testfile2, copiedfile), ignore_status=True)
- self.assertNotEqual(result.status, 0, 'New file should have been copied but was not %s' % result.output)
-
- @OETestID(1178)
- def test_recipetool_appendfile_binary(self):
- # Try appending a binary file
- # /bin/ls can be a symlink to /usr/bin/ls
- ls = os.path.realpath("/bin/ls")
- result = runCmd('recipetool appendfile %s /bin/ls %s -r coreutils' % (self.templayerdir, ls))
- self.assertIn('WARNING: ', result.output)
- self.assertIn('is a binary', result.output)
-
- @OETestID(1173)
- def test_recipetool_appendfile_add(self):
- # Try arbitrary file add to a recipe
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://testfile"\n',
- '\n',
- 'do_install_append() {\n',
- ' install -d ${D}${datadir}\n',
- ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/something\n',
- '}\n']
- self._try_recipetool_appendfile('netbase', '/usr/share/something', self.testfile, '-r netbase', expectedlines, ['testfile'])
- # Try adding another file, this time where the source file is executable
- # (so we're testing that, plus modifying an existing bbappend)
- testfile2 = os.path.join(self.corebase, 'oe-init-build-env')
- testfile2name = os.path.basename(testfile2)
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://testfile \\\n',
- ' file://%s \\\n' % testfile2name,
- ' "\n',
- '\n',
- 'do_install_append() {\n',
- ' install -d ${D}${datadir}\n',
- ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/something\n',
- ' install -m 0755 ${WORKDIR}/%s ${D}${datadir}/scriptname\n' % testfile2name,
- '}\n']
- self._try_recipetool_appendfile('netbase', '/usr/share/scriptname', testfile2, '-r netbase', expectedlines, ['testfile', testfile2name])
-
- @OETestID(1174)
- def test_recipetool_appendfile_add_bindir(self):
- # Try arbitrary file add to a recipe, this time to a location such that should be installed as executable
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://testfile"\n',
- '\n',
- 'do_install_append() {\n',
- ' install -d ${D}${bindir}\n',
- ' install -m 0755 ${WORKDIR}/testfile ${D}${bindir}/selftest-recipetool-testbin\n',
- '}\n']
- _, output = self._try_recipetool_appendfile('netbase', '/usr/bin/selftest-recipetool-testbin', self.testfile, '-r netbase', expectedlines, ['testfile'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1175)
- def test_recipetool_appendfile_add_machine(self):
- # Try arbitrary file add to a recipe, this time to a location such that should be installed as executable
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'PACKAGE_ARCH = "${MACHINE_ARCH}"\n',
- '\n',
- 'SRC_URI_append_mymachine = " file://testfile"\n',
- '\n',
- 'do_install_append_mymachine() {\n',
- ' install -d ${D}${datadir}\n',
- ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/something\n',
- '}\n']
- _, output = self._try_recipetool_appendfile('netbase', '/usr/share/something', self.testfile, '-r netbase -m mymachine', expectedlines, ['mymachine/testfile'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1184)
- def test_recipetool_appendfile_orig(self):
- # A file that's in SRC_URI and in do_install with the same name
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-orig', self.testfile, '', expectedlines, ['selftest-replaceme-orig'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1191)
- def test_recipetool_appendfile_todir(self):
- # A file that's in SRC_URI and in do_install with destination directory rather than file
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-todir', self.testfile, '', expectedlines, ['selftest-replaceme-todir'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1187)
- def test_recipetool_appendfile_renamed(self):
- # A file that's in SRC_URI with a different name to the destination file
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-renamed', self.testfile, '', expectedlines, ['file1'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1190)
- def test_recipetool_appendfile_subdir(self):
- # A file that's in SRC_URI in a subdir
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://testfile"\n',
- '\n',
- 'do_install_append() {\n',
- ' install -d ${D}${datadir}\n',
- ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-subdir\n',
- '}\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-subdir', self.testfile, '', expectedlines, ['testfile'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1189)
- def test_recipetool_appendfile_src_glob(self):
- # A file that's in SRC_URI as a glob
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://testfile"\n',
- '\n',
- 'do_install_append() {\n',
- ' install -d ${D}${datadir}\n',
- ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-src-globfile\n',
- '}\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-src-globfile', self.testfile, '', expectedlines, ['testfile'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1181)
- def test_recipetool_appendfile_inst_glob(self):
- # A file that's in do_install as a glob
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-inst-globfile', self.testfile, '', expectedlines, ['selftest-replaceme-inst-globfile'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1182)
- def test_recipetool_appendfile_inst_todir_glob(self):
- # A file that's in do_install as a glob with destination as a directory
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-inst-todir-globfile', self.testfile, '', expectedlines, ['selftest-replaceme-inst-todir-globfile'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1185)
- def test_recipetool_appendfile_patch(self):
- # A file that's added by a patch in SRC_URI
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://testfile"\n',
- '\n',
- 'do_install_append() {\n',
- ' install -d ${D}${sysconfdir}\n',
- ' install -m 0644 ${WORKDIR}/testfile ${D}${sysconfdir}/selftest-replaceme-patched\n',
- '}\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/etc/selftest-replaceme-patched', self.testfile, '', expectedlines, ['testfile'])
- for line in output.splitlines():
- if 'WARNING: ' in line:
- self.assertIn('add-file.patch', line, 'Unexpected warning found in output:\n%s' % line)
- break
- else:
- self.fail('Patch warning not found in output:\n%s' % output)
-
- @OETestID(1188)
- def test_recipetool_appendfile_script(self):
- # Now, a file that's in SRC_URI but installed by a script (so no mention in do_install)
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://testfile"\n',
- '\n',
- 'do_install_append() {\n',
- ' install -d ${D}${datadir}\n',
- ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-scripted\n',
- '}\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-scripted', self.testfile, '', expectedlines, ['testfile'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1180)
- def test_recipetool_appendfile_inst_func(self):
- # A file that's installed from a function called by do_install
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-inst-func', self.testfile, '', expectedlines, ['selftest-replaceme-inst-func'])
- self.assertNotIn('WARNING: ', output)
-
- @OETestID(1186)
- def test_recipetool_appendfile_postinstall(self):
- # A file that's created by a postinstall script (and explicitly mentioned in it)
- # First try without specifying recipe
- self._try_recipetool_appendfile_fail('/usr/share/selftest-replaceme-postinst', self.testfile, ['File /usr/share/selftest-replaceme-postinst may be written out in a pre/postinstall script of the following recipes:', 'selftest-recipetool-appendfile'])
- # Now specify recipe
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n',
- 'SRC_URI += "file://testfile"\n',
- '\n',
- 'do_install_append() {\n',
- ' install -d ${D}${datadir}\n',
- ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-postinst\n',
- '}\n']
- _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-postinst', self.testfile, '-r selftest-recipetool-appendfile', expectedlines, ['testfile'])
-
- @OETestID(1179)
- def test_recipetool_appendfile_extlayer(self):
- # Try creating a bbappend in a layer that's not in bblayers.conf and has a different structure
- exttemplayerdir = os.path.join(self.tempdir, 'extlayer')
- self._create_temp_layer(exttemplayerdir, False, 'oeselftestextlayer', recipepathspec='metadata/recipes/recipes-*/*')
- result = runCmd('recipetool appendfile %s /usr/share/selftest-replaceme-orig %s' % (exttemplayerdir, self.testfile))
- self.assertNotIn('Traceback', result.output)
- createdfiles = []
- for root, _, files in os.walk(exttemplayerdir):
- for f in files:
- createdfiles.append(os.path.relpath(os.path.join(root, f), exttemplayerdir))
- createdfiles.remove('conf/layer.conf')
- expectedfiles = ['metadata/recipes/recipes-test/selftest-recipetool-appendfile/selftest-recipetool-appendfile.bbappend',
- 'metadata/recipes/recipes-test/selftest-recipetool-appendfile/selftest-recipetool-appendfile/selftest-replaceme-orig']
- self.assertEqual(sorted(createdfiles), sorted(expectedfiles))
-
- @OETestID(1192)
- def test_recipetool_appendfile_wildcard(self):
-
- def try_appendfile_wc(options):
- result = runCmd('recipetool appendfile %s /etc/profile %s %s' % (self.templayerdir, self.testfile, options))
- self.assertNotIn('Traceback', result.output)
- bbappendfile = None
- for root, _, files in os.walk(self.templayerdir):
- for f in files:
- if f.endswith('.bbappend'):
- bbappendfile = f
- break
- if not bbappendfile:
- self.fail('No bbappend file created')
- runCmd('rm -rf %s/recipes-*' % self.templayerdir)
- return bbappendfile
-
- # Check without wildcard option
- recipefn = os.path.basename(get_bb_var('FILE', 'base-files'))
- filename = try_appendfile_wc('')
- self.assertEqual(filename, recipefn.replace('.bb', '.bbappend'))
- # Now check with wildcard option
- filename = try_appendfile_wc('-w')
- self.assertEqual(filename, recipefn.split('_')[0] + '_%.bbappend')
-
- @OETestID(1193)
- def test_recipetool_create(self):
- # Try adding a recipe
- tempsrc = os.path.join(self.tempdir, 'srctree')
- os.makedirs(tempsrc)
- recipefile = os.path.join(self.tempdir, 'logrotate_3.12.3.bb')
- srcuri = 'https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz'
- result = runCmd('recipetool create -o %s %s -x %s' % (recipefile, srcuri, tempsrc))
- self.assertTrue(os.path.isfile(recipefile))
- checkvars = {}
- checkvars['LICENSE'] = 'GPLv2'
- checkvars['LIC_FILES_CHKSUM'] = 'file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263'
- checkvars['SRC_URI'] = 'https://github.com/logrotate/logrotate/releases/download/${PV}/logrotate-${PV}.tar.xz'
- checkvars['SRC_URI[md5sum]'] = 'a560c57fac87c45b2fc17406cdf79288'
- checkvars['SRC_URI[sha256sum]'] = '2e6a401cac9024db2288297e3be1a8ab60e7401ba8e91225218aaf4a27e82a07'
- self._test_recipe_contents(recipefile, checkvars, [])
-
- @OETestID(1194)
- def test_recipetool_create_git(self):
- if 'x11' not in get_bb_var('DISTRO_FEATURES'):
- self.skipTest('Test requires x11 as distro feature')
- # Ensure we have the right data in shlibs/pkgdata
- bitbake('libpng pango libx11 libxext jpeg libcheck')
- # Try adding a recipe
- tempsrc = os.path.join(self.tempdir, 'srctree')
- os.makedirs(tempsrc)
- recipefile = os.path.join(self.tempdir, 'libmatchbox.bb')
- srcuri = 'git://git.yoctoproject.org/libmatchbox'
- result = runCmd(['recipetool', 'create', '-o', recipefile, srcuri + ";rev=9f7cf8895ae2d39c465c04cc78e918c157420269", '-x', tempsrc])
- self.assertTrue(os.path.isfile(recipefile), 'recipetool did not create recipe file; output:\n%s' % result.output)
- checkvars = {}
- checkvars['LICENSE'] = 'LGPLv2.1'
- checkvars['LIC_FILES_CHKSUM'] = 'file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34'
- checkvars['S'] = '${WORKDIR}/git'
- checkvars['PV'] = '1.11+git${SRCPV}'
- checkvars['SRC_URI'] = srcuri
- checkvars['DEPENDS'] = set(['libcheck', 'libjpeg-turbo', 'libpng', 'libx11', 'libxext', 'pango'])
- inherits = ['autotools', 'pkgconfig']
- self._test_recipe_contents(recipefile, checkvars, inherits)
-
- @OETestID(1392)
- def test_recipetool_create_simple(self):
- # Try adding a recipe
- temprecipe = os.path.join(self.tempdir, 'recipe')
- os.makedirs(temprecipe)
- pv = '1.7.3.0'
- srcuri = 'http://www.dest-unreach.org/socat/download/socat-%s.tar.bz2' % pv
- result = runCmd('recipetool create %s -o %s' % (srcuri, temprecipe))
- dirlist = os.listdir(temprecipe)
- if len(dirlist) > 1:
- self.fail('recipetool created more than just one file; output:\n%s\ndirlist:\n%s' % (result.output, str(dirlist)))
- if len(dirlist) < 1 or not os.path.isfile(os.path.join(temprecipe, dirlist[0])):
- self.fail('recipetool did not create recipe file; output:\n%s\ndirlist:\n%s' % (result.output, str(dirlist)))
- self.assertEqual(dirlist[0], 'socat_%s.bb' % pv, 'Recipe file incorrectly named')
- checkvars = {}
- checkvars['LICENSE'] = set(['Unknown', 'GPLv2'])
- checkvars['LIC_FILES_CHKSUM'] = set(['file://COPYING.OpenSSL;md5=5c9bccc77f67a8328ef4ebaf468116f4', 'file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263'])
- # We don't check DEPENDS since they are variable for this recipe depending on what's in the sysroot
- checkvars['S'] = None
- checkvars['SRC_URI'] = srcuri.replace(pv, '${PV}')
- inherits = ['autotools']
- self._test_recipe_contents(os.path.join(temprecipe, dirlist[0]), checkvars, inherits)
-
- @OETestID(1418)
- def test_recipetool_create_cmake(self):
- # Try adding a recipe
- temprecipe = os.path.join(self.tempdir, 'recipe')
- os.makedirs(temprecipe)
- recipefile = os.path.join(temprecipe, 'navit_0.5.0.bb')
- srcuri = 'http://downloads.sourceforge.net/project/navit/v0.5.0/navit-0.5.0.tar.gz'
- result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
- self.assertTrue(os.path.isfile(recipefile))
- checkvars = {}
- checkvars['LICENSE'] = set(['Unknown', 'GPLv2', 'LGPLv2'])
- checkvars['SRC_URI'] = 'http://downloads.sourceforge.net/project/navit/v${PV}/navit-${PV}.tar.gz'
- checkvars['SRC_URI[md5sum]'] = '242f398e979a6b8c0f3c802b63435b68'
- checkvars['SRC_URI[sha256sum]'] = '13353481d7fc01a4f64e385dda460b51496366bba0fd2cc85a89a0747910e94d'
- checkvars['DEPENDS'] = set(['freetype', 'zlib', 'openssl', 'glib-2.0', 'virtual/libgl', 'virtual/egl', 'gtk+', 'libpng', 'libsdl', 'freeglut', 'dbus-glib'])
- inherits = ['cmake', 'python-dir', 'gettext', 'pkgconfig']
- self._test_recipe_contents(recipefile, checkvars, inherits)
-
- @OETestID(1638)
- def test_recipetool_create_github(self):
- # Basic test to see if github URL mangling works
- temprecipe = os.path.join(self.tempdir, 'recipe')
- os.makedirs(temprecipe)
- recipefile = os.path.join(temprecipe, 'meson_git.bb')
- srcuri = 'https://github.com/mesonbuild/meson;rev=0.32.0'
- result = runCmd(['recipetool', 'create', '-o', temprecipe, srcuri])
- self.assertTrue(os.path.isfile(recipefile))
- checkvars = {}
- checkvars['LICENSE'] = set(['Apache-2.0'])
- checkvars['SRC_URI'] = 'git://github.com/mesonbuild/meson;protocol=https'
- inherits = ['setuptools']
- self._test_recipe_contents(recipefile, checkvars, inherits)
-
- @OETestID(1639)
- def test_recipetool_create_github_tarball(self):
- # Basic test to ensure github URL mangling doesn't apply to release tarballs
- temprecipe = os.path.join(self.tempdir, 'recipe')
- os.makedirs(temprecipe)
- pv = '0.32.0'
- recipefile = os.path.join(temprecipe, 'meson_%s.bb' % pv)
- srcuri = 'https://github.com/mesonbuild/meson/releases/download/%s/meson-%s.tar.gz' % (pv, pv)
- result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
- self.assertTrue(os.path.isfile(recipefile))
- checkvars = {}
- checkvars['LICENSE'] = set(['Apache-2.0'])
- checkvars['SRC_URI'] = 'https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${PV}.tar.gz'
- inherits = ['setuptools']
- self._test_recipe_contents(recipefile, checkvars, inherits)
-
- @OETestID(1637)
- def test_recipetool_create_git_http(self):
- # Basic test to check http git URL mangling works
- temprecipe = os.path.join(self.tempdir, 'recipe')
- os.makedirs(temprecipe)
- recipefile = os.path.join(temprecipe, 'matchbox-terminal_git.bb')
- srcuri = 'http://git.yoctoproject.org/git/matchbox-terminal'
- result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
- self.assertTrue(os.path.isfile(recipefile))
- checkvars = {}
- checkvars['LICENSE'] = set(['GPLv2'])
- checkvars['SRC_URI'] = 'git://git.yoctoproject.org/git/matchbox-terminal;protocol=http'
- inherits = ['pkgconfig', 'autotools']
- self._test_recipe_contents(recipefile, checkvars, inherits)
-
- def _copy_file_with_cleanup(self, srcfile, basedstdir, *paths):
- dstdir = basedstdir
- self.assertTrue(os.path.exists(dstdir))
- for p in paths:
- dstdir = os.path.join(dstdir, p)
- if not os.path.exists(dstdir):
- os.makedirs(dstdir)
- self.track_for_cleanup(dstdir)
- dstfile = os.path.join(dstdir, os.path.basename(srcfile))
- if srcfile != dstfile:
- shutil.copy(srcfile, dstfile)
- self.track_for_cleanup(dstfile)
-
- @OETestID(1640)
- def test_recipetool_load_plugin(self):
- """Test that recipetool loads only the first found plugin in BBPATH."""
-
- recipetool = runCmd("which recipetool")
- fromname = runCmd("recipetool --quiet pluginfile")
- srcfile = fromname.output
- searchpath = self.bbpath.split(':') + [os.path.dirname(recipetool.output)]
- plugincontent = []
- with open(srcfile) as fh:
- plugincontent = fh.readlines()
- try:
- self.assertIn('meta-selftest', srcfile, 'wrong bbpath plugin found')
- for path in searchpath:
- self._copy_file_with_cleanup(srcfile, path, 'lib', 'recipetool')
- result = runCmd("recipetool --quiet count")
- self.assertEqual(result.output, '1')
- result = runCmd("recipetool --quiet multiloaded")
- self.assertEqual(result.output, "no")
- for path in searchpath:
- result = runCmd("recipetool --quiet bbdir")
- self.assertEqual(result.output, path)
- os.unlink(os.path.join(result.output, 'lib', 'recipetool', 'bbpath.py'))
- finally:
- with open(srcfile, 'w') as fh:
- fh.writelines(plugincontent)
-
-
-class RecipetoolAppendsrcBase(RecipetoolBase):
- def _try_recipetool_appendsrcfile(self, testrecipe, newfile, destfile, options, expectedlines, expectedfiles):
- cmd = 'recipetool appendsrcfile %s %s %s %s %s' % (options, self.templayerdir, testrecipe, newfile, destfile)
- return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
-
- def _try_recipetool_appendsrcfiles(self, testrecipe, newfiles, expectedlines=None, expectedfiles=None, destdir=None, options=''):
-
- if destdir:
- options += ' -D %s' % destdir
-
- if expectedfiles is None:
- expectedfiles = [os.path.basename(f) for f in newfiles]
-
- cmd = 'recipetool appendsrcfiles %s %s %s %s' % (options, self.templayerdir, testrecipe, ' '.join(newfiles))
- return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
-
- def _try_recipetool_appendsrcfile_fail(self, testrecipe, newfile, destfile, checkerror):
- cmd = 'recipetool appendsrcfile %s %s %s %s' % (self.templayerdir, testrecipe, newfile, destfile or '')
- result = runCmd(cmd, ignore_status=True)
- self.assertNotEqual(result.status, 0, 'Command "%s" should have failed but didn\'t' % cmd)
- self.assertNotIn('Traceback', result.output)
- for errorstr in checkerror:
- self.assertIn(errorstr, result.output)
-
- @staticmethod
- def _get_first_file_uri(recipe):
- '''Return the first file:// in SRC_URI for the specified recipe.'''
- src_uri = get_bb_var('SRC_URI', recipe).split()
- for uri in src_uri:
- p = urllib.parse.urlparse(uri)
- if p.scheme == 'file':
- return p.netloc + p.path
-
- def _test_appendsrcfile(self, testrecipe, filename=None, destdir=None, has_src_uri=True, srcdir=None, newfile=None, options=''):
- if newfile is None:
- newfile = self.testfile
-
- if srcdir:
- if destdir:
- expected_subdir = os.path.join(srcdir, destdir)
- else:
- expected_subdir = srcdir
- else:
- options += " -W"
- expected_subdir = destdir
-
- if filename:
- if destdir:
- destpath = os.path.join(destdir, filename)
- else:
- destpath = filename
- else:
- filename = os.path.basename(newfile)
- if destdir:
- destpath = destdir + os.sep
- else:
- destpath = '.' + os.sep
-
- expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n',
- '\n']
- if has_src_uri:
- uri = 'file://%s' % filename
- if expected_subdir:
- uri += ';subdir=%s' % expected_subdir
- expectedlines[0:0] = ['SRC_URI += "%s"\n' % uri,
- '\n']
-
- return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
-
- def _test_appendsrcfiles(self, testrecipe, newfiles, expectedfiles=None, destdir=None, options=''):
- if expectedfiles is None:
- expectedfiles = [os.path.basename(n) for n in newfiles]
-
- self._try_recipetool_appendsrcfiles(testrecipe, newfiles, expectedfiles=expectedfiles, destdir=destdir, options=options)
-
- bb_vars = get_bb_vars(['SRC_URI', 'FILE', 'FILESEXTRAPATHS'], testrecipe)
- src_uri = bb_vars['SRC_URI'].split()
- for f in expectedfiles:
- if destdir:
- self.assertIn('file://%s;subdir=%s' % (f, destdir), src_uri)
- else:
- self.assertIn('file://%s' % f, src_uri)
-
- recipefile = bb_vars['FILE']
- bbappendfile = self._check_bbappend(testrecipe, recipefile, self.templayerdir)
- filesdir = os.path.join(os.path.dirname(bbappendfile), testrecipe)
- filesextrapaths = bb_vars['FILESEXTRAPATHS'].split(':')
- self.assertIn(filesdir, filesextrapaths)
-
-
-
-
-class RecipetoolAppendsrcTests(RecipetoolAppendsrcBase):
-
- @OETestID(1273)
- def test_recipetool_appendsrcfile_basic(self):
- self._test_appendsrcfile('base-files', 'a-file')
-
- @OETestID(1274)
- def test_recipetool_appendsrcfile_basic_wildcard(self):
- testrecipe = 'base-files'
- self._test_appendsrcfile(testrecipe, 'a-file', options='-w')
- recipefile = get_bb_var('FILE', testrecipe)
- bbappendfile = self._check_bbappend(testrecipe, recipefile, self.templayerdir)
- self.assertEqual(os.path.basename(bbappendfile), '%s_%%.bbappend' % testrecipe)
-
- @OETestID(1281)
- def test_recipetool_appendsrcfile_subdir_basic(self):
- self._test_appendsrcfile('base-files', 'a-file', 'tmp')
-
- @OETestID(1282)
- def test_recipetool_appendsrcfile_subdir_basic_dirdest(self):
- self._test_appendsrcfile('base-files', destdir='tmp')
-
- @OETestID(1280)
- def test_recipetool_appendsrcfile_srcdir_basic(self):
- testrecipe = 'bash'
- bb_vars = get_bb_vars(['S', 'WORKDIR'], testrecipe)
- srcdir = bb_vars['S']
- workdir = bb_vars['WORKDIR']
- subdir = os.path.relpath(srcdir, workdir)
- self._test_appendsrcfile(testrecipe, 'a-file', srcdir=subdir)
-
- @OETestID(1275)
- def test_recipetool_appendsrcfile_existing_in_src_uri(self):
- testrecipe = 'base-files'
- filepath = self._get_first_file_uri(testrecipe)
- self.assertTrue(filepath, 'Unable to test, no file:// uri found in SRC_URI for %s' % testrecipe)
- self._test_appendsrcfile(testrecipe, filepath, has_src_uri=False)
-
- @OETestID(1276)
- def test_recipetool_appendsrcfile_existing_in_src_uri_diff_params(self):
- testrecipe = 'base-files'
- subdir = 'tmp'
- filepath = self._get_first_file_uri(testrecipe)
- self.assertTrue(filepath, 'Unable to test, no file:// uri found in SRC_URI for %s' % testrecipe)
-
- output = self._test_appendsrcfile(testrecipe, filepath, subdir, has_src_uri=False)
- self.assertTrue(any('with different parameters' in l for l in output))
-
- @OETestID(1277)
- def test_recipetool_appendsrcfile_replace_file_srcdir(self):
- testrecipe = 'bash'
- filepath = 'Makefile.in'
- bb_vars = get_bb_vars(['S', 'WORKDIR'], testrecipe)
- srcdir = bb_vars['S']
- workdir = bb_vars['WORKDIR']
- subdir = os.path.relpath(srcdir, workdir)
-
- self._test_appendsrcfile(testrecipe, filepath, srcdir=subdir)
- bitbake('%s:do_unpack' % testrecipe)
- self.assertEqual(open(self.testfile, 'r').read(), open(os.path.join(srcdir, filepath), 'r').read())
-
- @OETestID(1278)
- def test_recipetool_appendsrcfiles_basic(self, destdir=None):
- newfiles = [self.testfile]
- for i in range(1, 5):
- testfile = os.path.join(self.tempdir, 'testfile%d' % i)
- with open(testfile, 'w') as f:
- f.write('Test file %d\n' % i)
- newfiles.append(testfile)
- self._test_appendsrcfiles('gcc', newfiles, destdir=destdir, options='-W')
-
- @OETestID(1279)
- def test_recipetool_appendsrcfiles_basic_subdir(self):
- self.test_recipetool_appendsrcfiles_basic(destdir='testdir')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runcmd.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runcmd.py
deleted file mode 100644
index d76d7063c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runcmd.py
+++ /dev/null
@@ -1,134 +0,0 @@
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd
-from oeqa.utils import CommandError
-from oeqa.core.decorator.oeid import OETestID
-
-import subprocess
-import threading
-import time
-import signal
-
-class MemLogger(object):
- def __init__(self):
- self.info_msgs = []
- self.error_msgs = []
-
- def info(self, msg):
- self.info_msgs.append(msg)
-
- def error(self, msg):
- self.error_msgs.append(msg)
-
-class RunCmdTests(OESelftestTestCase):
- """ Basic tests for runCmd() utility function """
-
- # The delta is intentionally smaller than the timeout, to detect cases where
- # we incorrectly apply the timeout more than once.
- TIMEOUT = 2
- DELTA = 1
-
- @OETestID(1916)
- def test_result_okay(self):
- result = runCmd("true")
- self.assertEqual(result.status, 0)
-
- @OETestID(1915)
- def test_result_false(self):
- result = runCmd("false", ignore_status=True)
- self.assertEqual(result.status, 1)
-
- @OETestID(1917)
- def test_shell(self):
- # A shell is used for all string commands.
- result = runCmd("false; true", ignore_status=True)
- self.assertEqual(result.status, 0)
-
- @OETestID(1910)
- def test_no_shell(self):
- self.assertRaises(FileNotFoundError,
- runCmd, "false; true", shell=False)
-
- @OETestID(1906)
- def test_list_not_found(self):
- self.assertRaises(FileNotFoundError,
- runCmd, ["false; true"])
-
- @OETestID(1907)
- def test_list_okay(self):
- result = runCmd(["true"])
- self.assertEqual(result.status, 0)
-
- @OETestID(1913)
- def test_result_assertion(self):
- self.assertRaisesRegexp(AssertionError, "Command 'echo .* false' returned non-zero exit status 1:\nfoobar",
- runCmd, "echo foobar >&2; false", shell=True)
-
- @OETestID(1914)
- def test_result_exception(self):
- self.assertRaisesRegexp(CommandError, "Command 'echo .* false' returned non-zero exit status 1 with output: foobar",
- runCmd, "echo foobar >&2; false", shell=True, assert_error=False)
-
- @OETestID(1911)
- def test_output(self):
- result = runCmd("echo stdout; echo stderr >&2", shell=True)
- self.assertEqual("stdout\nstderr", result.output)
- self.assertEqual("", result.error)
-
- @OETestID(1912)
- def test_output_split(self):
- result = runCmd("echo stdout; echo stderr >&2", shell=True, stderr=subprocess.PIPE)
- self.assertEqual("stdout", result.output)
- self.assertEqual("stderr", result.error)
-
- @OETestID(1920)
- def test_timeout(self):
- numthreads = threading.active_count()
- start = time.time()
- # Killing a hanging process only works when not using a shell?!
- result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True)
- self.assertEqual(result.status, -signal.SIGTERM)
- end = time.time()
- self.assertLess(end - start, self.TIMEOUT + self.DELTA)
- self.assertEqual(numthreads, threading.active_count())
-
- @OETestID(1921)
- def test_timeout_split(self):
- numthreads = threading.active_count()
- start = time.time()
- # Killing a hanging process only works when not using a shell?!
- result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, stderr=subprocess.PIPE)
- self.assertEqual(result.status, -signal.SIGTERM)
- end = time.time()
- self.assertLess(end - start, self.TIMEOUT + self.DELTA)
- self.assertEqual(numthreads, threading.active_count())
-
- @OETestID(1918)
- def test_stdin(self):
- numthreads = threading.active_count()
- result = runCmd("cat", data=b"hello world", timeout=self.TIMEOUT)
- self.assertEqual("hello world", result.output)
- self.assertEqual(numthreads, threading.active_count())
-
- @OETestID(1919)
- def test_stdin_timeout(self):
- numthreads = threading.active_count()
- start = time.time()
- result = runCmd(['sleep', '60'], data=b"hello world", timeout=self.TIMEOUT, ignore_status=True)
- self.assertEqual(result.status, -signal.SIGTERM)
- end = time.time()
- self.assertLess(end - start, self.TIMEOUT + self.DELTA)
- self.assertEqual(numthreads, threading.active_count())
-
- @OETestID(1908)
- def test_log(self):
- log = MemLogger()
- result = runCmd("echo stdout; echo stderr >&2", shell=True, output_log=log)
- self.assertEqual(["Running: echo stdout; echo stderr >&2", "stdout", "stderr"], log.info_msgs)
- self.assertEqual([], log.error_msgs)
-
- @OETestID(1909)
- def test_log_split(self):
- log = MemLogger()
- result = runCmd("echo stdout; echo stderr >&2", shell=True, output_log=log, stderr=subprocess.PIPE)
- self.assertEqual(["Running: echo stdout; echo stderr >&2", "stdout"], log.info_msgs)
- self.assertEqual(["stderr"], log.error_msgs)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runqemu.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runqemu.py
deleted file mode 100644
index 5ebdd57a4..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runqemu.py
+++ /dev/null
@@ -1,206 +0,0 @@
-#
-# Copyright (c) 2017 Wind River Systems, Inc.
-#
-
-import re
-import tempfile
-import time
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import bitbake, runqemu, get_bb_var, runCmd
-from oeqa.core.decorator.oeid import OETestID
-
-class RunqemuTests(OESelftestTestCase):
- """Runqemu test class"""
-
- image_is_ready = False
- deploy_dir_image = ''
- # We only want to print runqemu stdout/stderr if there is a test case failure
- buffer = True
-
- def setUpLocal(self):
- super(RunqemuTests, self).setUpLocal()
- self.recipe = 'core-image-minimal'
- self.machine = 'qemux86-64'
- self.fstypes = "ext4 iso hddimg wic.vmdk wic.qcow2 wic.vdi"
- self.cmd_common = "runqemu nographic"
-
- self.write_config(
-"""
-MACHINE = "%s"
-IMAGE_FSTYPES = "%s"
-# 10 means 1 second
-SYSLINUX_TIMEOUT = "10"
-"""
-% (self.machine, self.fstypes)
- )
-
- if not RunqemuTests.image_is_ready:
- RunqemuTests.deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE')
- bitbake(self.recipe)
- RunqemuTests.image_is_ready = True
-
- @OETestID(2001)
- def test_boot_machine(self):
- """Test runqemu machine"""
- cmd = "%s %s" % (self.cmd_common, self.machine)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- self.assertTrue(qemu.runner.logged, "Failed: %s" % cmd)
-
- @OETestID(2002)
- def test_boot_machine_ext4(self):
- """Test runqemu machine ext4"""
- cmd = "%s %s ext4" % (self.cmd_common, self.machine)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- with open(qemu.qemurunnerlog) as f:
- self.assertTrue('rootfs.ext4' in f.read(), "Failed: %s" % cmd)
-
- @OETestID(2003)
- def test_boot_machine_iso(self):
- """Test runqemu machine iso"""
- cmd = "%s %s iso" % (self.cmd_common, self.machine)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- with open(qemu.qemurunnerlog) as f:
- self.assertTrue('media=cdrom' in f.read(), "Failed: %s" % cmd)
-
- @OETestID(2004)
- def test_boot_recipe_image(self):
- """Test runqemu recipe-image"""
- cmd = "%s %s" % (self.cmd_common, self.recipe)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- self.assertTrue(qemu.runner.logged, "Failed: %s" % cmd)
-
- @OETestID(2005)
- def test_boot_recipe_image_vmdk(self):
- """Test runqemu recipe-image vmdk"""
- cmd = "%s %s wic.vmdk" % (self.cmd_common, self.recipe)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- with open(qemu.qemurunnerlog) as f:
- self.assertTrue('format=vmdk' in f.read(), "Failed: %s" % cmd)
-
- @OETestID(2006)
- def test_boot_recipe_image_vdi(self):
- """Test runqemu recipe-image vdi"""
- cmd = "%s %s wic.vdi" % (self.cmd_common, self.recipe)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- with open(qemu.qemurunnerlog) as f:
- self.assertTrue('format=vdi' in f.read(), "Failed: %s" % cmd)
-
- @OETestID(2007)
- def test_boot_deploy(self):
- """Test runqemu deploy_dir_image"""
- cmd = "%s %s" % (self.cmd_common, self.deploy_dir_image)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- self.assertTrue(qemu.runner.logged, "Failed: %s" % cmd)
-
- @OETestID(2008)
- def test_boot_deploy_hddimg(self):
- """Test runqemu deploy_dir_image hddimg"""
- cmd = "%s %s hddimg" % (self.cmd_common, self.deploy_dir_image)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- with open(qemu.qemurunnerlog) as f:
- self.assertTrue(re.search('file=.*.hddimg', f.read()), "Failed: %s" % cmd)
-
- @OETestID(2009)
- def test_boot_machine_slirp(self):
- """Test runqemu machine slirp"""
- cmd = "%s slirp %s" % (self.cmd_common, self.machine)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- with open(qemu.qemurunnerlog) as f:
- self.assertTrue(' -netdev user' in f.read(), "Failed: %s" % cmd)
-
- @OETestID(2009)
- def test_boot_machine_slirp_qcow2(self):
- """Test runqemu machine slirp qcow2"""
- cmd = "%s slirp wic.qcow2 %s" % (self.cmd_common, self.machine)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- with open(qemu.qemurunnerlog) as f:
- self.assertTrue('format=qcow2' in f.read(), "Failed: %s" % cmd)
-
- @OETestID(2010)
- def test_boot_qemu_boot(self):
- """Test runqemu /path/to/image.qemuboot.conf"""
- qemuboot_conf = "%s-%s.qemuboot.conf" % (self.recipe, self.machine)
- qemuboot_conf = os.path.join(self.deploy_dir_image, qemuboot_conf)
- if not os.path.exists(qemuboot_conf):
- self.skipTest("%s not found" % qemuboot_conf)
- cmd = "%s %s" % (self.cmd_common, qemuboot_conf)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- self.assertTrue(qemu.runner.logged, "Failed: %s" % cmd)
-
- @OETestID(2011)
- def test_boot_rootfs(self):
- """Test runqemu /path/to/rootfs.ext4"""
- rootfs = "%s-%s.ext4" % (self.recipe, self.machine)
- rootfs = os.path.join(self.deploy_dir_image, rootfs)
- if not os.path.exists(rootfs):
- self.skipTest("%s not found" % rootfs)
- cmd = "%s %s" % (self.cmd_common, rootfs)
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- self.assertTrue(qemu.runner.logged, "Failed: %s" % cmd)
-
-# This test was designed as a separate class to test that shutdown
-# command will shutdown qemu as expected on each qemu architecture
-# based on the MACHINE configuration inside the config file
-# (eg. local.conf).
-#
-# This was different compared to RunqemuTests, where RunqemuTests was
-# dedicated for MACHINE=qemux86-64 where it test that qemux86-64 will
-# bootup various filesystem types, including live image(iso and hddimg)
-# where live image was not supported on all qemu architecture.
-class QemuTest(OESelftestTestCase):
-
- @classmethod
- def setUpClass(cls):
- super(QemuTest, cls).setUpClass()
- cls.recipe = 'core-image-minimal'
- cls.machine = get_bb_var('MACHINE')
- cls.deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE')
- cls.cmd_common = "runqemu nographic"
- cls.qemuboot_conf = "%s-%s.qemuboot.conf" % (cls.recipe, cls.machine)
- cls.qemuboot_conf = os.path.join(cls.deploy_dir_image, cls.qemuboot_conf)
- bitbake(cls.recipe)
-
- def _start_qemu_shutdown_check_if_shutdown_succeeded(self, qemu, timeout):
- qemu.run_serial("shutdown -h now")
- # Stop thread will stop the LoggingThread instance used for logging
- # qemu through serial console, stop thread will prevent this code
- # from facing exception (Console connection closed unexpectedly)
- # when qemu was shutdown by the above shutdown command
- qemu.runner.stop_thread()
- time_track = 0
- while True:
- is_alive = qemu.check()
- if not is_alive:
- return True
- if time_track > timeout:
- return False
- time.sleep(1)
- time_track += 1
-
- def test_qemu_can_shutdown(self):
- self.assertExists(self.qemuboot_conf)
- cmd = "%s %s" % (self.cmd_common, self.qemuboot_conf)
- shutdown_timeout = 120
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- qemu_shutdown_succeeded = self._start_qemu_shutdown_check_if_shutdown_succeeded(qemu, shutdown_timeout)
- self.assertTrue(qemu_shutdown_succeeded, 'Failed: %s does not shutdown within timeout(%s)' % (self.machine, shutdown_timeout))
-
- # Need to have portmap/rpcbind running to allow this test to work and
- # current autobuilder setup does not have this.
- def disabled_test_qemu_can_boot_nfs_and_shutdown(self):
- self.assertExists(self.qemuboot_conf)
- bitbake('meta-ide-support')
- rootfs_tar = "%s-%s.tar.bz2" % (self.recipe, self.machine)
- rootfs_tar = os.path.join(self.deploy_dir_image, rootfs_tar)
- self.assertExists(rootfs_tar)
- tmpdir = tempfile.mkdtemp(prefix='qemu_nfs')
- tmpdir_nfs = os.path.join(tmpdir, 'nfs')
- cmd_extract_nfs = 'runqemu-extract-sdk %s %s' % (rootfs_tar, tmpdir_nfs)
- result = runCmd(cmd_extract_nfs)
- self.assertEqual(0, result.status, "runqemu-extract-sdk didn't run as expected. %s" % result.output)
- cmd = "%s nfs %s %s" % (self.cmd_common, self.qemuboot_conf, tmpdir_nfs)
- shutdown_timeout = 120
- with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
- qemu_shutdown_succeeded = self._start_qemu_shutdown_check_if_shutdown_succeeded(qemu, shutdown_timeout)
- self.assertTrue(qemu_shutdown_succeeded, 'Failed: %s does not shutdown within timeout(%s)' % (self.machine, shutdown_timeout))
- runCmd('rm -rf %s' % tmpdir)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runtime_test.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runtime_test.py
deleted file mode 100644
index 9c9b4b341..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ /dev/null
@@ -1,260 +0,0 @@
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu
-from oeqa.utils.sshcontrol import SSHControl
-from oeqa.core.decorator.oeid import OETestID
-import os
-import re
-import tempfile
-import shutil
-
-class TestExport(OESelftestTestCase):
-
- @classmethod
- def tearDownClass(cls):
- runCmd("rm -rf /tmp/sdk")
- super(TestExport, cls).tearDownClass()
-
- @OETestID(1499)
- def test_testexport_basic(self):
- """
- Summary: Check basic testexport functionality with only ping test enabled.
- Expected: 1. testexport directory must be created.
- 2. runexported.py must run without any error/exception.
- 3. ping test must succeed.
- Product: oe-core
- Author: Mariano Lopez <mariano.lopez@intel.com>
- """
-
- features = 'INHERIT += "testexport"\n'
- # These aren't the actual IP addresses but testexport class needs something defined
- features += 'TEST_SERVER_IP = "192.168.7.1"\n'
- features += 'TEST_TARGET_IP = "192.168.7.1"\n'
- features += 'TEST_SUITES = "ping"\n'
- self.write_config(features)
-
- # Build tesexport for core-image-minimal
- bitbake('core-image-minimal')
- bitbake('-c testexport core-image-minimal')
-
- testexport_dir = get_bb_var('TEST_EXPORT_DIR', 'core-image-minimal')
-
- # Verify if TEST_EXPORT_DIR was created
- isdir = os.path.isdir(testexport_dir)
- self.assertEqual(True, isdir, 'Failed to create testexport dir: %s' % testexport_dir)
-
- with runqemu('core-image-minimal') as qemu:
- # Attempt to run runexported.py to perform ping test
- test_path = os.path.join(testexport_dir, "oe-test")
- data_file = os.path.join(testexport_dir, 'data', 'testdata.json')
- manifest = os.path.join(testexport_dir, 'data', 'manifest')
- cmd = ("%s runtime --test-data-file %s --packages-manifest %s "
- "--target-ip %s --server-ip %s --quiet"
- % (test_path, data_file, manifest, qemu.ip, qemu.server_ip))
- result = runCmd(cmd)
- # Verify ping test was succesful
- self.assertEqual(0, result.status, 'oe-test runtime returned a non 0 status')
-
- @OETestID(1641)
- def test_testexport_sdk(self):
- """
- Summary: Check sdk functionality for testexport.
- Expected: 1. testexport directory must be created.
- 2. SDK tarball must exists.
- 3. Uncompressing of tarball must succeed.
- 4. Check if the SDK directory is added to PATH.
- 5. Run tar from the SDK directory.
- Product: oe-core
- Author: Mariano Lopez <mariano.lopez@intel.com>
- """
-
- features = 'INHERIT += "testexport"\n'
- # These aren't the actual IP addresses but testexport class needs something defined
- features += 'TEST_SERVER_IP = "192.168.7.1"\n'
- features += 'TEST_TARGET_IP = "192.168.7.1"\n'
- features += 'TEST_SUITES = "ping"\n'
- features += 'TEST_EXPORT_SDK_ENABLED = "1"\n'
- features += 'TEST_EXPORT_SDK_PACKAGES = "nativesdk-tar"\n'
- self.write_config(features)
-
- # Build tesexport for core-image-minimal
- bitbake('core-image-minimal')
- bitbake('-c testexport core-image-minimal')
-
- needed_vars = ['TEST_EXPORT_DIR', 'TEST_EXPORT_SDK_DIR', 'TEST_EXPORT_SDK_NAME']
- bb_vars = get_bb_vars(needed_vars, 'core-image-minimal')
- testexport_dir = bb_vars['TEST_EXPORT_DIR']
- sdk_dir = bb_vars['TEST_EXPORT_SDK_DIR']
- sdk_name = bb_vars['TEST_EXPORT_SDK_NAME']
-
- # Check for SDK
- tarball_name = "%s.sh" % sdk_name
- tarball_path = os.path.join(testexport_dir, sdk_dir, tarball_name)
- msg = "Couldn't find SDK tarball: %s" % tarball_path
- self.assertEqual(os.path.isfile(tarball_path), True, msg)
-
- # Extract SDK and run tar from SDK
- result = runCmd("%s -y -d /tmp/sdk" % tarball_path)
- self.assertEqual(0, result.status, "Couldn't extract SDK")
-
- env_script = result.output.split()[-1]
- result = runCmd(". %s; which tar" % env_script, shell=True)
- self.assertEqual(0, result.status, "Couldn't setup SDK environment")
- is_sdk_tar = True if "/tmp/sdk" in result.output else False
- self.assertTrue(is_sdk_tar, "Couldn't setup SDK environment")
-
- tar_sdk = result.output
- result = runCmd("%s --version" % tar_sdk)
- self.assertEqual(0, result.status, "Couldn't run tar from SDK")
-
-
-class TestImage(OESelftestTestCase):
-
- @OETestID(1644)
- def test_testimage_install(self):
- """
- Summary: Check install packages functionality for testimage/testexport.
- Expected: 1. Import tests from a directory other than meta.
- 2. Check install/uninstall of socat.
- Product: oe-core
- Author: Mariano Lopez <mariano.lopez@intel.com>
- """
- if get_bb_var('DISTRO') == 'poky-tiny':
- self.skipTest('core-image-full-cmdline not buildable for poky-tiny')
-
- features = 'INHERIT += "testimage"\n'
- features += 'TEST_SUITES = "ping ssh selftest"\n'
- self.write_config(features)
-
- # Build core-image-sato and testimage
- bitbake('core-image-full-cmdline socat')
- bitbake('-c testimage core-image-full-cmdline')
-
- @OETestID(1883)
- def test_testimage_dnf(self):
- """
- Summary: Check package feeds functionality for dnf
- Expected: 1. Check that remote package feeds can be accessed
- Product: oe-core
- Author: Alexander Kanavin <alexander.kanavin@intel.com>
- """
- if get_bb_var('DISTRO') == 'poky-tiny':
- self.skipTest('core-image-full-cmdline not buildable for poky-tiny')
-
- features = 'INHERIT += "testimage"\n'
- features += 'TEST_SUITES = "ping ssh dnf_runtime dnf.DnfBasicTest.test_dnf_help"\n'
- # We don't yet know what the server ip and port will be - they will be patched
- # in at the start of the on-image test
- features += 'PACKAGE_FEED_URIS = "http://bogus_ip:bogus_port"\n'
- features += 'EXTRA_IMAGE_FEATURES += "package-management"\n'
- features += 'PACKAGE_CLASSES = "package_rpm"\n'
-
- # Enable package feed signing
- self.gpg_home = tempfile.mkdtemp(prefix="oeqa-feed-sign-")
- signing_key_dir = os.path.join(self.testlayer_path, 'files', 'signing')
- runCmd('gpg --batch --homedir %s --import %s' % (self.gpg_home, os.path.join(signing_key_dir, 'key.secret')))
- features += 'INHERIT += "sign_package_feed"\n'
- features += 'PACKAGE_FEED_GPG_NAME = "testuser"\n'
- features += 'PACKAGE_FEED_GPG_PASSPHRASE_FILE = "%s"\n' % os.path.join(signing_key_dir, 'key.passphrase')
- features += 'GPG_PATH = "%s"\n' % self.gpg_home
- self.write_config(features)
-
- # Build core-image-sato and testimage
- bitbake('core-image-full-cmdline socat')
- bitbake('-c testimage core-image-full-cmdline')
-
- # remove the oeqa-feed-sign temporal directory
- shutil.rmtree(self.gpg_home, ignore_errors=True)
-
-class Postinst(OESelftestTestCase):
- @OETestID(1540)
- @OETestID(1545)
- def test_postinst_rootfs_and_boot(self):
- """
- Summary: The purpose of this test case is to verify Post-installation
- scripts are called when rootfs is created and also test
- that script can be delayed to run at first boot.
- Dependencies: NA
- Steps: 1. Add proper configuration to local.conf file
- 2. Build a "core-image-minimal" image
- 3. Verify that file created by postinst_rootfs recipe is
- present on rootfs dir.
- 4. Boot the image created on qemu and verify that the file
- created by postinst_boot recipe is present on image.
- Expected: The files are successfully created during rootfs and boot
- time for 3 different package managers: rpm,ipk,deb and
- for initialization managers: sysvinit and systemd.
-
- """
-
- import oe.path
-
- vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
- rootfs = vars["IMAGE_ROOTFS"]
- self.assertIsNotNone(rootfs)
- sysconfdir = vars["sysconfdir"]
- self.assertIsNotNone(sysconfdir)
- # Need to use oe.path here as sysconfdir starts with /
- hosttestdir = oe.path.join(rootfs, sysconfdir, "postinst-test")
- targettestdir = os.path.join(sysconfdir, "postinst-test")
-
- for init_manager in ("sysvinit", "systemd"):
- for classes in ("package_rpm", "package_deb", "package_ipk"):
- with self.subTest(init_manager=init_manager, package_class=classes):
- features = 'CORE_IMAGE_EXTRA_INSTALL = "postinst-delayed-b"\n'
- features += 'IMAGE_FEATURES += "package-management empty-root-password"\n'
- features += 'PACKAGE_CLASSES = "%s"\n' % classes
- if init_manager == "systemd":
- features += 'DISTRO_FEATURES_append = " systemd"\n'
- features += 'VIRTUAL-RUNTIME_init_manager = "systemd"\n'
- features += 'DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"\n'
- features += 'VIRTUAL-RUNTIME_initscripts = ""\n'
- self.write_config(features)
-
- bitbake('core-image-minimal')
-
- self.assertTrue(os.path.isfile(os.path.join(hosttestdir, "rootfs")),
- "rootfs state file was not created")
-
- with runqemu('core-image-minimal') as qemu:
- # Make the test echo a string and search for that as
- # run_serial()'s status code is useless.'
- for filename in ("rootfs", "delayed-a", "delayed-b"):
- status, output = qemu.run_serial("test -f %s && echo found" % os.path.join(targettestdir, filename))
- self.assertEqual(output, "found", "%s was not present on boot" % filename)
-
-
-
- def test_failing_postinst(self):
- """
- Summary: The purpose of this test case is to verify that post-installation
- scripts that contain errors are properly reported.
- Expected: The scriptlet failure is properly reported.
- The file that is created after the error in the scriptlet is not present.
- Product: oe-core
- Author: Alexander Kanavin <alexander.kanavin@intel.com>
- """
-
- import oe.path
-
- vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
- rootfs = vars["IMAGE_ROOTFS"]
- self.assertIsNotNone(rootfs)
- sysconfdir = vars["sysconfdir"]
- self.assertIsNotNone(sysconfdir)
- # Need to use oe.path here as sysconfdir starts with /
- hosttestdir = oe.path.join(rootfs, sysconfdir, "postinst-test")
-
- for classes in ("package_rpm", "package_deb", "package_ipk"):
- with self.subTest(package_class=classes):
- features = 'CORE_IMAGE_EXTRA_INSTALL = "postinst-rootfs-failing"\n'
- features += 'PACKAGE_CLASSES = "%s"\n' % classes
- self.write_config(features)
- bb_result = bitbake('core-image-minimal')
- self.assertGreaterEqual(bb_result.output.find("Intentionally failing postinstall scriptlets of ['postinst-rootfs-failing'] to defer them to first boot is deprecated."), 0,
- "Warning about a failed scriptlet not found in bitbake output: %s" %(bb_result.output))
-
- self.assertTrue(os.path.isfile(os.path.join(hosttestdir, "rootfs-before-failure")),
- "rootfs-before-failure file was not created")
- self.assertFalse(os.path.isfile(os.path.join(hosttestdir, "rootfs-after-failure")),
- "rootfs-after-failure file was created")
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/selftest.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/selftest.py
deleted file mode 100644
index 4b3cb1446..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/selftest.py
+++ /dev/null
@@ -1,51 +0,0 @@
-import importlib
-from oeqa.utils.commands import runCmd
-import oeqa.selftest
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.core.decorator.oeid import OETestID
-
-class ExternalLayer(OESelftestTestCase):
-
- @OETestID(1885)
- def test_list_imported(self):
- """
- Summary: Checks functionality to import tests from other layers.
- Expected: 1. File "external-layer.py" must be in
- oeqa.selftest.__path__
- 2. test_unconditional_pas method must exists
- in ImportedTests class
- Product: oe-core
- Author: Mariano Lopez <mariano.lopez@intel.com>
- """
-
- test_file = "external-layer.py"
- test_module = "oeqa.selftest.cases.external-layer"
- method_name = "test_unconditional_pass"
-
- # Check if "external-layer.py" is in oeqa path
- found_file = search_test_file(test_file)
- self.assertTrue(found_file, msg="Can't find %s in the oeqa path" % test_file)
-
- # Import oeqa.selftest.external-layer module and search for
- # test_unconditional_pass method of ImportedTests class
- found_method = search_method(test_module, method_name)
- self.assertTrue(method_name, msg="Can't find %s method" % method_name)
-
-def search_test_file(file_name):
- for layer_path in oeqa.selftest.__path__:
- for _, _, files in os.walk(layer_path):
- for f in files:
- if f == file_name:
- return True
- return False
-
-def search_method(module, method):
- modlib = importlib.import_module(module)
- for var in vars(modlib):
- klass = vars(modlib)[var]
- if isinstance(klass, type(OESelftestTestCase)) and issubclass(klass, OESelftestTestCase):
- for m in dir(klass):
- if m == method:
- return True
- return False
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/signing.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/signing.py
deleted file mode 100644
index a750cfc7b..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/signing.py
+++ /dev/null
@@ -1,187 +0,0 @@
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
-import os
-import glob
-import re
-import shutil
-import tempfile
-from oeqa.core.decorator.oeid import OETestID
-from oeqa.utils.ftools import write_file
-
-
-class Signing(OESelftestTestCase):
-
- gpg_dir = ""
- pub_key_path = ""
- secret_key_path = ""
-
- @classmethod
- def setUpClass(cls):
- super(Signing, cls).setUpClass()
- # Check that we can find the gpg binary and fail early if we can't
- if not shutil.which("gpg"):
- raise AssertionError("This test needs GnuPG")
-
- cls.gpg_dir = tempfile.mkdtemp(prefix="oeqa-signing-")
-
- cls.pub_key_path = os.path.join(cls.testlayer_path, 'files', 'signing', "key.pub")
- cls.secret_key_path = os.path.join(cls.testlayer_path, 'files', 'signing', "key.secret")
-
- runCmd('gpg --batch --homedir %s --import %s %s' % (cls.gpg_dir, cls.pub_key_path, cls.secret_key_path))
-
- @classmethod
- def tearDownClass(cls):
- shutil.rmtree(cls.gpg_dir, ignore_errors=True)
-
- @OETestID(1362)
- def test_signing_packages(self):
- """
- Summary: Test that packages can be signed in the package feed
- Expected: Package should be signed with the correct key
- Expected: Images can be created from signed packages
- Product: oe-core
- Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- Author: Alexander Kanavin <alexander.kanavin@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
- import oe.packagedata
-
- package_classes = get_bb_var('PACKAGE_CLASSES')
- if 'package_rpm' not in package_classes:
- self.skipTest('This test requires RPM Packaging.')
-
- test_recipe = 'ed'
-
- feature = 'INHERIT += "sign_rpm"\n'
- feature += 'RPM_GPG_PASSPHRASE = "test123"\n'
- feature += 'RPM_GPG_NAME = "testuser"\n'
- feature += 'GPG_PATH = "%s"\n' % self.gpg_dir
-
- self.write_config(feature)
-
- bitbake('-c clean %s' % test_recipe)
- bitbake('-f -c package_write_rpm %s' % test_recipe)
-
- self.add_command_to_tearDown('bitbake -c clean %s' % test_recipe)
-
- needed_vars = ['PKGDATA_DIR', 'DEPLOY_DIR_RPM', 'PACKAGE_ARCH', 'STAGING_BINDIR_NATIVE']
- bb_vars = get_bb_vars(needed_vars, test_recipe)
- pkgdatadir = bb_vars['PKGDATA_DIR']
- pkgdata = oe.packagedata.read_pkgdatafile(pkgdatadir + "/runtime/ed")
- if 'PKGE' in pkgdata:
- pf = pkgdata['PN'] + "-" + pkgdata['PKGE'] + pkgdata['PKGV'] + '-' + pkgdata['PKGR']
- else:
- pf = pkgdata['PN'] + "-" + pkgdata['PKGV'] + '-' + pkgdata['PKGR']
- deploy_dir_rpm = bb_vars['DEPLOY_DIR_RPM']
- package_arch = bb_vars['PACKAGE_ARCH'].replace('-', '_')
- staging_bindir_native = bb_vars['STAGING_BINDIR_NATIVE']
-
- pkg_deploy = os.path.join(deploy_dir_rpm, package_arch, '.'.join((pf, package_arch, 'rpm')))
-
- # Use a temporary rpmdb
- rpmdb = tempfile.mkdtemp(prefix='oeqa-rpmdb')
-
- runCmd('%s/rpmkeys --define "_dbpath %s" --import %s' %
- (staging_bindir_native, rpmdb, self.pub_key_path))
-
- ret = runCmd('%s/rpmkeys --define "_dbpath %s" --checksig %s' %
- (staging_bindir_native, rpmdb, pkg_deploy))
- # tmp/deploy/rpm/i586/ed-1.9-r0.i586.rpm: rsa sha1 md5 OK
- self.assertIn('digests signatures OK', ret.output, 'Package signed incorrectly.')
- shutil.rmtree(rpmdb)
-
- #Check that an image can be built from signed packages
- self.add_command_to_tearDown('bitbake -c clean core-image-minimal')
- bitbake('-c clean core-image-minimal')
- bitbake('core-image-minimal')
-
-
- @OETestID(1382)
- def test_signing_sstate_archive(self):
- """
- Summary: Test that sstate archives can be signed
- Expected: Package should be signed with the correct key
- Product: oe-core
- Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
-
- test_recipe = 'ed'
-
- builddir = os.environ.get('BUILDDIR')
- sstatedir = os.path.join(builddir, 'test-sstate')
-
- self.add_command_to_tearDown('bitbake -c clean %s' % test_recipe)
- self.add_command_to_tearDown('rm -rf %s' % sstatedir)
-
- feature = 'SSTATE_SIG_KEY ?= "testuser"\n'
- feature += 'SSTATE_SIG_PASSPHRASE ?= "test123"\n'
- feature += 'SSTATE_VERIFY_SIG ?= "1"\n'
- feature += 'GPG_PATH = "%s"\n' % self.gpg_dir
- feature += 'SSTATE_DIR = "%s"\n' % sstatedir
- # Any mirror might have partial sstate without .sig files, triggering failures
- feature += 'SSTATE_MIRRORS_forcevariable = ""\n'
-
- self.write_config(feature)
-
- bitbake('-c clean %s' % test_recipe)
- bitbake(test_recipe)
-
- recipe_sig = glob.glob(sstatedir + '/*/*:ed:*_package.tgz.sig')
- recipe_tgz = glob.glob(sstatedir + '/*/*:ed:*_package.tgz')
-
- self.assertEqual(len(recipe_sig), 1, 'Failed to find .sig file.')
- self.assertEqual(len(recipe_tgz), 1, 'Failed to find .tgz file.')
-
- ret = runCmd('gpg --homedir %s --verify %s %s' % (self.gpg_dir, recipe_sig[0], recipe_tgz[0]))
- # gpg: Signature made Thu 22 Oct 2015 01:45:09 PM EEST using RSA key ID 61EEFB30
- # gpg: Good signature from "testuser (nocomment) <testuser@email.com>"
- self.assertIn('gpg: Good signature from', ret.output, 'Package signed incorrectly.')
-
-
-class LockedSignatures(OESelftestTestCase):
-
- @OETestID(1420)
- def test_locked_signatures(self):
- """
- Summary: Test locked signature mechanism
- Expected: Locked signatures will prevent task to run
- Product: oe-core
- Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
- """
-
- test_recipe = 'ed'
- locked_sigs_file = 'locked-sigs.inc'
-
- self.add_command_to_tearDown('rm -f %s' % os.path.join(self.builddir, locked_sigs_file))
-
- bitbake(test_recipe)
- # Generate locked sigs include file
- bitbake('-S none %s' % test_recipe)
-
- feature = 'require %s\n' % locked_sigs_file
- feature += 'SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n'
- self.write_config(feature)
-
- # Build a locked recipe
- bitbake(test_recipe)
-
- # Make a change that should cause the locked task signature to change
- recipe_append_file = test_recipe + '_' + get_bb_var('PV', test_recipe) + '.bbappend'
- recipe_append_path = os.path.join(self.testlayer_path, 'recipes-test', test_recipe, recipe_append_file)
- feature = 'SUMMARY += "test locked signature"\n'
-
- os.mkdir(os.path.join(self.testlayer_path, 'recipes-test', test_recipe))
- write_file(recipe_append_path, feature)
-
- self.add_command_to_tearDown('rm -rf %s' % os.path.join(self.testlayer_path, 'recipes-test', test_recipe))
-
- # Build the recipe again
- ret = bitbake(test_recipe)
-
- # Verify you get the warning and that the real task *isn't* run (i.e. the locked signature has worked)
- patt = r'WARNING: The %s:do_package sig is computed to be \S+, but the sig is locked to \S+ in SIGGEN_LOCKEDSIGS\S+' % test_recipe
- found_warn = re.search(patt, ret.output)
-
- self.assertIsNotNone(found_warn, "Didn't find the expected warning message. Output: %s" % ret.output)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/sstate.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/sstate.py
deleted file mode 100644
index bc2fdbd8c..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/sstate.py
+++ /dev/null
@@ -1,63 +0,0 @@
-import datetime
-import unittest
-import os
-import re
-import shutil
-
-import oeqa.utils.ftools as ftools
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_vars, get_test_layer
-
-
-class SStateBase(OESelftestTestCase):
-
- def setUpLocal(self):
- super(SStateBase, self).setUpLocal()
- self.temp_sstate_location = None
- needed_vars = ['SSTATE_DIR', 'NATIVELSBSTRING', 'TCLIBC', 'TUNE_ARCH',
- 'TOPDIR', 'TARGET_VENDOR', 'TARGET_OS']
- bb_vars = get_bb_vars(needed_vars)
- self.sstate_path = bb_vars['SSTATE_DIR']
- self.hostdistro = bb_vars['NATIVELSBSTRING']
- self.tclibc = bb_vars['TCLIBC']
- self.tune_arch = bb_vars['TUNE_ARCH']
- self.topdir = bb_vars['TOPDIR']
- self.target_vendor = bb_vars['TARGET_VENDOR']
- self.target_os = bb_vars['TARGET_OS']
- self.distro_specific_sstate = os.path.join(self.sstate_path, self.hostdistro)
-
- # Creates a special sstate configuration with the option to add sstate mirrors
- def config_sstate(self, temp_sstate_location=False, add_local_mirrors=[]):
- self.temp_sstate_location = temp_sstate_location
-
- if self.temp_sstate_location:
- temp_sstate_path = os.path.join(self.builddir, "temp_sstate_%s" % datetime.datetime.now().strftime('%Y%m%d%H%M%S'))
- config_temp_sstate = "SSTATE_DIR = \"%s\"" % temp_sstate_path
- self.append_config(config_temp_sstate)
- self.track_for_cleanup(temp_sstate_path)
- bb_vars = get_bb_vars(['SSTATE_DIR', 'NATIVELSBSTRING'])
- self.sstate_path = bb_vars['SSTATE_DIR']
- self.hostdistro = bb_vars['NATIVELSBSTRING']
- self.distro_specific_sstate = os.path.join(self.sstate_path, self.hostdistro)
-
- if add_local_mirrors:
- config_set_sstate_if_not_set = 'SSTATE_MIRRORS ?= ""'
- self.append_config(config_set_sstate_if_not_set)
- for local_mirror in add_local_mirrors:
- self.assertFalse(os.path.join(local_mirror) == os.path.join(self.sstate_path), msg='Cannot add the current sstate path as a sstate mirror')
- config_sstate_mirror = "SSTATE_MIRRORS += \"file://.* file:///%s/PATH\"" % local_mirror
- self.append_config(config_sstate_mirror)
-
- # Returns a list containing sstate files
- def search_sstate(self, filename_regex, distro_specific=True, distro_nonspecific=True):
- result = []
- for root, dirs, files in os.walk(self.sstate_path):
- if distro_specific and re.search("%s/[a-z0-9]{2}$" % self.hostdistro, root):
- for f in files:
- if re.search(filename_regex, f):
- result.append(f)
- if distro_nonspecific and re.search("%s/[a-z0-9]{2}$" % self.sstate_path, root):
- for f in files:
- if re.search(filename_regex, f):
- result.append(f)
- return result
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/sstatetests.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/sstatetests.py
deleted file mode 100644
index 7b008e409..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/sstatetests.py
+++ /dev/null
@@ -1,532 +0,0 @@
-import os
-import shutil
-import glob
-import subprocess
-import tempfile
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_test_layer, create_temp_layer
-from oeqa.selftest.cases.sstate import SStateBase
-from oeqa.core.decorator.oeid import OETestID
-
-import bb.siggen
-
-class SStateTests(SStateBase):
- def test_autorev_sstate_works(self):
- # Test that a git repository which changes is correctly handled by SRCREV = ${AUTOREV}
- # when PV does not contain SRCPV
-
- tempdir = tempfile.mkdtemp(prefix='oeqa')
- self.track_for_cleanup(tempdir)
- create_temp_layer(tempdir, 'selftestrecipetool')
- self.add_command_to_tearDown('bitbake-layers remove-layer %s' % tempdir)
- runCmd('bitbake-layers add-layer %s' % tempdir)
-
- # Use dbus-wait as a local git repo we can add a commit between two builds in
- pn = 'dbus-wait'
- srcrev = '6cc6077a36fe2648a5f993fe7c16c9632f946517'
- url = 'git://git.yoctoproject.org/dbus-wait'
- result = runCmd('git clone %s noname' % url, cwd=tempdir)
- srcdir = os.path.join(tempdir, 'noname')
- result = runCmd('git reset --hard %s' % srcrev, cwd=srcdir)
- self.assertTrue(os.path.isfile(os.path.join(srcdir, 'configure.ac')), 'Unable to find configure script in source directory')
-
- recipefile = os.path.join(tempdir, "recipes-test", "dbus-wait-test", 'dbus-wait-test_git.bb')
- os.makedirs(os.path.dirname(recipefile))
- srcuri = 'git://' + srcdir + ';protocol=file'
- result = runCmd(['recipetool', 'create', '-o', recipefile, srcuri])
- self.assertTrue(os.path.isfile(recipefile), 'recipetool did not create recipe file; output:\n%s' % result.output)
-
- with open(recipefile, 'a') as f:
- f.write('SRCREV = "${AUTOREV}"\n')
- f.write('PV = "1.0"\n')
-
- bitbake("dbus-wait-test -c fetch")
- with open(os.path.join(srcdir, "bar.txt"), "w") as f:
- f.write("foo")
- result = runCmd('git add bar.txt; git commit -asm "add bar"', cwd=srcdir)
- bitbake("dbus-wait-test -c unpack")
-
-
- # Test sstate files creation and their location
- def run_test_sstate_creation(self, targets, distro_specific=True, distro_nonspecific=True, temp_sstate_location=True, should_pass=True):
- self.config_sstate(temp_sstate_location, [self.sstate_path])
-
- if self.temp_sstate_location:
- bitbake(['-cclean'] + targets)
- else:
- bitbake(['-ccleansstate'] + targets)
-
- bitbake(targets)
- file_tracker = []
- results = self.search_sstate('|'.join(map(str, targets)), distro_specific, distro_nonspecific)
- if distro_nonspecific:
- for r in results:
- if r.endswith(("_populate_lic.tgz", "_populate_lic.tgz.siginfo", "_fetch.tgz.siginfo", "_unpack.tgz.siginfo", "_patch.tgz.siginfo")):
- continue
- file_tracker.append(r)
- else:
- file_tracker = results
-
- if should_pass:
- self.assertTrue(file_tracker , msg="Could not find sstate files for: %s" % ', '.join(map(str, targets)))
- else:
- self.assertTrue(not file_tracker , msg="Found sstate files in the wrong place for: %s (found %s)" % (', '.join(map(str, targets)), str(file_tracker)))
-
- @OETestID(975)
- def test_sstate_creation_distro_specific_pass(self):
- self.run_test_sstate_creation(['binutils-cross-'+ self.tune_arch, 'binutils-native'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True)
-
- @OETestID(1374)
- def test_sstate_creation_distro_specific_fail(self):
- self.run_test_sstate_creation(['binutils-cross-'+ self.tune_arch, 'binutils-native'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True, should_pass=False)
-
- @OETestID(976)
- def test_sstate_creation_distro_nonspecific_pass(self):
- self.run_test_sstate_creation(['linux-libc-headers'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True)
-
- @OETestID(1375)
- def test_sstate_creation_distro_nonspecific_fail(self):
- self.run_test_sstate_creation(['linux-libc-headers'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True, should_pass=False)
-
- # Test the sstate files deletion part of the do_cleansstate task
- def run_test_cleansstate_task(self, targets, distro_specific=True, distro_nonspecific=True, temp_sstate_location=True):
- self.config_sstate(temp_sstate_location, [self.sstate_path])
-
- bitbake(['-ccleansstate'] + targets)
-
- bitbake(targets)
- tgz_created = self.search_sstate('|'.join(map(str, [s + '.*?\.tgz$' for s in targets])), distro_specific, distro_nonspecific)
- self.assertTrue(tgz_created, msg="Could not find sstate .tgz files for: %s (%s)" % (', '.join(map(str, targets)), str(tgz_created)))
-
- siginfo_created = self.search_sstate('|'.join(map(str, [s + '.*?\.siginfo$' for s in targets])), distro_specific, distro_nonspecific)
- self.assertTrue(siginfo_created, msg="Could not find sstate .siginfo files for: %s (%s)" % (', '.join(map(str, targets)), str(siginfo_created)))
-
- bitbake(['-ccleansstate'] + targets)
- tgz_removed = self.search_sstate('|'.join(map(str, [s + '.*?\.tgz$' for s in targets])), distro_specific, distro_nonspecific)
- self.assertTrue(not tgz_removed, msg="do_cleansstate didn't remove .tgz sstate files for: %s (%s)" % (', '.join(map(str, targets)), str(tgz_removed)))
-
- @OETestID(977)
- def test_cleansstate_task_distro_specific_nonspecific(self):
- targets = ['binutils-cross-'+ self.tune_arch, 'binutils-native']
- targets.append('linux-libc-headers')
- self.run_test_cleansstate_task(targets, distro_specific=True, distro_nonspecific=True, temp_sstate_location=True)
-
- @OETestID(1376)
- def test_cleansstate_task_distro_nonspecific(self):
- self.run_test_cleansstate_task(['linux-libc-headers'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True)
-
- @OETestID(1377)
- def test_cleansstate_task_distro_specific(self):
- targets = ['binutils-cross-'+ self.tune_arch, 'binutils-native']
- targets.append('linux-libc-headers')
- self.run_test_cleansstate_task(targets, distro_specific=True, distro_nonspecific=False, temp_sstate_location=True)
-
-
- # Test rebuilding of distro-specific sstate files
- def run_test_rebuild_distro_specific_sstate(self, targets, temp_sstate_location=True):
- self.config_sstate(temp_sstate_location, [self.sstate_path])
-
- bitbake(['-ccleansstate'] + targets)
-
- bitbake(targets)
- results = self.search_sstate('|'.join(map(str, [s + '.*?\.tgz$' for s in targets])), distro_specific=False, distro_nonspecific=True)
- filtered_results = []
- for r in results:
- if r.endswith(("_populate_lic.tgz", "_populate_lic.tgz.siginfo")):
- continue
- filtered_results.append(r)
- self.assertTrue(filtered_results == [], msg="Found distro non-specific sstate for: %s (%s)" % (', '.join(map(str, targets)), str(filtered_results)))
- file_tracker_1 = self.search_sstate('|'.join(map(str, [s + '.*?\.tgz$' for s in targets])), distro_specific=True, distro_nonspecific=False)
- self.assertTrue(len(file_tracker_1) >= len(targets), msg = "Not all sstate files ware created for: %s" % ', '.join(map(str, targets)))
-
- self.track_for_cleanup(self.distro_specific_sstate + "_old")
- shutil.copytree(self.distro_specific_sstate, self.distro_specific_sstate + "_old")
- shutil.rmtree(self.distro_specific_sstate)
-
- bitbake(['-cclean'] + targets)
- bitbake(targets)
- file_tracker_2 = self.search_sstate('|'.join(map(str, [s + '.*?\.tgz$' for s in targets])), distro_specific=True, distro_nonspecific=False)
- self.assertTrue(len(file_tracker_2) >= len(targets), msg = "Not all sstate files ware created for: %s" % ', '.join(map(str, targets)))
-
- not_recreated = [x for x in file_tracker_1 if x not in file_tracker_2]
- self.assertTrue(not_recreated == [], msg="The following sstate files ware not recreated: %s" % ', '.join(map(str, not_recreated)))
-
- created_once = [x for x in file_tracker_2 if x not in file_tracker_1]
- self.assertTrue(created_once == [], msg="The following sstate files ware created only in the second run: %s" % ', '.join(map(str, created_once)))
-
- @OETestID(175)
- def test_rebuild_distro_specific_sstate_cross_native_targets(self):
- self.run_test_rebuild_distro_specific_sstate(['binutils-cross-' + self.tune_arch, 'binutils-native'], temp_sstate_location=True)
-
- @OETestID(1372)
- def test_rebuild_distro_specific_sstate_cross_target(self):
- self.run_test_rebuild_distro_specific_sstate(['binutils-cross-' + self.tune_arch], temp_sstate_location=True)
-
- @OETestID(1373)
- def test_rebuild_distro_specific_sstate_native_target(self):
- self.run_test_rebuild_distro_specific_sstate(['binutils-native'], temp_sstate_location=True)
-
-
- # Test the sstate-cache-management script. Each element in the global_config list is used with the corresponding element in the target_config list
- # global_config elements are expected to not generate any sstate files that would be removed by sstate-cache-management.sh (such as changing the value of MACHINE)
- def run_test_sstate_cache_management_script(self, target, global_config=[''], target_config=[''], ignore_patterns=[]):
- self.assertTrue(global_config)
- self.assertTrue(target_config)
- self.assertTrue(len(global_config) == len(target_config), msg='Lists global_config and target_config should have the same number of elements')
- self.config_sstate(temp_sstate_location=True, add_local_mirrors=[self.sstate_path])
-
- # If buildhistory is enabled, we need to disable version-going-backwards
- # QA checks for this test. It may report errors otherwise.
- self.append_config('ERROR_QA_remove = "version-going-backwards"')
-
- # For not this only checks if random sstate tasks are handled correctly as a group.
- # In the future we should add control over what tasks we check for.
-
- sstate_archs_list = []
- expected_remaining_sstate = []
- for idx in range(len(target_config)):
- self.append_config(global_config[idx])
- self.append_recipeinc(target, target_config[idx])
- sstate_arch = get_bb_var('SSTATE_PKGARCH', target)
- if not sstate_arch in sstate_archs_list:
- sstate_archs_list.append(sstate_arch)
- if target_config[idx] == target_config[-1]:
- target_sstate_before_build = self.search_sstate(target + '.*?\.tgz$')
- bitbake("-cclean %s" % target)
- result = bitbake(target, ignore_status=True)
- if target_config[idx] == target_config[-1]:
- target_sstate_after_build = self.search_sstate(target + '.*?\.tgz$')
- expected_remaining_sstate += [x for x in target_sstate_after_build if x not in target_sstate_before_build if not any(pattern in x for pattern in ignore_patterns)]
- self.remove_config(global_config[idx])
- self.remove_recipeinc(target, target_config[idx])
- self.assertEqual(result.status, 0, msg = "build of %s failed with %s" % (target, result.output))
-
- runCmd("sstate-cache-management.sh -y --cache-dir=%s --remove-duplicated --extra-archs=%s" % (self.sstate_path, ','.join(map(str, sstate_archs_list))))
- actual_remaining_sstate = [x for x in self.search_sstate(target + '.*?\.tgz$') if not any(pattern in x for pattern in ignore_patterns)]
-
- actual_not_expected = [x for x in actual_remaining_sstate if x not in expected_remaining_sstate]
- self.assertFalse(actual_not_expected, msg="Files should have been removed but ware not: %s" % ', '.join(map(str, actual_not_expected)))
- expected_not_actual = [x for x in expected_remaining_sstate if x not in actual_remaining_sstate]
- self.assertFalse(expected_not_actual, msg="Extra files ware removed: %s" ', '.join(map(str, expected_not_actual)))
-
- @OETestID(973)
- def test_sstate_cache_management_script_using_pr_1(self):
- global_config = []
- target_config = []
- global_config.append('')
- target_config.append('PR = "0"')
- self.run_test_sstate_cache_management_script('m4', global_config, target_config, ignore_patterns=['populate_lic'])
-
- @OETestID(978)
- def test_sstate_cache_management_script_using_pr_2(self):
- global_config = []
- target_config = []
- global_config.append('')
- target_config.append('PR = "0"')
- global_config.append('')
- target_config.append('PR = "1"')
- self.run_test_sstate_cache_management_script('m4', global_config, target_config, ignore_patterns=['populate_lic'])
-
- @OETestID(979)
- def test_sstate_cache_management_script_using_pr_3(self):
- global_config = []
- target_config = []
- global_config.append('MACHINE = "qemux86-64"')
- target_config.append('PR = "0"')
- global_config.append(global_config[0])
- target_config.append('PR = "1"')
- global_config.append('MACHINE = "qemux86"')
- target_config.append('PR = "1"')
- self.run_test_sstate_cache_management_script('m4', global_config, target_config, ignore_patterns=['populate_lic'])
-
- @OETestID(974)
- def test_sstate_cache_management_script_using_machine(self):
- global_config = []
- target_config = []
- global_config.append('MACHINE = "qemux86-64"')
- target_config.append('')
- global_config.append('MACHINE = "qemux86"')
- target_config.append('')
- self.run_test_sstate_cache_management_script('m4', global_config, target_config, ignore_patterns=['populate_lic'])
-
- @OETestID(1270)
- def test_sstate_32_64_same_hash(self):
- """
- The sstate checksums for both native and target should not vary whether
- they're built on a 32 or 64 bit system. Rather than requiring two different
- build machines and running a builds, override the variables calling uname()
- manually and check using bitbake -S.
- """
-
- self.write_config("""
-MACHINE = "qemux86"
-TMPDIR = "${TOPDIR}/tmp-sstatesamehash"
-BUILD_ARCH = "x86_64"
-BUILD_OS = "linux"
-SDKMACHINE = "x86_64"
-PACKAGE_CLASSES = "package_rpm package_ipk package_deb"
-""")
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash")
- bitbake("core-image-sato -S none")
- self.write_config("""
-MACHINE = "qemux86"
-TMPDIR = "${TOPDIR}/tmp-sstatesamehash2"
-BUILD_ARCH = "i686"
-BUILD_OS = "linux"
-SDKMACHINE = "i686"
-PACKAGE_CLASSES = "package_rpm package_ipk package_deb"
-""")
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2")
- bitbake("core-image-sato -S none")
-
- def get_files(d):
- f = []
- for root, dirs, files in os.walk(d):
- if "core-image-sato" in root:
- # SDKMACHINE changing will change
- # do_rootfs/do_testimage/do_build stamps of images which
- # is safe to ignore.
- continue
- f.extend(os.path.join(root, name) for name in files)
- return f
- files1 = get_files(self.topdir + "/tmp-sstatesamehash/stamps/")
- files2 = get_files(self.topdir + "/tmp-sstatesamehash2/stamps/")
- files2 = [x.replace("tmp-sstatesamehash2", "tmp-sstatesamehash").replace("i686-linux", "x86_64-linux").replace("i686" + self.target_vendor + "-linux", "x86_64" + self.target_vendor + "-linux", ) for x in files2]
- self.maxDiff = None
- self.assertCountEqual(files1, files2)
-
-
- @OETestID(1271)
- def test_sstate_nativelsbstring_same_hash(self):
- """
- The sstate checksums should be independent of whichever NATIVELSBSTRING is
- detected. Rather than requiring two different build machines and running
- builds, override the variables manually and check using bitbake -S.
- """
-
- self.write_config("""
-TMPDIR = \"${TOPDIR}/tmp-sstatesamehash\"
-NATIVELSBSTRING = \"DistroA\"
-""")
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash")
- bitbake("core-image-sato -S none")
- self.write_config("""
-TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\"
-NATIVELSBSTRING = \"DistroB\"
-""")
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2")
- bitbake("core-image-sato -S none")
-
- def get_files(d):
- f = []
- for root, dirs, files in os.walk(d):
- f.extend(os.path.join(root, name) for name in files)
- return f
- files1 = get_files(self.topdir + "/tmp-sstatesamehash/stamps/")
- files2 = get_files(self.topdir + "/tmp-sstatesamehash2/stamps/")
- files2 = [x.replace("tmp-sstatesamehash2", "tmp-sstatesamehash") for x in files2]
- self.maxDiff = None
- self.assertCountEqual(files1, files2)
-
- @OETestID(1368)
- def test_sstate_allarch_samesigs(self):
- """
- The sstate checksums of allarch packages should be independent of whichever
- MACHINE is set. Check this using bitbake -S.
- Also, rather than duplicate the test, check nativesdk stamps are the same between
- the two MACHINE values.
- """
-
- configA = """
-TMPDIR = \"${TOPDIR}/tmp-sstatesamehash\"
-MACHINE = \"qemux86-64\"
-"""
- configB = """
-TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\"
-MACHINE = \"qemuarm\"
-"""
- self.sstate_allarch_samesigs(configA, configB)
-
- @OETestID(1645)
- def test_sstate_allarch_samesigs_multilib(self):
- """
- The sstate checksums of allarch multilib packages should be independent of whichever
- MACHINE is set. Check this using bitbake -S.
- Also, rather than duplicate the test, check nativesdk stamps are the same between
- the two MACHINE values.
- """
-
- configA = """
-TMPDIR = \"${TOPDIR}/tmp-sstatesamehash\"
-MACHINE = \"qemux86-64\"
-require conf/multilib.conf
-MULTILIBS = \"multilib:lib32\"
-DEFAULTTUNE_virtclass-multilib-lib32 = \"x86\"
-"""
- configB = """
-TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\"
-MACHINE = \"qemuarm\"
-require conf/multilib.conf
-MULTILIBS = \"\"
-"""
- self.sstate_allarch_samesigs(configA, configB)
-
- def sstate_allarch_samesigs(self, configA, configB):
-
- self.write_config(configA)
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash")
- bitbake("world meta-toolchain -S none")
- self.write_config(configB)
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2")
- bitbake("world meta-toolchain -S none")
-
- def get_files(d):
- f = {}
- for root, dirs, files in os.walk(d):
- for name in files:
- if "meta-environment" in root or "cross-canadian" in root:
- continue
- if "do_build" not in name:
- # 1.4.1+gitAUTOINC+302fca9f4c-r0.do_package_write_ipk.sigdata.f3a2a38697da743f0dbed8b56aafcf79
- (_, task, _, shash) = name.rsplit(".", 3)
- f[os.path.join(os.path.basename(root), task)] = shash
- return f
- files1 = get_files(self.topdir + "/tmp-sstatesamehash/stamps/all" + self.target_vendor + "-" + self.target_os)
- files2 = get_files(self.topdir + "/tmp-sstatesamehash2/stamps/all" + self.target_vendor + "-" + self.target_os)
- self.maxDiff = None
- self.assertEqual(files1, files2)
-
- nativesdkdir = os.path.basename(glob.glob(self.topdir + "/tmp-sstatesamehash/stamps/*-nativesdk*-linux")[0])
-
- files1 = get_files(self.topdir + "/tmp-sstatesamehash/stamps/" + nativesdkdir)
- files2 = get_files(self.topdir + "/tmp-sstatesamehash2/stamps/" + nativesdkdir)
- self.maxDiff = None
- self.assertEqual(files1, files2)
-
- @OETestID(1369)
- def test_sstate_sametune_samesigs(self):
- """
- The sstate checksums of two identical machines (using the same tune) should be the
- same, apart from changes within the machine specific stamps directory. We use the
- qemux86copy machine to test this. Also include multilibs in the test.
- """
-
- self.write_config("""
-TMPDIR = \"${TOPDIR}/tmp-sstatesamehash\"
-MACHINE = \"qemux86\"
-require conf/multilib.conf
-MULTILIBS = "multilib:lib32"
-DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
-""")
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash")
- bitbake("world meta-toolchain -S none")
- self.write_config("""
-TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\"
-MACHINE = \"qemux86copy\"
-require conf/multilib.conf
-MULTILIBS = "multilib:lib32"
-DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
-""")
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2")
- bitbake("world meta-toolchain -S none")
-
- def get_files(d):
- f = []
- for root, dirs, files in os.walk(d):
- for name in files:
- if "meta-environment" in root or "cross-canadian" in root:
- continue
- if "qemux86copy-" in root or "qemux86-" in root:
- continue
- if "do_build" not in name and "do_populate_sdk" not in name:
- f.append(os.path.join(root, name))
- return f
- files1 = get_files(self.topdir + "/tmp-sstatesamehash/stamps")
- files2 = get_files(self.topdir + "/tmp-sstatesamehash2/stamps")
- files2 = [x.replace("tmp-sstatesamehash2", "tmp-sstatesamehash") for x in files2]
- self.maxDiff = None
- self.assertCountEqual(files1, files2)
-
-
- @OETestID(1498)
- def test_sstate_noop_samesigs(self):
- """
- The sstate checksums of two builds with these variables changed or
- classes inherits should be the same.
- """
-
- self.write_config("""
-TMPDIR = "${TOPDIR}/tmp-sstatesamehash"
-BB_NUMBER_THREADS = "${@oe.utils.cpu_count()}"
-PARALLEL_MAKE = "-j 1"
-DL_DIR = "${TOPDIR}/download1"
-TIME = "111111"
-DATE = "20161111"
-INHERIT_remove = "buildstats-summary buildhistory uninative"
-http_proxy = ""
-""")
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash")
- self.track_for_cleanup(self.topdir + "/download1")
- bitbake("world meta-toolchain -S none")
- self.write_config("""
-TMPDIR = "${TOPDIR}/tmp-sstatesamehash2"
-BB_NUMBER_THREADS = "${@oe.utils.cpu_count()+1}"
-PARALLEL_MAKE = "-j 2"
-DL_DIR = "${TOPDIR}/download2"
-TIME = "222222"
-DATE = "20161212"
-# Always remove uninative as we're changing proxies
-INHERIT_remove = "uninative"
-INHERIT += "buildstats-summary buildhistory"
-http_proxy = "http://example.com/"
-""")
- self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2")
- self.track_for_cleanup(self.topdir + "/download2")
- bitbake("world meta-toolchain -S none")
-
- def get_files(d):
- f = {}
- for root, dirs, files in os.walk(d):
- for name in files:
- name, shash = name.rsplit('.', 1)
- # Extract just the machine and recipe name
- base = os.sep.join(root.rsplit(os.sep, 2)[-2:] + [name])
- f[base] = shash
- return f
-
- def compare_sigfiles(files, files1, files2, compare=False):
- for k in files:
- if k in files1 and k in files2:
- print("%s differs:" % k)
- if compare:
- sigdatafile1 = self.topdir + "/tmp-sstatesamehash/stamps/" + k + "." + files1[k]
- sigdatafile2 = self.topdir + "/tmp-sstatesamehash2/stamps/" + k + "." + files2[k]
- output = bb.siggen.compare_sigfiles(sigdatafile1, sigdatafile2)
- if output:
- print('\n'.join(output))
- elif k in files1 and k not in files2:
- print("%s in files1" % k)
- elif k not in files1 and k in files2:
- print("%s in files2" % k)
- else:
- assert "shouldn't reach here"
-
- files1 = get_files(self.topdir + "/tmp-sstatesamehash/stamps/")
- files2 = get_files(self.topdir + "/tmp-sstatesamehash2/stamps/")
- # Remove items that are identical in both sets
- for k,v in files1.items() & files2.items():
- del files1[k]
- del files2[k]
- if not files1 and not files2:
- # No changes, so we're done
- return
-
- files = list(files1.keys() | files2.keys())
- # this is an expensive computation, thus just compare the first 'max_sigfiles_to_compare' k files
- max_sigfiles_to_compare = 20
- first, rest = files[:max_sigfiles_to_compare], files[max_sigfiles_to_compare:]
- compare_sigfiles(first, files1, files2, compare=True)
- compare_sigfiles(rest, files1, files2, compare=False)
-
- self.fail("sstate hashes not identical.")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/tinfoil.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/tinfoil.py
deleted file mode 100644
index f889a47b2..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/tinfoil.py
+++ /dev/null
@@ -1,231 +0,0 @@
-import os
-import re
-import time
-import logging
-import bb.tinfoil
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd
-from oeqa.core.decorator.oeid import OETestID
-
-class TinfoilTests(OESelftestTestCase):
- """ Basic tests for the tinfoil API """
-
- @OETestID(1568)
- def test_getvar(self):
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(True)
- machine = tinfoil.config_data.getVar('MACHINE')
- if not machine:
- self.fail('Unable to get MACHINE value - returned %s' % machine)
-
- @OETestID(1569)
- def test_expand(self):
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(True)
- expr = '${@os.getpid()}'
- pid = tinfoil.config_data.expand(expr)
- if not pid:
- self.fail('Unable to expand "%s" - returned %s' % (expr, pid))
-
- @OETestID(1570)
- def test_getvar_bb_origenv(self):
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(True)
- origenv = tinfoil.config_data.getVar('BB_ORIGENV', False)
- if not origenv:
- self.fail('Unable to get BB_ORIGENV value - returned %s' % origenv)
- self.assertEqual(origenv.getVar('HOME', False), os.environ['HOME'])
-
- @OETestID(1571)
- def test_parse_recipe(self):
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(config_only=False, quiet=2)
- testrecipe = 'mdadm'
- best = tinfoil.find_best_provider(testrecipe)
- if not best:
- self.fail('Unable to find recipe providing %s' % testrecipe)
- rd = tinfoil.parse_recipe_file(best[3])
- self.assertEqual(testrecipe, rd.getVar('PN'))
-
- @OETestID(1572)
- def test_parse_recipe_copy_expand(self):
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(config_only=False, quiet=2)
- testrecipe = 'mdadm'
- best = tinfoil.find_best_provider(testrecipe)
- if not best:
- self.fail('Unable to find recipe providing %s' % testrecipe)
- rd = tinfoil.parse_recipe_file(best[3])
- # Check we can get variable values
- self.assertEqual(testrecipe, rd.getVar('PN'))
- # Check that expanding a value that includes a variable reference works
- self.assertEqual(testrecipe, rd.getVar('BPN'))
- # Now check that changing the referenced variable's value in a copy gives that
- # value when expanding
- localdata = bb.data.createCopy(rd)
- localdata.setVar('PN', 'hello')
- self.assertEqual('hello', localdata.getVar('BPN'))
-
- @OETestID(1573)
- def test_parse_recipe_initial_datastore(self):
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(config_only=False, quiet=2)
- testrecipe = 'mdadm'
- best = tinfoil.find_best_provider(testrecipe)
- if not best:
- self.fail('Unable to find recipe providing %s' % testrecipe)
- dcopy = bb.data.createCopy(tinfoil.config_data)
- dcopy.setVar('MYVARIABLE', 'somevalue')
- rd = tinfoil.parse_recipe_file(best[3], config_data=dcopy)
- # Check we can get variable values
- self.assertEqual('somevalue', rd.getVar('MYVARIABLE'))
-
- @OETestID(1574)
- def test_list_recipes(self):
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(config_only=False, quiet=2)
- # Check pkg_pn
- checkpns = ['tar', 'automake', 'coreutils', 'm4-native', 'nativesdk-gcc']
- pkg_pn = tinfoil.cooker.recipecaches[''].pkg_pn
- for pn in checkpns:
- self.assertIn(pn, pkg_pn)
- # Check pkg_fn
- checkfns = {'nativesdk-gcc': '^virtual:nativesdk:.*', 'coreutils': '.*/coreutils_.*.bb'}
- for fn, pn in tinfoil.cooker.recipecaches[''].pkg_fn.items():
- if pn in checkpns:
- if pn in checkfns:
- self.assertTrue(re.match(checkfns[pn], fn), 'Entry for %s: %s did not match %s' % (pn, fn, checkfns[pn]))
- checkpns.remove(pn)
- if checkpns:
- self.fail('Unable to find pkg_fn entries for: %s' % ', '.join(checkpns))
-
- @OETestID(1575)
- def test_wait_event(self):
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(config_only=True)
-
- tinfoil.set_event_mask(['bb.event.FilesMatchingFound', 'bb.command.CommandCompleted'])
-
- # Need to drain events otherwise events that were masked may still be in the queue
- while tinfoil.wait_event():
- pass
-
- pattern = 'conf'
- res = tinfoil.run_command('findFilesMatchingInDir', pattern, 'conf/machine')
- self.assertTrue(res)
-
- eventreceived = False
- commandcomplete = False
- start = time.time()
- # Wait for 5s in total so we'd detect spurious heartbeat events for example
- while time.time() - start < 5:
- event = tinfoil.wait_event(1)
- if event:
- if isinstance(event, bb.command.CommandCompleted):
- commandcomplete = True
- elif isinstance(event, bb.event.FilesMatchingFound):
- self.assertEqual(pattern, event._pattern)
- self.assertIn('qemuarm.conf', event._matches)
- eventreceived = True
- elif isinstance(event, logging.LogRecord):
- continue
- else:
- self.fail('Unexpected event: %s' % event)
-
- self.assertTrue(commandcomplete, 'Timed out waiting for CommandCompleted event from bitbake server')
- self.assertTrue(eventreceived, 'Did not receive FilesMatchingFound event from bitbake server')
-
- @OETestID(1576)
- def test_setvariable_clean(self):
- # First check that setVariable affects the datastore
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(config_only=True)
- tinfoil.run_command('setVariable', 'TESTVAR', 'specialvalue')
- self.assertEqual(tinfoil.config_data.getVar('TESTVAR'), 'specialvalue', 'Value set using setVariable is not reflected in client-side getVar()')
-
- # Now check that the setVariable's effects are no longer present
- # (this may legitimately break in future if we stop reinitialising
- # the datastore, in which case we'll have to reconsider use of
- # setVariable entirely)
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(config_only=True)
- self.assertNotEqual(tinfoil.config_data.getVar('TESTVAR'), 'specialvalue', 'Value set using setVariable is still present!')
-
- # Now check that setVar on the main datastore works (uses setVariable internally)
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(config_only=True)
- tinfoil.config_data.setVar('TESTVAR', 'specialvalue')
- value = tinfoil.run_command('getVariable', 'TESTVAR')
- self.assertEqual(value, 'specialvalue', 'Value set using config_data.setVar() is not reflected in config_data.getVar()')
-
- @OETestID(1884)
- def test_datastore_operations(self):
- with bb.tinfoil.Tinfoil() as tinfoil:
- tinfoil.prepare(config_only=True)
- # Test setVarFlag() / getVarFlag()
- tinfoil.config_data.setVarFlag('TESTVAR', 'flagname', 'flagval')
- value = tinfoil.config_data.getVarFlag('TESTVAR', 'flagname')
- self.assertEqual(value, 'flagval', 'Value set using config_data.setVarFlag() is not reflected in config_data.getVarFlag()')
- # Test delVarFlag()
- tinfoil.config_data.setVarFlag('TESTVAR', 'otherflag', 'othervalue')
- tinfoil.config_data.delVarFlag('TESTVAR', 'flagname')
- value = tinfoil.config_data.getVarFlag('TESTVAR', 'flagname')
- self.assertEqual(value, None, 'Varflag deleted using config_data.delVarFlag() is not reflected in config_data.getVarFlag()')
- value = tinfoil.config_data.getVarFlag('TESTVAR', 'otherflag')
- self.assertEqual(value, 'othervalue', 'Varflag deleted using config_data.delVarFlag() caused unrelated flag to be removed')
- # Test delVar()
- tinfoil.config_data.setVar('TESTVAR', 'varvalue')
- value = tinfoil.config_data.getVar('TESTVAR')
- self.assertEqual(value, 'varvalue', 'Value set using config_data.setVar() is not reflected in config_data.getVar()')
- tinfoil.config_data.delVar('TESTVAR')
- value = tinfoil.config_data.getVar('TESTVAR')
- self.assertEqual(value, None, 'Variable deleted using config_data.delVar() appears to still have a value')
- # Test renameVar()
- tinfoil.config_data.setVar('TESTVAROLD', 'origvalue')
- tinfoil.config_data.renameVar('TESTVAROLD', 'TESTVARNEW')
- value = tinfoil.config_data.getVar('TESTVAROLD')
- self.assertEqual(value, None, 'Variable renamed using config_data.renameVar() still seems to exist')
- value = tinfoil.config_data.getVar('TESTVARNEW')
- self.assertEqual(value, 'origvalue', 'Variable renamed using config_data.renameVar() does not appear with new name')
- # Test overrides
- tinfoil.config_data.setVar('TESTVAR', 'original')
- tinfoil.config_data.setVar('TESTVAR_overrideone', 'one')
- tinfoil.config_data.setVar('TESTVAR_overridetwo', 'two')
- tinfoil.config_data.appendVar('OVERRIDES', ':overrideone')
- value = tinfoil.config_data.getVar('TESTVAR')
- self.assertEqual(value, 'one', 'Variable overrides not functioning correctly')
-
- def test_variable_history(self):
- # Basic test to ensure that variable history works when tracking=True
- with bb.tinfoil.Tinfoil(tracking=True) as tinfoil:
- tinfoil.prepare(config_only=False, quiet=2)
- # Note that _tracking for any datastore we get will be
- # false here, that's currently expected - so we can't check
- # for that
- history = tinfoil.config_data.varhistory.variable('DL_DIR')
- for entry in history:
- if entry['file'].endswith('/bitbake.conf'):
- if entry['op'] in ['set', 'set?']:
- break
- else:
- self.fail('Did not find history entry setting DL_DIR in bitbake.conf. History: %s' % history)
- # Check it works for recipes as well
- testrecipe = 'zlib'
- rd = tinfoil.parse_recipe(testrecipe)
- history = rd.varhistory.variable('LICENSE')
- bbfound = -1
- recipefound = -1
- for i, entry in enumerate(history):
- if entry['file'].endswith('/bitbake.conf'):
- if entry['detail'] == 'INVALID' and entry['op'] in ['set', 'set?']:
- bbfound = i
- elif entry['file'].endswith('.bb'):
- if entry['op'] == 'set':
- recipefound = i
- if bbfound == -1:
- self.fail('Did not find history entry setting LICENSE in bitbake.conf parsing %s recipe. History: %s' % (testrecipe, history))
- if recipefound == -1:
- self.fail('Did not find history entry setting LICENSE in %s recipe. History: %s' % (testrecipe, history))
- if bbfound > recipefound:
- self.fail('History entry setting LICENSE in %s recipe and in bitbake.conf in wrong order. History: %s' % (testrecipe, history))
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/wic.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/wic.py
deleted file mode 100644
index b84466d9a..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/cases/wic.py
+++ /dev/null
@@ -1,1066 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
-# Copyright (c) 2015, Intel Corporation.
-# All rights reserved.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2 as
-# published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
-# AUTHORS
-# Ed Bartosh <ed.bartosh@linux.intel.com>
-
-"""Test cases for wic."""
-
-import os
-import sys
-import unittest
-
-from glob import glob
-from shutil import rmtree, copy
-from functools import wraps, lru_cache
-from tempfile import NamedTemporaryFile
-
-from oeqa.selftest.case import OESelftestTestCase
-from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu
-from oeqa.core.decorator.oeid import OETestID
-
-
-@lru_cache(maxsize=32)
-def get_host_arch(recipe):
- """A cached call to get_bb_var('HOST_ARCH', <recipe>)"""
- return get_bb_var('HOST_ARCH', recipe)
-
-
-def only_for_arch(archs, image='core-image-minimal'):
- """Decorator for wrapping test cases that can be run only for specific target
- architectures. A list of compatible architectures is passed in `archs`.
- Current architecture will be determined by parsing bitbake output for
- `image` recipe.
- """
- def wrapper(func):
- @wraps(func)
- def wrapped_f(*args, **kwargs):
- arch = get_host_arch(image)
- if archs and arch not in archs:
- raise unittest.SkipTest("Testcase arch dependency not met: %s" % arch)
- return func(*args, **kwargs)
- wrapped_f.__name__ = func.__name__
- return wrapped_f
- return wrapper
-
-
-class Wic(OESelftestTestCase):
- """Wic test class."""
-
- resultdir = "/var/tmp/wic.oe-selftest/"
- image_is_ready = False
- native_sysroot = None
- wicenv_cache = {}
-
- def setUpLocal(self):
- """This code is executed before each test method."""
- super(Wic, self).setUpLocal()
- if not self.native_sysroot:
- Wic.native_sysroot = get_bb_var('STAGING_DIR_NATIVE', 'wic-tools')
-
- # Do this here instead of in setUpClass as the base setUp does some
- # clean up which can result in the native tools built earlier in
- # setUpClass being unavailable.
- if not Wic.image_is_ready:
- if get_bb_var('USE_NLS') == 'yes':
- bitbake('wic-tools')
- else:
- self.skipTest('wic-tools cannot be built due its (intltool|gettext)-native dependency and NLS disable')
-
- bitbake('core-image-minimal')
- Wic.image_is_ready = True
-
- rmtree(self.resultdir, ignore_errors=True)
-
- def tearDownLocal(self):
- """Remove resultdir as it may contain images."""
- rmtree(self.resultdir, ignore_errors=True)
- super(Wic, self).tearDownLocal()
-
- @OETestID(1552)
- def test_version(self):
- """Test wic --version"""
- self.assertEqual(0, runCmd('wic --version').status)
-
- @OETestID(1208)
- def test_help(self):
- """Test wic --help and wic -h"""
- self.assertEqual(0, runCmd('wic --help').status)
- self.assertEqual(0, runCmd('wic -h').status)
-
- @OETestID(1209)
- def test_createhelp(self):
- """Test wic create --help"""
- self.assertEqual(0, runCmd('wic create --help').status)
-
- @OETestID(1210)
- def test_listhelp(self):
- """Test wic list --help"""
- self.assertEqual(0, runCmd('wic list --help').status)
-
- @OETestID(1553)
- def test_help_create(self):
- """Test wic help create"""
- self.assertEqual(0, runCmd('wic help create').status)
-
- @OETestID(1554)
- def test_help_list(self):
- """Test wic help list"""
- self.assertEqual(0, runCmd('wic help list').status)
-
- @OETestID(1215)
- def test_help_overview(self):
- """Test wic help overview"""
- self.assertEqual(0, runCmd('wic help overview').status)
-
- @OETestID(1216)
- def test_help_plugins(self):
- """Test wic help plugins"""
- self.assertEqual(0, runCmd('wic help plugins').status)
-
- @OETestID(1217)
- def test_help_kickstart(self):
- """Test wic help kickstart"""
- self.assertEqual(0, runCmd('wic help kickstart').status)
-
- @OETestID(1555)
- def test_list_images(self):
- """Test wic list images"""
- self.assertEqual(0, runCmd('wic list images').status)
-
- @OETestID(1556)
- def test_list_source_plugins(self):
- """Test wic list source-plugins"""
- self.assertEqual(0, runCmd('wic list source-plugins').status)
-
- @OETestID(1557)
- def test_listed_images_help(self):
- """Test wic listed images help"""
- output = runCmd('wic list images').output
- imagelist = [line.split()[0] for line in output.splitlines()]
- for image in imagelist:
- self.assertEqual(0, runCmd('wic list %s help' % image).status)
-
- @OETestID(1213)
- def test_unsupported_subcommand(self):
- """Test unsupported subcommand"""
- self.assertNotEqual(0, runCmd('wic unsupported', ignore_status=True).status)
-
- @OETestID(1214)
- def test_no_command(self):
- """Test wic without command"""
- self.assertEqual(1, runCmd('wic', ignore_status=True).status)
-
- @OETestID(1211)
- def test_build_image_name(self):
- """Test wic create wictestdisk --image-name=core-image-minimal"""
- cmd = "wic create wictestdisk --image-name=core-image-minimal -o %s" % self.resultdir
- self.assertEqual(0, runCmd(cmd).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct")))
-
- @OETestID(1157)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_gpt_image(self):
- """Test creation of core-image-minimal with gpt table and UUID boot"""
- cmd = "wic create directdisk-gpt --image-name core-image-minimal -o %s" % self.resultdir
- self.assertEqual(0, runCmd(cmd).status)
- self.assertEqual(1, len(glob(self.resultdir + "directdisk-*.direct")))
-
- @OETestID(1346)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_iso_image(self):
- """Test creation of hybrid iso image with legacy and EFI boot"""
- config = 'INITRAMFS_IMAGE = "core-image-minimal-initramfs"\n'\
- 'MACHINE_FEATURES_append = " efi"\n'\
- 'DEPENDS_pn-core-image-minimal += "syslinux"\n'
- self.append_config(config)
- bitbake('core-image-minimal')
- self.remove_config(config)
- cmd = "wic create mkhybridiso --image-name core-image-minimal -o %s" % self.resultdir
- self.assertEqual(0, runCmd(cmd).status)
- self.assertEqual(1, len(glob(self.resultdir + "HYBRID_ISO_IMG-*.direct")))
- self.assertEqual(1, len(glob(self.resultdir + "HYBRID_ISO_IMG-*.iso")))
-
- @OETestID(1348)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_qemux86_directdisk(self):
- """Test creation of qemux-86-directdisk image"""
- cmd = "wic create qemux86-directdisk -e core-image-minimal -o %s" % self.resultdir
- self.assertEqual(0, runCmd(cmd).status)
- self.assertEqual(1, len(glob(self.resultdir + "qemux86-directdisk-*direct")))
-
- @OETestID(1350)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_mkefidisk(self):
- """Test creation of mkefidisk image"""
- cmd = "wic create mkefidisk -e core-image-minimal -o %s" % self.resultdir
- self.assertEqual(0, runCmd(cmd).status)
- self.assertEqual(1, len(glob(self.resultdir + "mkefidisk-*direct")))
-
- @OETestID(1385)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_bootloader_config(self):
- """Test creation of directdisk-bootloader-config image"""
- config = 'DEPENDS_pn-core-image-minimal += "syslinux"\n'
- self.append_config(config)
- bitbake('core-image-minimal')
- self.remove_config(config)
- cmd = "wic create directdisk-bootloader-config -e core-image-minimal -o %s" % self.resultdir
- self.assertEqual(0, runCmd(cmd).status)
- self.assertEqual(1, len(glob(self.resultdir + "directdisk-bootloader-config-*direct")))
-
- @OETestID(1560)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_systemd_bootdisk(self):
- """Test creation of systemd-bootdisk image"""
- config = 'MACHINE_FEATURES_append = " efi"\n'
- self.append_config(config)
- bitbake('core-image-minimal')
- self.remove_config(config)
- cmd = "wic create systemd-bootdisk -e core-image-minimal -o %s" % self.resultdir
- self.assertEqual(0, runCmd(cmd).status)
- self.assertEqual(1, len(glob(self.resultdir + "systemd-bootdisk-*direct")))
-
- @OETestID(1561)
- def test_sdimage_bootpart(self):
- """Test creation of sdimage-bootpart image"""
- cmd = "wic create sdimage-bootpart -e core-image-minimal -o %s" % self.resultdir
- kimgtype = get_bb_var('KERNEL_IMAGETYPE', 'core-image-minimal')
- self.write_config('IMAGE_BOOT_FILES = "%s"\n' % kimgtype)
- self.assertEqual(0, runCmd(cmd).status)
- self.assertEqual(1, len(glob(self.resultdir + "sdimage-bootpart-*direct")))
-
- @OETestID(1562)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_default_output_dir(self):
- """Test default output location"""
- for fname in glob("directdisk-*.direct"):
- os.remove(fname)
- config = 'DEPENDS_pn-core-image-minimal += "syslinux"\n'
- self.append_config(config)
- bitbake('core-image-minimal')
- self.remove_config(config)
- cmd = "wic create directdisk -e core-image-minimal"
- self.assertEqual(0, runCmd(cmd).status)
- self.assertEqual(1, len(glob("directdisk-*.direct")))
-
- @OETestID(1212)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_build_artifacts(self):
- """Test wic create directdisk providing all artifacts."""
- bb_vars = get_bb_vars(['STAGING_DATADIR', 'RECIPE_SYSROOT_NATIVE'],
- 'wic-tools')
- bb_vars.update(get_bb_vars(['DEPLOY_DIR_IMAGE', 'IMAGE_ROOTFS'],
- 'core-image-minimal'))
- bbvars = {key.lower(): value for key, value in bb_vars.items()}
- bbvars['resultdir'] = self.resultdir
- status = runCmd("wic create directdisk "
- "-b %(staging_datadir)s "
- "-k %(deploy_dir_image)s "
- "-n %(recipe_sysroot_native)s "
- "-r %(image_rootfs)s "
- "-o %(resultdir)s" % bbvars).status
- self.assertEqual(0, status)
- self.assertEqual(1, len(glob(self.resultdir + "directdisk-*.direct")))
-
- @OETestID(1264)
- def test_compress_gzip(self):
- """Test compressing an image with gzip"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name core-image-minimal "
- "-c gzip -o %s" % self.resultdir).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct.gz")))
-
- @OETestID(1265)
- def test_compress_bzip2(self):
- """Test compressing an image with bzip2"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "-c bzip2 -o %s" % self.resultdir).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct.bz2")))
-
- @OETestID(1266)
- def test_compress_xz(self):
- """Test compressing an image with xz"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "--compress-with=xz -o %s" % self.resultdir).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct.xz")))
-
- @OETestID(1267)
- def test_wrong_compressor(self):
- """Test how wic breaks if wrong compressor is provided"""
- self.assertEqual(2, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "-c wrong -o %s" % self.resultdir,
- ignore_status=True).status)
-
- @OETestID(1558)
- def test_debug_short(self):
- """Test -D option"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "-D -o %s" % self.resultdir).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct")))
-
- @OETestID(1658)
- def test_debug_long(self):
- """Test --debug option"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "--debug -o %s" % self.resultdir).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct")))
-
- @OETestID(1563)
- def test_skip_build_check_short(self):
- """Test -s option"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "-s -o %s" % self.resultdir).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct")))
-
- @OETestID(1671)
- def test_skip_build_check_long(self):
- """Test --skip-build-check option"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "--skip-build-check "
- "--outdir %s" % self.resultdir).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct")))
-
- @OETestID(1564)
- def test_build_rootfs_short(self):
- """Test -f option"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "-f -o %s" % self.resultdir).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct")))
-
- @OETestID(1656)
- def test_build_rootfs_long(self):
- """Test --build-rootfs option"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "--build-rootfs "
- "--outdir %s" % self.resultdir).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*.direct")))
-
- @OETestID(1268)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_rootfs_indirect_recipes(self):
- """Test usage of rootfs plugin with rootfs recipes"""
- status = runCmd("wic create directdisk-multi-rootfs "
- "--image-name=core-image-minimal "
- "--rootfs rootfs1=core-image-minimal "
- "--rootfs rootfs2=core-image-minimal "
- "--outdir %s" % self.resultdir).status
- self.assertEqual(0, status)
- self.assertEqual(1, len(glob(self.resultdir + "directdisk-multi-rootfs*.direct")))
-
- @OETestID(1269)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_rootfs_artifacts(self):
- """Test usage of rootfs plugin with rootfs paths"""
- bb_vars = get_bb_vars(['STAGING_DATADIR', 'RECIPE_SYSROOT_NATIVE'],
- 'wic-tools')
- bb_vars.update(get_bb_vars(['DEPLOY_DIR_IMAGE', 'IMAGE_ROOTFS'],
- 'core-image-minimal'))
- bbvars = {key.lower(): value for key, value in bb_vars.items()}
- bbvars['wks'] = "directdisk-multi-rootfs"
- bbvars['resultdir'] = self.resultdir
- status = runCmd("wic create %(wks)s "
- "--bootimg-dir=%(staging_datadir)s "
- "--kernel-dir=%(deploy_dir_image)s "
- "--native-sysroot=%(recipe_sysroot_native)s "
- "--rootfs-dir rootfs1=%(image_rootfs)s "
- "--rootfs-dir rootfs2=%(image_rootfs)s "
- "--outdir %(resultdir)s" % bbvars).status
- self.assertEqual(0, status)
- self.assertEqual(1, len(glob(self.resultdir + "%(wks)s-*.direct" % bbvars)))
-
- @OETestID(1661)
- def test_exclude_path(self):
- """Test --exclude-path wks option."""
-
- oldpath = os.environ['PATH']
- os.environ['PATH'] = get_bb_var("PATH", "wic-tools")
-
- try:
- wks_file = 'temp.wks'
- with open(wks_file, 'w') as wks:
- rootfs_dir = get_bb_var('IMAGE_ROOTFS', 'core-image-minimal')
- wks.write("""
-part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path usr
-part /usr --source rootfs --ondisk mmcblk0 --fstype=ext4 --rootfs-dir %s/usr
-part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --rootfs-dir %s/usr"""
- % (rootfs_dir, rootfs_dir))
- self.assertEqual(0, runCmd("wic create %s -e core-image-minimal -o %s" \
- % (wks_file, self.resultdir)).status)
-
- os.remove(wks_file)
- wicout = glob(self.resultdir + "%s-*direct" % 'temp')
- self.assertEqual(1, len(wicout))
-
- wicimg = wicout[0]
-
- # verify partition size with wic
- res = runCmd("parted -m %s unit b p 2>/dev/null" % wicimg)
- self.assertEqual(0, res.status)
-
- # parse parted output which looks like this:
- # BYT;\n
- # /var/tmp/wic/build/tmpfwvjjkf_-201611101222-hda.direct:200MiB:file:512:512:msdos::;\n
- # 1:0.00MiB:200MiB:200MiB:ext4::;\n
- partlns = res.output.splitlines()[2:]
-
- self.assertEqual(3, len(partlns))
-
- for part in [1, 2, 3]:
- part_file = os.path.join(self.resultdir, "selftest_img.part%d" % part)
- partln = partlns[part-1].split(":")
- self.assertEqual(7, len(partln))
- start = int(partln[1].rstrip("B")) / 512
- length = int(partln[3].rstrip("B")) / 512
- self.assertEqual(0, runCmd("dd if=%s of=%s skip=%d count=%d" %
- (wicimg, part_file, start, length)).status)
-
- def extract_files(debugfs_output):
- """
- extract file names from the output of debugfs -R 'ls -p',
- which looks like this:
-
- /2/040755/0/0/.//\n
- /2/040755/0/0/..//\n
- /11/040700/0/0/lost+found^M//\n
- /12/040755/1002/1002/run//\n
- /13/040755/1002/1002/sys//\n
- /14/040755/1002/1002/bin//\n
- /80/040755/1002/1002/var//\n
- /92/040755/1002/1002/tmp//\n
- """
- # NOTE the occasional ^M in file names
- return [line.split('/')[5].strip() for line in \
- debugfs_output.strip().split('/\n')]
-
- # Test partition 1, should contain the normal root directories, except
- # /usr.
- res = runCmd("debugfs -R 'ls -p' %s 2>/dev/null" % \
- os.path.join(self.resultdir, "selftest_img.part1"))
- self.assertEqual(0, res.status)
- files = extract_files(res.output)
- self.assertIn("etc", files)
- self.assertNotIn("usr", files)
-
- # Partition 2, should contain common directories for /usr, not root
- # directories.
- res = runCmd("debugfs -R 'ls -p' %s 2>/dev/null" % \
- os.path.join(self.resultdir, "selftest_img.part2"))
- self.assertEqual(0, res.status)
- files = extract_files(res.output)
- self.assertNotIn("etc", files)
- self.assertNotIn("usr", files)
- self.assertIn("share", files)
-
- # Partition 3, should contain the same as partition 2, including the bin
- # directory, but not the files inside it.
- res = runCmd("debugfs -R 'ls -p' %s 2>/dev/null" % \
- os.path.join(self.resultdir, "selftest_img.part3"))
- self.assertEqual(0, res.status)
- files = extract_files(res.output)
- self.assertNotIn("etc", files)
- self.assertNotIn("usr", files)
- self.assertIn("share", files)
- self.assertIn("bin", files)
- res = runCmd("debugfs -R 'ls -p bin' %s 2>/dev/null" % \
- os.path.join(self.resultdir, "selftest_img.part3"))
- self.assertEqual(0, res.status)
- files = extract_files(res.output)
- self.assertIn(".", files)
- self.assertIn("..", files)
- self.assertEqual(2, len(files))
-
- for part in [1, 2, 3]:
- part_file = os.path.join(self.resultdir, "selftest_img.part%d" % part)
- os.remove(part_file)
-
- finally:
- os.environ['PATH'] = oldpath
-
- @OETestID(1662)
- def test_exclude_path_errors(self):
- """Test --exclude-path wks option error handling."""
- wks_file = 'temp.wks'
-
- # Absolute argument.
- with open(wks_file, 'w') as wks:
- wks.write("part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path /usr")
- self.assertNotEqual(0, runCmd("wic create %s -e core-image-minimal -o %s" \
- % (wks_file, self.resultdir), ignore_status=True).status)
- os.remove(wks_file)
-
- # Argument pointing to parent directory.
- with open(wks_file, 'w') as wks:
- wks.write("part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path ././..")
- self.assertNotEqual(0, runCmd("wic create %s -e core-image-minimal -o %s" \
- % (wks_file, self.resultdir), ignore_status=True).status)
- os.remove(wks_file)
-
- @OETestID(1496)
- def test_bmap_short(self):
- """Test generation of .bmap file -m option"""
- cmd = "wic create wictestdisk -e core-image-minimal -m -o %s" % self.resultdir
- status = runCmd(cmd).status
- self.assertEqual(0, status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*direct")))
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*direct.bmap")))
-
- @OETestID(1655)
- def test_bmap_long(self):
- """Test generation of .bmap file --bmap option"""
- cmd = "wic create wictestdisk -e core-image-minimal --bmap -o %s" % self.resultdir
- status = runCmd(cmd).status
- self.assertEqual(0, status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*direct")))
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*direct.bmap")))
-
- def _get_image_env_path(self, image):
- """Generate and obtain the path to <image>.env"""
- if image not in self.wicenv_cache:
- self.assertEqual(0, bitbake('%s -c do_rootfs_wicenv' % image).status)
- bb_vars = get_bb_vars(['STAGING_DIR', 'MACHINE'], image)
- stdir = bb_vars['STAGING_DIR']
- machine = bb_vars['MACHINE']
- self.wicenv_cache[image] = os.path.join(stdir, machine, 'imgdata')
- return self.wicenv_cache[image]
-
- @OETestID(1347)
- def test_image_env(self):
- """Test generation of <image>.env files."""
- image = 'core-image-minimal'
- imgdatadir = self._get_image_env_path(image)
-
- bb_vars = get_bb_vars(['IMAGE_BASENAME', 'WICVARS'], image)
- basename = bb_vars['IMAGE_BASENAME']
- self.assertEqual(basename, image)
- path = os.path.join(imgdatadir, basename) + '.env'
- self.assertTrue(os.path.isfile(path))
-
- wicvars = set(bb_vars['WICVARS'].split())
- # filter out optional variables
- wicvars = wicvars.difference(('DEPLOY_DIR_IMAGE', 'IMAGE_BOOT_FILES',
- 'INITRD', 'INITRD_LIVE', 'ISODIR'))
- with open(path) as envfile:
- content = dict(line.split("=", 1) for line in envfile)
- # test if variables used by wic present in the .env file
- for var in wicvars:
- self.assertTrue(var in content, "%s is not in .env file" % var)
- self.assertTrue(content[var])
-
- @OETestID(1559)
- def test_image_vars_dir_short(self):
- """Test image vars directory selection -v option"""
- image = 'core-image-minimal'
- imgenvdir = self._get_image_env_path(image)
- native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
-
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=%s -v %s -n %s -o %s"
- % (image, imgenvdir, native_sysroot,
- self.resultdir)).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*direct")))
-
- @OETestID(1665)
- def test_image_vars_dir_long(self):
- """Test image vars directory selection --vars option"""
- image = 'core-image-minimal'
- imgenvdir = self._get_image_env_path(image)
- native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
-
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=%s "
- "--vars %s "
- "--native-sysroot %s "
- "--outdir %s"
- % (image, imgenvdir, native_sysroot,
- self.resultdir)).status)
- self.assertEqual(1, len(glob(self.resultdir + "wictestdisk-*direct")))
-
- @OETestID(1351)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_wic_image_type(self):
- """Test building wic images by bitbake"""
- config = 'IMAGE_FSTYPES += "wic"\nWKS_FILE = "wic-image-minimal"\n'\
- 'MACHINE_FEATURES_append = " efi"\n'
- self.append_config(config)
- self.assertEqual(0, bitbake('wic-image-minimal').status)
- self.remove_config(config)
-
- bb_vars = get_bb_vars(['DEPLOY_DIR_IMAGE', 'MACHINE'])
- deploy_dir = bb_vars['DEPLOY_DIR_IMAGE']
- machine = bb_vars['MACHINE']
- prefix = os.path.join(deploy_dir, 'wic-image-minimal-%s.' % machine)
- # check if we have result image and manifests symlinks
- # pointing to existing files
- for suffix in ('wic', 'manifest'):
- path = prefix + suffix
- self.assertTrue(os.path.islink(path))
- self.assertTrue(os.path.isfile(os.path.realpath(path)))
-
- @OETestID(1424)
- @only_for_arch(['i586', 'i686', 'x86_64'])
- def test_qemu(self):
- """Test wic-image-minimal under qemu"""
- config = 'IMAGE_FSTYPES += "wic"\nWKS_FILE = "wic-image-minimal"\n'\
- 'MACHINE_FEATURES_append = " efi"\n'
- self.append_config(config)
- self.assertEqual(0, bitbake('wic-image-minimal').status)
- self.remove_config(config)
-
- with runqemu('wic-image-minimal', ssh=False) as qemu:
- cmd = "mount |grep '^/dev/' | cut -f1,3 -d ' ' | sort"
- status, output = qemu.run_serial(cmd)
- self.assertEqual(output, '/dev/root /\r\n/dev/sda1 /boot\r\n/dev/sda3 /media\r\n/dev/sda4 /mnt')
- cmd = "grep UUID= /etc/fstab"
- status, output = qemu.run_serial(cmd)
- self.assertEqual(1, status, 'Failed to run command "%s": %s' % (cmd, output))
- self.assertEqual(output, 'UUID=2c71ef06-a81d-4735-9d3a-379b69c6bdba\t/media\text4\tdefaults\t0\t0')
-
- @only_for_arch(['i586', 'i686', 'x86_64'])
- @OETestID(1852)
- def test_qemu_efi(self):
- """Test core-image-minimal efi image under qemu"""
- config = 'IMAGE_FSTYPES = "wic"\nWKS_FILE = "mkefidisk.wks"\n'
- self.append_config(config)
- self.assertEqual(0, bitbake('core-image-minimal ovmf').status)
- self.remove_config(config)
-
- with runqemu('core-image-minimal', ssh=False,
- runqemuparams='ovmf', image_fstype='wic') as qemu:
- cmd = "grep sda. /proc/partitions |wc -l"
- status, output = qemu.run_serial(cmd)
- self.assertEqual(1, status, 'Failed to run command "%s": %s' % (cmd, output))
- self.assertEqual(output, '3')
-
- @staticmethod
- def _make_fixed_size_wks(size):
- """
- Create a wks of an image with a single partition. Size of the partition is set
- using --fixed-size flag. Returns a tuple: (path to wks file, wks image name)
- """
- with NamedTemporaryFile("w", suffix=".wks", delete=False) as tempf:
- wkspath = tempf.name
- tempf.write("part " \
- "--source rootfs --ondisk hda --align 4 --fixed-size %d "
- "--fstype=ext4\n" % size)
- wksname = os.path.splitext(os.path.basename(wkspath))[0]
-
- return wkspath, wksname
-
- @OETestID(1847)
- def test_fixed_size(self):
- """
- Test creation of a simple image with partition size controlled through
- --fixed-size flag
- """
- wkspath, wksname = Wic._make_fixed_size_wks(200)
-
- self.assertEqual(0, runCmd("wic create %s -e core-image-minimal -o %s" \
- % (wkspath, self.resultdir)).status)
- os.remove(wkspath)
- wicout = glob(self.resultdir + "%s-*direct" % wksname)
- self.assertEqual(1, len(wicout))
-
- wicimg = wicout[0]
-
- # verify partition size with wic
- res = runCmd("parted -m %s unit mib p 2>/dev/null" % wicimg,
- ignore_status=True,
- native_sysroot=self.native_sysroot)
- self.assertEqual(0, res.status)
-
- # parse parted output which looks like this:
- # BYT;\n
- # /var/tmp/wic/build/tmpfwvjjkf_-201611101222-hda.direct:200MiB:file:512:512:msdos::;\n
- # 1:0.00MiB:200MiB:200MiB:ext4::;\n
- partlns = res.output.splitlines()[2:]
-
- self.assertEqual(1, len(partlns))
- self.assertEqual("1:0.00MiB:200MiB:200MiB:ext4::;", partlns[0])
-
- @OETestID(1848)
- def test_fixed_size_error(self):
- """
- Test creation of a simple image with partition size controlled through
- --fixed-size flag. The size of partition is intentionally set to 1MiB
- in order to trigger an error in wic.
- """
- wkspath, wksname = Wic._make_fixed_size_wks(1)
-
- self.assertEqual(1, runCmd("wic create %s -e core-image-minimal -o %s" \
- % (wkspath, self.resultdir), ignore_status=True).status)
- os.remove(wkspath)
- wicout = glob(self.resultdir + "%s-*direct" % wksname)
- self.assertEqual(0, len(wicout))
-
- @only_for_arch(['i586', 'i686', 'x86_64'])
- @OETestID(1854)
- def test_rawcopy_plugin_qemu(self):
- """Test rawcopy plugin in qemu"""
- # build ext4 and wic images
- for fstype in ("ext4", "wic"):
- config = 'IMAGE_FSTYPES = "%s"\nWKS_FILE = "test_rawcopy_plugin.wks.in"\n' % fstype
- self.append_config(config)
- self.assertEqual(0, bitbake('core-image-minimal').status)
- self.remove_config(config)
-
- with runqemu('core-image-minimal', ssh=False, image_fstype='wic') as qemu:
- cmd = "grep sda. /proc/partitions |wc -l"
- status, output = qemu.run_serial(cmd)
- self.assertEqual(1, status, 'Failed to run command "%s": %s' % (cmd, output))
- self.assertEqual(output, '2')
-
- @OETestID(1853)
- def test_rawcopy_plugin(self):
- """Test rawcopy plugin"""
- img = 'core-image-minimal'
- machine = get_bb_var('MACHINE', img)
- with NamedTemporaryFile("w", suffix=".wks") as wks:
- wks.writelines(['part /boot --active --source bootimg-pcbios\n',
- 'part / --source rawcopy --sourceparams="file=%s-%s.ext4" --use-uuid\n'\
- % (img, machine),
- 'bootloader --timeout=0 --append="console=ttyS0,115200n8"\n'])
- wks.flush()
- cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir)
- self.assertEqual(0, runCmd(cmd).status)
- wksname = os.path.splitext(os.path.basename(wks.name))[0]
- out = glob(self.resultdir + "%s-*direct" % wksname)
- self.assertEqual(1, len(out))
-
- @OETestID(1849)
- def test_fs_types(self):
- """Test filesystem types for empty and not empty partitions"""
- img = 'core-image-minimal'
- with NamedTemporaryFile("w", suffix=".wks") as wks:
- wks.writelines(['part ext2 --fstype ext2 --source rootfs\n',
- 'part btrfs --fstype btrfs --source rootfs --size 40M\n',
- 'part squash --fstype squashfs --source rootfs\n',
- 'part swap --fstype swap --size 1M\n',
- 'part emptyvfat --fstype vfat --size 1M\n',
- 'part emptymsdos --fstype msdos --size 1M\n',
- 'part emptyext2 --fstype ext2 --size 1M\n',
- 'part emptybtrfs --fstype btrfs --size 100M\n'])
- wks.flush()
- cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir)
- self.assertEqual(0, runCmd(cmd).status)
- wksname = os.path.splitext(os.path.basename(wks.name))[0]
- out = glob(self.resultdir + "%s-*direct" % wksname)
- self.assertEqual(1, len(out))
-
- @OETestID(1851)
- def test_kickstart_parser(self):
- """Test wks parser options"""
- with NamedTemporaryFile("w", suffix=".wks") as wks:
- wks.writelines(['part / --fstype ext3 --source rootfs --system-id 0xFF '\
- '--overhead-factor 1.2 --size 100k\n'])
- wks.flush()
- cmd = "wic create %s -e core-image-minimal -o %s" % (wks.name, self.resultdir)
- self.assertEqual(0, runCmd(cmd).status)
- wksname = os.path.splitext(os.path.basename(wks.name))[0]
- out = glob(self.resultdir + "%s-*direct" % wksname)
- self.assertEqual(1, len(out))
-
- @OETestID(1850)
- def test_image_bootpart_globbed(self):
- """Test globbed sources with image-bootpart plugin"""
- img = "core-image-minimal"
- cmd = "wic create sdimage-bootpart -e %s -o %s" % (img, self.resultdir)
- config = 'IMAGE_BOOT_FILES = "%s*"' % get_bb_var('KERNEL_IMAGETYPE', img)
- self.append_config(config)
- self.assertEqual(0, runCmd(cmd).status)
- self.remove_config(config)
- self.assertEqual(1, len(glob(self.resultdir + "sdimage-bootpart-*direct")))
-
- @OETestID(1855)
- def test_sparse_copy(self):
- """Test sparse_copy with FIEMAP and SEEK_HOLE filemap APIs"""
- libpath = os.path.join(get_bb_var('COREBASE'), 'scripts', 'lib', 'wic')
- sys.path.insert(0, libpath)
- from filemap import FilemapFiemap, FilemapSeek, sparse_copy, ErrorNotSupp
- with NamedTemporaryFile("w", suffix=".wic-sparse") as sparse:
- src_name = sparse.name
- src_size = 1024 * 10
- sparse.truncate(src_size)
- # write one byte to the file
- with open(src_name, 'r+b') as sfile:
- sfile.seek(1024 * 4)
- sfile.write(b'\x00')
- dest = sparse.name + '.out'
- # copy src file to dest using different filemap APIs
- for api in (FilemapFiemap, FilemapSeek, None):
- if os.path.exists(dest):
- os.unlink(dest)
- try:
- sparse_copy(sparse.name, dest, api=api)
- except ErrorNotSupp:
- continue # skip unsupported API
- dest_stat = os.stat(dest)
- self.assertEqual(dest_stat.st_size, src_size)
- # 8 blocks is 4K (physical sector size)
- self.assertEqual(dest_stat.st_blocks, 8)
- os.unlink(dest)
-
- @OETestID(1857)
- def test_wic_ls(self):
- """Test listing image content using 'wic ls'"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "-D -o %s" % self.resultdir).status)
- images = glob(self.resultdir + "wictestdisk-*.direct")
- self.assertEqual(1, len(images))
-
- sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
-
- # list partitions
- result = runCmd("wic ls %s -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertEqual(3, len(result.output.split('\n')))
-
- # list directory content of the first partition
- result = runCmd("wic ls %s:1/ -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertEqual(6, len(result.output.split('\n')))
-
- @OETestID(1856)
- def test_wic_cp(self):
- """Test copy files and directories to the the wic image."""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "-D -o %s" % self.resultdir).status)
- images = glob(self.resultdir + "wictestdisk-*.direct")
- self.assertEqual(1, len(images))
-
- sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
-
- # list directory content of the first partition
- result = runCmd("wic ls %s:1/ -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertEqual(6, len(result.output.split('\n')))
-
- with NamedTemporaryFile("w", suffix=".wic-cp") as testfile:
- testfile.write("test")
-
- # copy file to the partition
- result = runCmd("wic cp %s %s:1/ -n %s" % (testfile.name, images[0], sysroot))
- self.assertEqual(0, result.status)
-
- # check if file is there
- result = runCmd("wic ls %s:1/ -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertEqual(7, len(result.output.split('\n')))
- self.assertTrue(os.path.basename(testfile.name) in result.output)
-
- # prepare directory
- testdir = os.path.join(self.resultdir, 'wic-test-cp-dir')
- testsubdir = os.path.join(testdir, 'subdir')
- os.makedirs(os.path.join(testsubdir))
- copy(testfile.name, testdir)
-
- # copy directory to the partition
- result = runCmd("wic cp %s %s:1/ -n %s" % (testdir, images[0], sysroot))
- self.assertEqual(0, result.status)
-
- # check if directory is there
- result = runCmd("wic ls %s:1/ -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertEqual(8, len(result.output.split('\n')))
- self.assertTrue(os.path.basename(testdir) in result.output)
-
- @OETestID(1858)
- def test_wic_rm(self):
- """Test removing files and directories from the the wic image."""
- self.assertEqual(0, runCmd("wic create mkefidisk "
- "--image-name=core-image-minimal "
- "-D -o %s" % self.resultdir).status)
- images = glob(self.resultdir + "mkefidisk-*.direct")
- self.assertEqual(1, len(images))
-
- sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
-
- # list directory content of the first partition
- result = runCmd("wic ls %s:1 -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertIn('\nBZIMAGE ', result.output)
- self.assertIn('\nEFI <DIR> ', result.output)
-
- # remove file
- result = runCmd("wic rm %s:1/bzimage -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
-
- # remove directory
- result = runCmd("wic rm %s:1/efi -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
-
- # check if they're removed
- result = runCmd("wic ls %s:1 -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertNotIn('\nBZIMAGE ', result.output)
- self.assertNotIn('\nEFI <DIR> ', result.output)
-
- @OETestID(1922)
- def test_mkfs_extraopts(self):
- """Test wks option --mkfs-extraopts for empty and not empty partitions"""
- img = 'core-image-minimal'
- with NamedTemporaryFile("w", suffix=".wks") as wks:
- wks.writelines(
- ['part ext2 --fstype ext2 --source rootfs --mkfs-extraopts "-D -F -i 8192"\n',
- "part btrfs --fstype btrfs --source rootfs --size 40M --mkfs-extraopts='--quiet'\n",
- 'part squash --fstype squashfs --source rootfs --mkfs-extraopts "-no-sparse -b 4096"\n',
- 'part emptyvfat --fstype vfat --size 1M --mkfs-extraopts "-S 1024 -s 64"\n',
- 'part emptymsdos --fstype msdos --size 1M --mkfs-extraopts "-S 1024 -s 64"\n',
- 'part emptyext2 --fstype ext2 --size 1M --mkfs-extraopts "-D -F -i 8192"\n',
- 'part emptybtrfs --fstype btrfs --size 100M --mkfs-extraopts "--mixed -K"\n'])
- wks.flush()
- cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir)
- self.assertEqual(0, runCmd(cmd).status)
- wksname = os.path.splitext(os.path.basename(wks.name))[0]
- out = glob(self.resultdir + "%s-*direct" % wksname)
- self.assertEqual(1, len(out))
-
- def test_expand_mbr_image(self):
- """Test wic write --expand command for mbr image"""
- # build an image
- config = 'IMAGE_FSTYPES = "wic"\nWKS_FILE = "directdisk.wks"\n'
- self.append_config(config)
- self.assertEqual(0, bitbake('core-image-minimal').status)
-
- # get path to the image
- bb_vars = get_bb_vars(['DEPLOY_DIR_IMAGE', 'MACHINE'])
- deploy_dir = bb_vars['DEPLOY_DIR_IMAGE']
- machine = bb_vars['MACHINE']
- image_path = os.path.join(deploy_dir, 'core-image-minimal-%s.wic' % machine)
-
- self.remove_config(config)
-
- try:
- # expand image to 1G
- new_image_path = None
- with NamedTemporaryFile(mode='wb', suffix='.wic.exp',
- dir=deploy_dir, delete=False) as sparse:
- sparse.truncate(1024 ** 3)
- new_image_path = sparse.name
-
- sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
- cmd = "wic write -n %s --expand 1:0 %s %s" % (sysroot, image_path, new_image_path)
- self.assertEqual(0, runCmd(cmd).status)
-
- # check if partitions are expanded
- orig = runCmd("wic ls %s -n %s" % (image_path, sysroot))
- exp = runCmd("wic ls %s -n %s" % (new_image_path, sysroot))
- orig_sizes = [int(line.split()[3]) for line in orig.output.split('\n')[1:]]
- exp_sizes = [int(line.split()[3]) for line in exp.output.split('\n')[1:]]
- self.assertEqual(orig_sizes[0], exp_sizes[0]) # first partition is not resized
- self.assertTrue(orig_sizes[1] < exp_sizes[1])
-
- # Check if all free space is partitioned
- result = runCmd("%s/usr/sbin/sfdisk -F %s" % (sysroot, new_image_path))
- self.assertTrue("0 B, 0 bytes, 0 sectors" in result.output)
-
- os.rename(image_path, image_path + '.bak')
- os.rename(new_image_path, image_path)
-
- # Check if it boots in qemu
- with runqemu('core-image-minimal', ssh=False) as qemu:
- cmd = "ls /etc/"
- status, output = qemu.run_serial('true')
- self.assertEqual(1, status, 'Failed to run command "%s": %s' % (cmd, output))
- finally:
- if os.path.exists(new_image_path):
- os.unlink(new_image_path)
- if os.path.exists(image_path + '.bak'):
- os.rename(image_path + '.bak', image_path)
-
- def test_wic_ls_ext(self):
- """Test listing content of the ext partition using 'wic ls'"""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "-D -o %s" % self.resultdir).status)
- images = glob(self.resultdir + "wictestdisk-*.direct")
- self.assertEqual(1, len(images))
-
- sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
-
- # list directory content of the second ext4 partition
- result = runCmd("wic ls %s:2/ -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertTrue(set(['bin', 'home', 'proc', 'usr', 'var', 'dev', 'lib', 'sbin']).issubset(
- set(line.split()[-1] for line in result.output.split('\n') if line)))
-
- def test_wic_cp_ext(self):
- """Test copy files and directories to the ext partition."""
- self.assertEqual(0, runCmd("wic create wictestdisk "
- "--image-name=core-image-minimal "
- "-D -o %s" % self.resultdir).status)
- images = glob(self.resultdir + "wictestdisk-*.direct")
- self.assertEqual(1, len(images))
-
- sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
-
- # list directory content of the ext4 partition
- result = runCmd("wic ls %s:2/ -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- dirs = set(line.split()[-1] for line in result.output.split('\n') if line)
- self.assertTrue(set(['bin', 'home', 'proc', 'usr', 'var', 'dev', 'lib', 'sbin']).issubset(dirs))
-
- with NamedTemporaryFile("w", suffix=".wic-cp") as testfile:
- testfile.write("test")
-
- # copy file to the partition
- result = runCmd("wic cp %s %s:2/ -n %s" % (testfile.name, images[0], sysroot))
- self.assertEqual(0, result.status)
-
- # check if file is there
- result = runCmd("wic ls %s:2/ -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- newdirs = set(line.split()[-1] for line in result.output.split('\n') if line)
- self.assertEqual(newdirs.difference(dirs), set([os.path.basename(testfile.name)]))
-
- def test_wic_rm_ext(self):
- """Test removing files from the ext partition."""
- self.assertEqual(0, runCmd("wic create mkefidisk "
- "--image-name=core-image-minimal "
- "-D -o %s" % self.resultdir).status)
- images = glob(self.resultdir + "mkefidisk-*.direct")
- self.assertEqual(1, len(images))
-
- sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
-
- # list directory content of the /etc directory on ext4 partition
- result = runCmd("wic ls %s:2/etc/ -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertTrue('fstab' in [line.split()[-1] for line in result.output.split('\n') if line])
-
- # remove file
- result = runCmd("wic rm %s:2/etc/fstab -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
-
- # check if it's removed
- result = runCmd("wic ls %s:2/etc/ -n %s" % (images[0], sysroot))
- self.assertEqual(0, result.status)
- self.assertTrue('fstab' not in [line.split()[-1] for line in result.output.split('\n') if line])
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/selftest/context.py b/import-layers/yocto-poky/meta/lib/oeqa/selftest/context.py
deleted file mode 100644
index 9e90d3c25..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/selftest/context.py
+++ /dev/null
@@ -1,279 +0,0 @@
-# Copyright (C) 2017 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-import os
-import time
-import glob
-import sys
-import imp
-import signal
-from shutil import copyfile
-from random import choice
-
-import oeqa
-
-from oeqa.core.context import OETestContext, OETestContextExecutor
-from oeqa.core.exception import OEQAPreRun, OEQATestNotFound
-
-from oeqa.utils.commands import runCmd, get_bb_vars, get_test_layer
-
-class OESelftestTestContext(OETestContext):
- def __init__(self, td=None, logger=None, machines=None, config_paths=None):
- super(OESelftestTestContext, self).__init__(td, logger)
-
- self.machines = machines
- self.custommachine = None
- self.config_paths = config_paths
-
- def runTests(self, machine=None, skips=[]):
- if machine:
- self.custommachine = machine
- if machine == 'random':
- self.custommachine = choice(self.machines)
- self.logger.info('Run tests with custom MACHINE set to: %s' % \
- self.custommachine)
- return super(OESelftestTestContext, self).runTests(skips)
-
- def listTests(self, display_type, machine=None):
- return super(OESelftestTestContext, self).listTests(display_type)
-
-class OESelftestTestContextExecutor(OETestContextExecutor):
- _context_class = OESelftestTestContext
- _script_executor = 'oe-selftest'
-
- name = 'oe-selftest'
- help = 'oe-selftest test component'
- description = 'Executes selftest tests'
-
- def register_commands(self, logger, parser):
- group = parser.add_mutually_exclusive_group(required=True)
-
- group.add_argument('-a', '--run-all-tests', default=False,
- action="store_true", dest="run_all_tests",
- help='Run all (unhidden) tests')
- group.add_argument('-R', '--skip-tests', required=False, action='store',
- nargs='+', dest="skips", default=None,
- help='Run all (unhidden) tests except the ones specified. Format should be <module>[.<class>[.<test_method>]]')
- group.add_argument('-r', '--run-tests', required=False, action='store',
- nargs='+', dest="run_tests", default=None,
- help='Select what tests to run (modules, classes or test methods). Format should be: <module>.<class>.<test_method>')
-
- group.add_argument('-m', '--list-modules', required=False,
- action="store_true", default=False,
- help='List all available test modules.')
- group.add_argument('--list-classes', required=False,
- action="store_true", default=False,
- help='List all available test classes.')
- group.add_argument('-l', '--list-tests', required=False,
- action="store_true", default=False,
- help='List all available tests.')
-
- parser.add_argument('--machine', required=False, choices=['random', 'all'],
- help='Run tests on different machines (random/all).')
-
- parser.set_defaults(func=self.run)
-
- def _get_available_machines(self):
- machines = []
-
- bbpath = self.tc_kwargs['init']['td']['BBPATH'].split(':')
-
- for path in bbpath:
- found_machines = glob.glob(os.path.join(path, 'conf', 'machine', '*.conf'))
- if found_machines:
- for i in found_machines:
- # eg: '/home/<user>/poky/meta-intel/conf/machine/intel-core2-32.conf'
- machines.append(os.path.splitext(os.path.basename(i))[0])
-
- return machines
-
- def _get_cases_paths(self, bbpath):
- cases_paths = []
- for layer in bbpath:
- cases_dir = os.path.join(layer, 'lib', 'oeqa', 'selftest', 'cases')
- if os.path.isdir(cases_dir):
- cases_paths.append(cases_dir)
- return cases_paths
-
- def _process_args(self, logger, args):
- args.output_log = '%s-results-%s.log' % (self.name,
- time.strftime("%Y%m%d%H%M%S"))
- args.test_data_file = None
- args.CASES_PATHS = None
-
- super(OESelftestTestContextExecutor, self)._process_args(logger, args)
-
- if args.list_modules:
- args.list_tests = 'module'
- elif args.list_classes:
- args.list_tests = 'class'
- elif args.list_tests:
- args.list_tests = 'name'
-
- self.tc_kwargs['init']['td'] = get_bb_vars()
- self.tc_kwargs['init']['machines'] = self._get_available_machines()
-
- builddir = os.environ.get("BUILDDIR")
- self.tc_kwargs['init']['config_paths'] = {}
- self.tc_kwargs['init']['config_paths']['testlayer_path'] = \
- get_test_layer()
- self.tc_kwargs['init']['config_paths']['builddir'] = builddir
- self.tc_kwargs['init']['config_paths']['localconf'] = \
- os.path.join(builddir, "conf/local.conf")
- self.tc_kwargs['init']['config_paths']['localconf_backup'] = \
- os.path.join(builddir, "conf/local.conf.orig")
- self.tc_kwargs['init']['config_paths']['localconf_class_backup'] = \
- os.path.join(builddir, "conf/local.conf.bk")
- self.tc_kwargs['init']['config_paths']['bblayers'] = \
- os.path.join(builddir, "conf/bblayers.conf")
- self.tc_kwargs['init']['config_paths']['bblayers_backup'] = \
- os.path.join(builddir, "conf/bblayers.conf.orig")
- self.tc_kwargs['init']['config_paths']['bblayers_class_backup'] = \
- os.path.join(builddir, "conf/bblayers.conf.bk")
-
- copyfile(self.tc_kwargs['init']['config_paths']['localconf'],
- self.tc_kwargs['init']['config_paths']['localconf_backup'])
- copyfile(self.tc_kwargs['init']['config_paths']['bblayers'],
- self.tc_kwargs['init']['config_paths']['bblayers_backup'])
-
- self.tc_kwargs['run']['skips'] = args.skips
-
- def _pre_run(self):
- def _check_required_env_variables(vars):
- for var in vars:
- if not os.environ.get(var):
- self.tc.logger.error("%s is not set. Did you forget to source your build environment setup script?" % var)
- raise OEQAPreRun
-
- def _check_presence_meta_selftest():
- builddir = os.environ.get("BUILDDIR")
- if os.getcwd() != builddir:
- self.tc.logger.info("Changing cwd to %s" % builddir)
- os.chdir(builddir)
-
- if not "meta-selftest" in self.tc.td["BBLAYERS"]:
- self.tc.logger.warn("meta-selftest layer not found in BBLAYERS, adding it")
- meta_selftestdir = os.path.join(
- self.tc.td["BBLAYERS_FETCH_DIR"], 'meta-selftest')
- if os.path.isdir(meta_selftestdir):
- runCmd("bitbake-layers add-layer %s" %meta_selftestdir)
- # reload data is needed because a meta-selftest layer was add
- self.tc.td = get_bb_vars()
- self.tc.config_paths['testlayer_path'] = get_test_layer()
- else:
- self.tc.logger.error("could not locate meta-selftest in:\n%s" % meta_selftestdir)
- raise OEQAPreRun
-
- def _add_layer_libs():
- bbpath = self.tc.td['BBPATH'].split(':')
- layer_libdirs = [p for p in (os.path.join(l, 'lib') \
- for l in bbpath) if os.path.exists(p)]
- if layer_libdirs:
- self.tc.logger.info("Adding layer libraries:")
- for l in layer_libdirs:
- self.tc.logger.info("\t%s" % l)
-
- sys.path.extend(layer_libdirs)
- imp.reload(oeqa.selftest)
-
- _check_required_env_variables(["BUILDDIR"])
- _check_presence_meta_selftest()
-
- if "buildhistory.bbclass" in self.tc.td["BBINCLUDED"]:
- self.tc.logger.error("You have buildhistory enabled already and this isn't recommended for selftest, please disable it first.")
- raise OEQAPreRun
-
- if "PRSERV_HOST" in self.tc.td:
- self.tc.logger.error("Please unset PRSERV_HOST in order to run oe-selftest")
- raise OEQAPreRun
-
- if "SANITY_TESTED_DISTROS" in self.tc.td:
- self.tc.logger.error("Please unset SANITY_TESTED_DISTROS in order to run oe-selftest")
- raise OEQAPreRun
-
- _add_layer_libs()
-
- self.tc.logger.info("Running bitbake -p")
- runCmd("bitbake -p")
-
- def _internal_run(self, logger, args):
- self.module_paths = self._get_cases_paths(
- self.tc_kwargs['init']['td']['BBPATH'].split(':'))
-
- self.tc = self._context_class(**self.tc_kwargs['init'])
- try:
- self.tc.loadTests(self.module_paths, **self.tc_kwargs['load'])
- except OEQATestNotFound as ex:
- logger.error(ex)
- sys.exit(1)
-
- if args.list_tests:
- rc = self.tc.listTests(args.list_tests, **self.tc_kwargs['list'])
- else:
- self._pre_run()
- rc = self.tc.runTests(**self.tc_kwargs['run'])
- rc.logDetails()
- rc.logSummary(self.name)
-
- return rc
-
- def _signal_clean_handler(self, signum, frame):
- sys.exit(1)
-
- def run(self, logger, args):
- self._process_args(logger, args)
-
- signal.signal(signal.SIGTERM, self._signal_clean_handler)
-
- rc = None
- try:
- if args.machine:
- logger.info('Custom machine mode enabled. MACHINE set to %s' %
- args.machine)
-
- if args.machine == 'all':
- results = []
- for m in self.tc_kwargs['init']['machines']:
- self.tc_kwargs['run']['machine'] = m
- results.append(self._internal_run(logger, args))
-
- # XXX: the oe-selftest script only needs to know if one
- # machine run fails
- for r in results:
- rc = r
- if not r.wasSuccessful():
- break
-
- else:
- self.tc_kwargs['run']['machine'] = args.machine
- return self._internal_run(logger, args)
-
- else:
- self.tc_kwargs['run']['machine'] = args.machine
- rc = self._internal_run(logger, args)
- finally:
- config_paths = self.tc_kwargs['init']['config_paths']
- if os.path.exists(config_paths['localconf_backup']):
- copyfile(config_paths['localconf_backup'],
- config_paths['localconf'])
- os.remove(config_paths['localconf_backup'])
-
- if os.path.exists(config_paths['bblayers_backup']):
- copyfile(config_paths['bblayers_backup'],
- config_paths['bblayers'])
- os.remove(config_paths['bblayers_backup'])
-
- if os.path.exists(config_paths['localconf_class_backup']):
- os.remove(config_paths['localconf_class_backup'])
- if os.path.exists(config_paths['bblayers_class_backup']):
- os.remove(config_paths['bblayers_class_backup'])
-
- output_link = os.path.join(os.path.dirname(args.output_log),
- "%s-results.log" % self.name)
- if os.path.exists(output_link):
- os.remove(output_link)
- os.symlink(args.output_log, output_link)
-
- return rc
-
-_executor_class = OESelftestTestContextExecutor
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/targetcontrol.py b/import-layers/yocto-poky/meta/lib/oeqa/targetcontrol.py
deleted file mode 100644
index 59a9c35a0..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/targetcontrol.py
+++ /dev/null
@@ -1,232 +0,0 @@
-# Copyright (C) 2013 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# This module is used by testimage.bbclass for setting up and controlling a target machine.
-
-import os
-import shutil
-import subprocess
-import bb
-import traceback
-import sys
-import logging
-from oeqa.utils.sshcontrol import SSHControl
-from oeqa.utils.qemurunner import QemuRunner
-from oeqa.utils.qemutinyrunner import QemuTinyRunner
-from oeqa.utils.dump import TargetDumper
-from oeqa.controllers.testtargetloader import TestTargetLoader
-from abc import ABCMeta, abstractmethod
-
-class BaseTarget(object, metaclass=ABCMeta):
-
- supported_image_fstypes = []
-
- def __init__(self, d, logger):
- self.connection = None
- self.ip = None
- self.server_ip = None
- self.datetime = d.getVar('DATETIME')
- self.testdir = d.getVar("TEST_LOG_DIR")
- self.pn = d.getVar("PN")
- self.logger = logger
-
- @abstractmethod
- def deploy(self):
-
- self.sshlog = os.path.join(self.testdir, "ssh_target_log.%s" % self.datetime)
- sshloglink = os.path.join(self.testdir, "ssh_target_log")
- if os.path.islink(sshloglink):
- os.unlink(sshloglink)
- os.symlink(self.sshlog, sshloglink)
- self.logger.info("SSH log file: %s" % self.sshlog)
-
- @abstractmethod
- def start(self, params=None, ssh=True, extra_bootparams=None):
- pass
-
- @abstractmethod
- def stop(self):
- pass
-
- @classmethod
- def get_extra_files(self):
- return None
-
- @classmethod
- def match_image_fstype(self, d, image_fstypes=None):
- if not image_fstypes:
- image_fstypes = d.getVar('IMAGE_FSTYPES').split(' ')
- possible_image_fstypes = [fstype for fstype in self.supported_image_fstypes if fstype in image_fstypes]
- if possible_image_fstypes:
- return possible_image_fstypes[0]
- else:
- return None
-
- def get_image_fstype(self, d):
- image_fstype = self.match_image_fstype(d)
- if image_fstype:
- return image_fstype
- else:
- bb.fatal("IMAGE_FSTYPES should contain a Target Controller supported image fstype: %s " % ', '.join(map(str, self.supported_image_fstypes)))
-
- def restart(self, params=None):
- self.stop()
- self.start(params)
-
- def run(self, cmd, timeout=None):
- return self.connection.run(cmd, timeout)
-
- def copy_to(self, localpath, remotepath):
- return self.connection.copy_to(localpath, remotepath)
-
- def copy_from(self, remotepath, localpath):
- return self.connection.copy_from(remotepath, localpath)
-
-
-
-class QemuTarget(BaseTarget):
-
- supported_image_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic']
-
- def __init__(self, d, logger, image_fstype=None):
-
- import oe.types
-
- super(QemuTarget, self).__init__(d, logger)
-
- self.rootfs = ''
- self.kernel = ''
- self.image_fstype = ''
-
- if d.getVar('FIND_ROOTFS') == '1':
- self.image_fstype = image_fstype or self.get_image_fstype(d)
- self.rootfs = os.path.join(d.getVar("DEPLOY_DIR_IMAGE"), d.getVar("IMAGE_LINK_NAME") + '.' + self.image_fstype)
- self.kernel = os.path.join(d.getVar("DEPLOY_DIR_IMAGE"), d.getVar("KERNEL_IMAGETYPE", False) + '-' + d.getVar('MACHINE', False) + '.bin')
- self.qemulog = os.path.join(self.testdir, "qemu_boot_log.%s" % self.datetime)
- dump_target_cmds = d.getVar("testimage_dump_target")
- dump_host_cmds = d.getVar("testimage_dump_host")
- dump_dir = d.getVar("TESTIMAGE_DUMP_DIR")
- qemu_use_kvm = d.getVar("QEMU_USE_KVM")
- if qemu_use_kvm and \
- (oe.types.boolean(qemu_use_kvm) and "x86" in d.getVar("MACHINE") or \
- d.getVar("MACHINE") in qemu_use_kvm.split()):
- use_kvm = True
- else:
- use_kvm = False
-
- # Log QemuRunner log output to a file
- import oe.path
- bb.utils.mkdirhier(self.testdir)
- self.qemurunnerlog = os.path.join(self.testdir, 'qemurunner_log.%s' % self.datetime)
- loggerhandler = logging.FileHandler(self.qemurunnerlog)
- loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
- self.logger.addHandler(loggerhandler)
- oe.path.symlink(os.path.basename(self.qemurunnerlog), os.path.join(self.testdir, 'qemurunner_log'), force=True)
-
- if d.getVar("DISTRO") == "poky-tiny":
- self.runner = QemuTinyRunner(machine=d.getVar("MACHINE"),
- rootfs=self.rootfs,
- tmpdir = d.getVar("TMPDIR"),
- deploy_dir_image = d.getVar("DEPLOY_DIR_IMAGE"),
- display = d.getVar("BB_ORIGENV", False).getVar("DISPLAY"),
- logfile = self.qemulog,
- kernel = self.kernel,
- boottime = int(d.getVar("TEST_QEMUBOOT_TIMEOUT")),
- logger = logger)
- else:
- self.runner = QemuRunner(machine=d.getVar("MACHINE"),
- rootfs=self.rootfs,
- tmpdir = d.getVar("TMPDIR"),
- deploy_dir_image = d.getVar("DEPLOY_DIR_IMAGE"),
- display = d.getVar("BB_ORIGENV", False).getVar("DISPLAY"),
- logfile = self.qemulog,
- boottime = int(d.getVar("TEST_QEMUBOOT_TIMEOUT")),
- use_kvm = use_kvm,
- dump_dir = dump_dir,
- dump_host_cmds = d.getVar("testimage_dump_host"),
- logger = logger)
-
- self.target_dumper = TargetDumper(dump_target_cmds, dump_dir, self.runner)
-
- def deploy(self):
- bb.utils.mkdirhier(self.testdir)
-
- qemuloglink = os.path.join(self.testdir, "qemu_boot_log")
- if os.path.islink(qemuloglink):
- os.unlink(qemuloglink)
- os.symlink(self.qemulog, qemuloglink)
-
- self.logger.info("rootfs file: %s" % self.rootfs)
- self.logger.info("Qemu log file: %s" % self.qemulog)
- super(QemuTarget, self).deploy()
-
- def start(self, params=None, ssh=True, extra_bootparams='', runqemuparams='', launch_cmd='', discard_writes=True):
- if launch_cmd:
- start = self.runner.launch(get_ip=ssh, launch_cmd=launch_cmd)
- else:
- start = self.runner.start(params, get_ip=ssh, extra_bootparams=extra_bootparams, runqemuparams=runqemuparams, discard_writes=discard_writes)
-
- if start:
- if ssh:
- self.ip = self.runner.ip
- self.server_ip = self.runner.server_ip
- self.connection = SSHControl(ip=self.ip, logfile=self.sshlog)
- else:
- self.stop()
- if os.path.exists(self.qemulog):
- with open(self.qemulog, 'r') as f:
- bb.error("Qemu log output from %s:\n%s" % (self.qemulog, f.read()))
- raise bb.build.FuncFailed("%s - FAILED to start qemu - check the task log and the boot log" % self.pn)
-
- def check(self):
- return self.runner.is_alive()
-
- def stop(self):
- self.runner.stop()
- self.connection = None
- self.ip = None
- self.server_ip = None
-
- def restart(self, params=None):
- if self.runner.restart(params):
- self.ip = self.runner.ip
- self.server_ip = self.runner.server_ip
- self.connection = SSHControl(ip=self.ip, logfile=self.sshlog)
- else:
- raise bb.build.FuncFailed("%s - FAILED to re-start qemu - check the task log and the boot log" % self.pn)
-
- def run_serial(self, command, timeout=5):
- return self.runner.run_serial(command, timeout=timeout)
-
-
-class SimpleRemoteTarget(BaseTarget):
-
- def __init__(self, d):
- super(SimpleRemoteTarget, self).__init__(d)
- addr = d.getVar("TEST_TARGET_IP") or bb.fatal('Please set TEST_TARGET_IP with the IP address of the machine you want to run the tests on.')
- self.ip = addr.split(":")[0]
- try:
- self.port = addr.split(":")[1]
- except IndexError:
- self.port = None
- self.logger.info("Target IP: %s" % self.ip)
- self.server_ip = d.getVar("TEST_SERVER_IP")
- if not self.server_ip:
- try:
- self.server_ip = subprocess.check_output(['ip', 'route', 'get', self.ip ]).split("\n")[0].split()[-1]
- except Exception as e:
- bb.fatal("Failed to determine the host IP address (alternatively you can set TEST_SERVER_IP with the IP address of this machine): %s" % e)
- self.logger.info("Server IP: %s" % self.server_ip)
-
- def deploy(self):
- super(SimpleRemoteTarget, self).deploy()
-
- def start(self, params=None, ssh=True, extra_bootparams=None):
- if ssh:
- self.connection = SSHControl(self.ip, logfile=self.sshlog, port=self.port)
-
- def stop(self):
- self.connection = None
- self.ip = None
- self.server_ip = None
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/__init__.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/__init__.py
deleted file mode 100644
index d38a32301..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/__init__.py
+++ /dev/null
@@ -1,103 +0,0 @@
-# Enable other layers to have modules in the same named directory
-from pkgutil import extend_path
-__path__ = extend_path(__path__, __name__)
-
-# Borrowed from CalledProcessError
-
-class CommandError(Exception):
- def __init__(self, retcode, cmd, output = None):
- self.retcode = retcode
- self.cmd = cmd
- self.output = output
- def __str__(self):
- return "Command '%s' returned non-zero exit status %d with output: %s" % (self.cmd, self.retcode, self.output)
-
-def avoid_paths_in_environ(paths):
- """
- Searches for every path in os.environ['PATH']
- if found remove it.
-
- Returns new PATH without avoided PATHs.
- """
- import os
-
- new_path = ''
- for p in os.environ['PATH'].split(':'):
- avoid = False
- for pa in paths:
- if pa in p:
- avoid = True
- break
- if avoid:
- continue
-
- new_path = new_path + p + ':'
-
- new_path = new_path[:-1]
- return new_path
-
-def make_logger_bitbake_compatible(logger):
- import logging
-
- """
- Bitbake logger redifines debug() in order to
- set a level within debug, this breaks compatibility
- with vainilla logging, so we neeed to redifine debug()
- method again also add info() method with INFO + 1 level.
- """
- def _bitbake_log_debug(*args, **kwargs):
- lvl = logging.DEBUG
-
- if isinstance(args[0], int):
- lvl = args[0]
- msg = args[1]
- args = args[2:]
- else:
- msg = args[0]
- args = args[1:]
-
- logger.log(lvl, msg, *args, **kwargs)
-
- def _bitbake_log_info(msg, *args, **kwargs):
- logger.log(logging.INFO + 1, msg, *args, **kwargs)
-
- logger.debug = _bitbake_log_debug
- logger.info = _bitbake_log_info
-
- return logger
-
-def load_test_components(logger, executor):
- import sys
- import os
- import importlib
-
- from oeqa.core.context import OETestContextExecutor
-
- components = {}
-
- for path in sys.path:
- base_dir = os.path.join(path, 'oeqa')
- if os.path.exists(base_dir) and os.path.isdir(base_dir):
- for file in os.listdir(base_dir):
- comp_name = file
- comp_context = os.path.join(base_dir, file, 'context.py')
- if os.path.exists(comp_context):
- comp_plugin = importlib.import_module('oeqa.%s.%s' % \
- (comp_name, 'context'))
- try:
- if not issubclass(comp_plugin._executor_class,
- OETestContextExecutor):
- raise TypeError("Component %s in %s, _executor_class "\
- "isn't derived from OETestContextExecutor."\
- % (comp_name, comp_context))
-
- if comp_plugin._executor_class._script_executor \
- != executor:
- continue
-
- components[comp_name] = comp_plugin._executor_class()
- except AttributeError:
- raise AttributeError("Component %s in %s don't have "\
- "_executor_class defined." % (comp_name, comp_context))
-
- return components
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/buildproject.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/buildproject.py
deleted file mode 100644
index 721f35d99..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/buildproject.py
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright (C) 2013-2016 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# Provides a class for automating build tests for projects
-
-import os
-import re
-import subprocess
-import shutil
-import tempfile
-
-from abc import ABCMeta, abstractmethod
-
-class BuildProject(metaclass=ABCMeta):
- def __init__(self, uri, foldername=None, tmpdir=None, dl_dir=None):
- self.uri = uri
- self.archive = os.path.basename(uri)
- if not tmpdir:
- tmpdir = tempfile.mkdtemp(prefix='buildproject')
- self.localarchive = os.path.join(tmpdir, self.archive)
- self.dl_dir = dl_dir
- if foldername:
- self.fname = foldername
- else:
- self.fname = re.sub(r'\.tar\.bz2$|\.tar\.gz$|\.tar\.xz$', '', self.archive)
-
- # Download self.archive to self.localarchive
- def _download_archive(self):
- if self.dl_dir and os.path.exists(os.path.join(self.dl_dir, self.archive)):
- shutil.copyfile(os.path.join(self.dl_dir, self.archive), self.localarchive)
- return
-
- cmd = "wget -O %s %s" % (self.localarchive, self.uri)
- subprocess.check_output(cmd, shell=True)
-
- # This method should provide a way to run a command in the desired environment.
- @abstractmethod
- def _run(self, cmd):
- pass
-
- # The timeout parameter of target.run is set to 0 to make the ssh command
- # run with no timeout.
- def run_configure(self, configure_args='', extra_cmds=''):
- return self._run('cd %s; gnu-configize; %s ./configure %s' % (self.targetdir, extra_cmds, configure_args))
-
- def run_make(self, make_args=''):
- return self._run('cd %s; make %s' % (self.targetdir, make_args))
-
- def run_install(self, install_args=''):
- return self._run('cd %s; make install %s' % (self.targetdir, install_args))
-
- def clean(self):
- self._run('rm -rf %s' % self.targetdir)
- subprocess.check_call('rm -f %s' % self.localarchive, shell=True)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/commands.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/commands.py
deleted file mode 100644
index 0d9cf23fe..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/commands.py
+++ /dev/null
@@ -1,357 +0,0 @@
-# Copyright (c) 2013-2014 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# DESCRIPTION
-# This module is mainly used by scripts/oe-selftest and modules under meta/oeqa/selftest
-# It provides a class and methods for running commands on the host in a convienent way for tests.
-
-
-
-import os
-import sys
-import signal
-import subprocess
-import threading
-import time
-import logging
-from oeqa.utils import CommandError
-from oeqa.utils import ftools
-import re
-import contextlib
-# Export test doesn't require bb
-try:
- import bb
-except ImportError:
- pass
-
-class Command(object):
- def __init__(self, command, bg=False, timeout=None, data=None, output_log=None, **options):
-
- self.defaultopts = {
- "stdout": subprocess.PIPE,
- "stderr": subprocess.STDOUT,
- "stdin": None,
- "shell": False,
- "bufsize": -1,
- }
-
- self.cmd = command
- self.bg = bg
- self.timeout = timeout
- self.data = data
-
- self.options = dict(self.defaultopts)
- if isinstance(self.cmd, str):
- self.options["shell"] = True
- if self.data:
- self.options['stdin'] = subprocess.PIPE
- self.options.update(options)
-
- self.status = None
- # We collect chunks of output before joining them at the end.
- self._output_chunks = []
- self._error_chunks = []
- self.output = None
- self.error = None
- self.threads = []
-
- self.output_log = output_log
- self.log = logging.getLogger("utils.commands")
-
- def run(self):
- self.process = subprocess.Popen(self.cmd, **self.options)
-
- def readThread(output, stream, logfunc):
- if logfunc:
- for line in stream:
- output.append(line)
- logfunc(line.decode("utf-8", errors='replace').rstrip())
- else:
- output.append(stream.read())
-
- def readStderrThread():
- readThread(self._error_chunks, self.process.stderr, self.output_log.error if self.output_log else None)
-
- def readStdoutThread():
- readThread(self._output_chunks, self.process.stdout, self.output_log.info if self.output_log else None)
-
- def writeThread():
- try:
- self.process.stdin.write(self.data)
- self.process.stdin.close()
- except OSError as ex:
- # It's not an error when the command does not consume all
- # of our data. subprocess.communicate() also ignores that.
- if ex.errno != EPIPE:
- raise
-
- # We write in a separate thread because then we can read
- # without worrying about deadlocks. The additional thread is
- # expected to terminate by itself and we mark it as a daemon,
- # so even it should happen to not terminate for whatever
- # reason, the main process will still exit, which will then
- # kill the write thread.
- if self.data:
- threading.Thread(target=writeThread, daemon=True).start()
- if self.process.stderr:
- thread = threading.Thread(target=readStderrThread)
- thread.start()
- self.threads.append(thread)
- if self.output_log:
- self.output_log.info('Running: %s' % self.cmd)
- thread = threading.Thread(target=readStdoutThread)
- thread.start()
- self.threads.append(thread)
-
- self.log.debug("Running command '%s'" % self.cmd)
-
- if not self.bg:
- if self.timeout is None:
- for thread in self.threads:
- thread.join()
- else:
- deadline = time.time() + self.timeout
- for thread in self.threads:
- timeout = deadline - time.time()
- if timeout < 0:
- timeout = 0
- thread.join(timeout)
- self.stop()
-
- def stop(self):
- for thread in self.threads:
- if thread.isAlive():
- self.process.terminate()
- # let's give it more time to terminate gracefully before killing it
- thread.join(5)
- if thread.isAlive():
- self.process.kill()
- thread.join()
-
- def finalize_output(data):
- if not data:
- data = ""
- else:
- data = b"".join(data)
- data = data.decode("utf-8", errors='replace').rstrip()
- return data
-
- self.output = finalize_output(self._output_chunks)
- self._output_chunks = None
- # self.error used to be a byte string earlier, probably unintentionally.
- # Now it is a normal string, just like self.output.
- self.error = finalize_output(self._error_chunks)
- self._error_chunks = None
- # At this point we know that the process has closed stdout/stderr, so
- # it is safe and necessary to wait for the actual process completion.
- self.status = self.process.wait()
-
- self.log.debug("Command '%s' returned %d as exit code." % (self.cmd, self.status))
- # logging the complete output is insane
- # bitbake -e output is really big
- # and makes the log file useless
- if self.status:
- lout = "\n".join(self.output.splitlines()[-20:])
- self.log.debug("Last 20 lines:\n%s" % lout)
-
-
-class Result(object):
- pass
-
-
-def runCmd(command, ignore_status=False, timeout=None, assert_error=True,
- native_sysroot=None, limit_exc_output=0, output_log=None, **options):
- result = Result()
-
- if native_sysroot:
- extra_paths = "%s/sbin:%s/usr/sbin:%s/usr/bin" % \
- (native_sysroot, native_sysroot, native_sysroot)
- nenv = dict(options.get('env', os.environ))
- nenv['PATH'] = extra_paths + ':' + nenv.get('PATH', '')
- options['env'] = nenv
-
- cmd = Command(command, timeout=timeout, output_log=output_log, **options)
- cmd.run()
-
- result.command = command
- result.status = cmd.status
- result.output = cmd.output
- result.error = cmd.error
- result.pid = cmd.process.pid
-
- if result.status and not ignore_status:
- exc_output = result.output
- if limit_exc_output > 0:
- split = result.output.splitlines()
- if len(split) > limit_exc_output:
- exc_output = "\n... (last %d lines of output)\n" % limit_exc_output + \
- '\n'.join(split[-limit_exc_output:])
- if assert_error:
- raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
- else:
- raise CommandError(result.status, command, exc_output)
-
- return result
-
-
-def bitbake(command, ignore_status=False, timeout=None, postconfig=None, output_log=None, **options):
-
- if postconfig:
- postconfig_file = os.path.join(os.environ.get('BUILDDIR'), 'oeqa-post.conf')
- ftools.write_file(postconfig_file, postconfig)
- extra_args = "-R %s" % postconfig_file
- else:
- extra_args = ""
-
- if isinstance(command, str):
- cmd = "bitbake " + extra_args + " " + command
- else:
- cmd = [ "bitbake" ] + [a for a in (command + extra_args.split(" ")) if a not in [""]]
-
- try:
- return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
- finally:
- if postconfig:
- os.remove(postconfig_file)
-
-
-def get_bb_env(target=None, postconfig=None):
- if target:
- return bitbake("-e %s" % target, postconfig=postconfig).output
- else:
- return bitbake("-e", postconfig=postconfig).output
-
-def get_bb_vars(variables=None, target=None, postconfig=None):
- """Get values of multiple bitbake variables"""
- bbenv = get_bb_env(target, postconfig=postconfig)
-
- if variables is not None:
- variables = list(variables)
- var_re = re.compile(r'^(export )?(?P<var>\w+(_.*)?)="(?P<value>.*)"$')
- unset_re = re.compile(r'^unset (?P<var>\w+)$')
- lastline = None
- values = {}
- for line in bbenv.splitlines():
- match = var_re.match(line)
- val = None
- if match:
- val = match.group('value')
- else:
- match = unset_re.match(line)
- if match:
- # Handle [unexport] variables
- if lastline.startswith('# "'):
- val = lastline.split('"')[1]
- if val:
- var = match.group('var')
- if variables is None:
- values[var] = val
- else:
- if var in variables:
- values[var] = val
- variables.remove(var)
- # Stop after all required variables have been found
- if not variables:
- break
- lastline = line
- if variables:
- # Fill in missing values
- for var in variables:
- values[var] = None
- return values
-
-def get_bb_var(var, target=None, postconfig=None):
- return get_bb_vars([var], target, postconfig)[var]
-
-def get_test_layer():
- layers = get_bb_var("BBLAYERS").split()
- testlayer = None
- for l in layers:
- if '~' in l:
- l = os.path.expanduser(l)
- if "/meta-selftest" in l and os.path.isdir(l):
- testlayer = l
- break
- return testlayer
-
-def create_temp_layer(templayerdir, templayername, priority=999, recipepathspec='recipes-*/*'):
- os.makedirs(os.path.join(templayerdir, 'conf'))
- with open(os.path.join(templayerdir, 'conf', 'layer.conf'), 'w') as f:
- f.write('BBPATH .= ":${LAYERDIR}"\n')
- f.write('BBFILES += "${LAYERDIR}/%s/*.bb \\' % recipepathspec)
- f.write(' ${LAYERDIR}/%s/*.bbappend"\n' % recipepathspec)
- f.write('BBFILE_COLLECTIONS += "%s"\n' % templayername)
- f.write('BBFILE_PATTERN_%s = "^${LAYERDIR}/"\n' % templayername)
- f.write('BBFILE_PRIORITY_%s = "%d"\n' % (templayername, priority))
- f.write('BBFILE_PATTERN_IGNORE_EMPTY_%s = "1"\n' % templayername)
- f.write('LAYERSERIES_COMPAT_%s = "${LAYERSERIES_COMPAT_core}"\n' % templayername)
-
-@contextlib.contextmanager
-def runqemu(pn, ssh=True, runqemuparams='', image_fstype=None, launch_cmd=None, qemuparams=None, overrides={}, discard_writes=True):
- """
- launch_cmd means directly run the command, don't need set rootfs or env vars.
- """
-
- import bb.tinfoil
- import bb.build
-
- # Need a non-'BitBake' logger to capture the runner output
- targetlogger = logging.getLogger('TargetRunner')
- targetlogger.setLevel(logging.DEBUG)
- handler = logging.StreamHandler(sys.stdout)
- targetlogger.addHandler(handler)
-
- tinfoil = bb.tinfoil.Tinfoil()
- tinfoil.prepare(config_only=False, quiet=True)
- try:
- tinfoil.logger.setLevel(logging.WARNING)
- import oeqa.targetcontrol
- tinfoil.config_data.setVar("TEST_LOG_DIR", "${WORKDIR}/testimage")
- tinfoil.config_data.setVar("TEST_QEMUBOOT_TIMEOUT", "1000")
- # Tell QemuTarget() whether need find rootfs/kernel or not
- if launch_cmd:
- tinfoil.config_data.setVar("FIND_ROOTFS", '0')
- else:
- tinfoil.config_data.setVar("FIND_ROOTFS", '1')
-
- recipedata = tinfoil.parse_recipe(pn)
- for key, value in overrides.items():
- recipedata.setVar(key, value)
-
- logdir = recipedata.getVar("TEST_LOG_DIR")
-
- qemu = oeqa.targetcontrol.QemuTarget(recipedata, targetlogger, image_fstype)
- finally:
- # We need to shut down tinfoil early here in case we actually want
- # to run tinfoil-using utilities with the running QEMU instance.
- # Luckily QemuTarget doesn't need it after the constructor.
- tinfoil.shutdown()
-
- try:
- qemu.deploy()
- try:
- qemu.start(params=qemuparams, ssh=ssh, runqemuparams=runqemuparams, launch_cmd=launch_cmd, discard_writes=discard_writes)
- except bb.build.FuncFailed:
- raise Exception('Failed to start QEMU - see the logs in %s' % logdir)
-
- yield qemu
-
- finally:
- try:
- qemu.stop()
- except:
- pass
- targetlogger.removeHandler(handler)
-
-def updateEnv(env_file):
- """
- Source a file and update environment.
- """
-
- cmd = ". %s; env -0" % env_file
- result = runCmd(cmd)
-
- for line in result.output.split("\0"):
- (key, _, value) = line.partition("=")
- os.environ[key] = value
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/decorators.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/decorators.py
deleted file mode 100644
index d87689692..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/decorators.py
+++ /dev/null
@@ -1,295 +0,0 @@
-# Copyright (C) 2013 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# Some custom decorators that can be used by unittests
-# Most useful is skipUnlessPassed which can be used for
-# creating dependecies between two test methods.
-
-import os
-import logging
-import sys
-import unittest
-import threading
-import signal
-from functools import wraps
-
-#get the "result" object from one of the upper frames provided that one of these upper frames is a unittest.case frame
-class getResults(object):
- def __init__(self):
- #dynamically determine the unittest.case frame and use it to get the name of the test method
- ident = threading.current_thread().ident
- upperf = sys._current_frames()[ident]
- while (upperf.f_globals['__name__'] != 'unittest.case'):
- upperf = upperf.f_back
-
- def handleList(items):
- ret = []
- # items is a list of tuples, (test, failure) or (_ErrorHandler(), Exception())
- for i in items:
- s = i[0].id()
- #Handle the _ErrorHolder objects from skipModule failures
- if "setUpModule (" in s:
- ret.append(s.replace("setUpModule (", "").replace(")",""))
- else:
- ret.append(s)
- # Append also the test without the full path
- testname = s.split('.')[-1]
- if testname:
- ret.append(testname)
- return ret
- self.faillist = handleList(upperf.f_locals['result'].failures)
- self.errorlist = handleList(upperf.f_locals['result'].errors)
- self.skiplist = handleList(upperf.f_locals['result'].skipped)
-
- def getFailList(self):
- return self.faillist
-
- def getErrorList(self):
- return self.errorlist
-
- def getSkipList(self):
- return self.skiplist
-
-class skipIfFailure(object):
-
- def __init__(self,testcase):
- self.testcase = testcase
-
- def __call__(self,f):
- @wraps(f)
- def wrapped_f(*args, **kwargs):
- res = getResults()
- if self.testcase in (res.getFailList() or res.getErrorList()):
- raise unittest.SkipTest("Testcase dependency not met: %s" % self.testcase)
- return f(*args, **kwargs)
- wrapped_f.__name__ = f.__name__
- return wrapped_f
-
-class skipIfSkipped(object):
-
- def __init__(self,testcase):
- self.testcase = testcase
-
- def __call__(self,f):
- @wraps(f)
- def wrapped_f(*args, **kwargs):
- res = getResults()
- if self.testcase in res.getSkipList():
- raise unittest.SkipTest("Testcase dependency not met: %s" % self.testcase)
- return f(*args, **kwargs)
- wrapped_f.__name__ = f.__name__
- return wrapped_f
-
-class skipUnlessPassed(object):
-
- def __init__(self,testcase):
- self.testcase = testcase
-
- def __call__(self,f):
- @wraps(f)
- def wrapped_f(*args, **kwargs):
- res = getResults()
- if self.testcase in res.getSkipList() or \
- self.testcase in res.getFailList() or \
- self.testcase in res.getErrorList():
- raise unittest.SkipTest("Testcase dependency not met: %s" % self.testcase)
- return f(*args, **kwargs)
- wrapped_f.__name__ = f.__name__
- wrapped_f._depends_on = self.testcase
- return wrapped_f
-
-class testcase(object):
- def __init__(self, test_case):
- self.test_case = test_case
-
- def __call__(self, func):
- @wraps(func)
- def wrapped_f(*args, **kwargs):
- return func(*args, **kwargs)
- wrapped_f.test_case = self.test_case
- wrapped_f.__name__ = func.__name__
- return wrapped_f
-
-class NoParsingFilter(logging.Filter):
- def filter(self, record):
- return record.levelno == 100
-
-import inspect
-
-def LogResults(original_class):
- orig_method = original_class.run
-
- from time import strftime, gmtime
- caller = os.path.basename(sys.argv[0])
- timestamp = strftime('%Y%m%d%H%M%S',gmtime())
- logfile = os.path.join(os.getcwd(),'results-'+caller+'.'+timestamp+'.log')
- linkfile = os.path.join(os.getcwd(),'results-'+caller+'.log')
-
- def get_class_that_defined_method(meth):
- if inspect.ismethod(meth):
- for cls in inspect.getmro(meth.__self__.__class__):
- if cls.__dict__.get(meth.__name__) is meth:
- return cls
- meth = meth.__func__ # fallback to __qualname__ parsing
- if inspect.isfunction(meth):
- cls = getattr(inspect.getmodule(meth),
- meth.__qualname__.split('.<locals>', 1)[0].rsplit('.', 1)[0])
- if isinstance(cls, type):
- return cls
- return None
-
- #rewrite the run method of unittest.TestCase to add testcase logging
- def run(self, result, *args, **kws):
- orig_method(self, result, *args, **kws)
- passed = True
- testMethod = getattr(self, self._testMethodName)
- #if test case is decorated then use it's number, else use it's name
- try:
- test_case = testMethod.test_case
- except AttributeError:
- test_case = self._testMethodName
-
- class_name = str(get_class_that_defined_method(testMethod)).split("'")[1]
-
- #create custom logging level for filtering.
- custom_log_level = 100
- logging.addLevelName(custom_log_level, 'RESULTS')
-
- def results(self, message, *args, **kws):
- if self.isEnabledFor(custom_log_level):
- self.log(custom_log_level, message, *args, **kws)
- logging.Logger.results = results
-
- logging.basicConfig(filename=logfile,
- filemode='w',
- format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
- datefmt='%H:%M:%S',
- level=custom_log_level)
- for handler in logging.root.handlers:
- handler.addFilter(NoParsingFilter())
- local_log = logging.getLogger(caller)
-
- #check status of tests and record it
-
- tcid = self.id()
- for (name, msg) in result.errors:
- if tcid == name.id():
- local_log.results("Testcase "+str(test_case)+": ERROR")
- local_log.results("Testcase "+str(test_case)+":\n"+msg)
- passed = False
- for (name, msg) in result.failures:
- if tcid == name.id():
- local_log.results("Testcase "+str(test_case)+": FAILED")
- local_log.results("Testcase "+str(test_case)+":\n"+msg)
- passed = False
- for (name, msg) in result.skipped:
- if tcid == name.id():
- local_log.results("Testcase "+str(test_case)+": SKIPPED")
- passed = False
- if passed:
- local_log.results("Testcase "+str(test_case)+": PASSED")
-
- # XXX: In order to avoid race condition when test if exists the linkfile
- # use bb.utils.lock, the best solution is to create a unique name for the
- # link file.
- try:
- import bb
- has_bb = True
- lockfilename = linkfile + '.lock'
- except ImportError:
- has_bb = False
-
- if has_bb:
- lf = bb.utils.lockfile(lockfilename, block=True)
- # Create symlink to the current log
- if os.path.lexists(linkfile):
- os.remove(linkfile)
- os.symlink(logfile, linkfile)
- if has_bb:
- bb.utils.unlockfile(lf)
-
- original_class.run = run
-
- return original_class
-
-class TimeOut(BaseException):
- pass
-
-def timeout(seconds):
- def decorator(fn):
- if hasattr(signal, 'alarm'):
- @wraps(fn)
- def wrapped_f(*args, **kw):
- current_frame = sys._getframe()
- def raiseTimeOut(signal, frame):
- if frame is not current_frame:
- raise TimeOut('%s seconds' % seconds)
- prev_handler = signal.signal(signal.SIGALRM, raiseTimeOut)
- try:
- signal.alarm(seconds)
- return fn(*args, **kw)
- finally:
- signal.alarm(0)
- signal.signal(signal.SIGALRM, prev_handler)
- return wrapped_f
- else:
- return fn
- return decorator
-
-__tag_prefix = "tag__"
-def tag(*args, **kwargs):
- """Decorator that adds attributes to classes or functions
- for use with the Attribute (-a) plugin.
- """
- def wrap_ob(ob):
- for name in args:
- setattr(ob, __tag_prefix + name, True)
- for name, value in kwargs.items():
- setattr(ob, __tag_prefix + name, value)
- return ob
- return wrap_ob
-
-def gettag(obj, key, default=None):
- key = __tag_prefix + key
- if not isinstance(obj, unittest.TestCase):
- return getattr(obj, key, default)
- tc_method = getattr(obj, obj._testMethodName)
- ret = getattr(tc_method, key, getattr(obj, key, default))
- return ret
-
-def getAllTags(obj):
- def __gettags(o):
- r = {k[len(__tag_prefix):]:getattr(o,k) for k in dir(o) if k.startswith(__tag_prefix)}
- return r
- if not isinstance(obj, unittest.TestCase):
- return __gettags(obj)
- tc_method = getattr(obj, obj._testMethodName)
- ret = __gettags(obj)
- ret.update(__gettags(tc_method))
- return ret
-
-def timeout_handler(seconds):
- def decorator(fn):
- if hasattr(signal, 'alarm'):
- @wraps(fn)
- def wrapped_f(self, *args, **kw):
- current_frame = sys._getframe()
- def raiseTimeOut(signal, frame):
- if frame is not current_frame:
- try:
- self.target.restart()
- raise TimeOut('%s seconds' % seconds)
- except:
- raise TimeOut('%s seconds' % seconds)
- prev_handler = signal.signal(signal.SIGALRM, raiseTimeOut)
- try:
- signal.alarm(seconds)
- return fn(self, *args, **kw)
- finally:
- signal.alarm(0)
- signal.signal(signal.SIGALRM, prev_handler)
- return wrapped_f
- else:
- return fn
- return decorator
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/dump.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/dump.py
deleted file mode 100644
index 5a7edc1a8..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/dump.py
+++ /dev/null
@@ -1,91 +0,0 @@
-import os
-import sys
-import errno
-import datetime
-import itertools
-from .commands import runCmd
-
-class BaseDumper(object):
- """ Base class to dump commands from host/target """
-
- def __init__(self, cmds, parent_dir):
- self.cmds = []
- # Some testing doesn't inherit testimage, so it is needed
- # to set some defaults.
- self.parent_dir = parent_dir or "/tmp/oe-saved-tests"
- dft_cmds = """ top -bn1
- iostat -x -z -N -d -p ALL 20 2
- ps -ef
- free
- df
- memstat
- dmesg
- ip -s link
- netstat -an"""
- if not cmds:
- cmds = dft_cmds
- for cmd in cmds.split('\n'):
- cmd = cmd.lstrip()
- if not cmd or cmd[0] == '#':
- continue
- self.cmds.append(cmd)
-
- def create_dir(self, dir_suffix):
- dump_subdir = ("%s_%s" % (
- datetime.datetime.now().strftime('%Y%m%d%H%M'),
- dir_suffix))
- dump_dir = os.path.join(self.parent_dir, dump_subdir)
- try:
- os.makedirs(dump_dir)
- except OSError as err:
- if err.errno != errno.EEXIST:
- raise err
- self.dump_dir = dump_dir
-
- def _write_dump(self, command, output):
- if isinstance(self, HostDumper):
- prefix = "host"
- elif isinstance(self, TargetDumper):
- prefix = "target"
- else:
- prefix = "unknown"
- for i in itertools.count():
- filename = "%s_%02d_%s" % (prefix, i, command)
- fullname = os.path.join(self.dump_dir, filename)
- if not os.path.exists(fullname):
- break
- with open(fullname, 'w') as dump_file:
- dump_file.write(output)
-
-
-class HostDumper(BaseDumper):
- """ Class to get dumps from the host running the tests """
-
- def __init__(self, cmds, parent_dir):
- super(HostDumper, self).__init__(cmds, parent_dir)
-
- def dump_host(self, dump_dir=""):
- if dump_dir:
- self.dump_dir = dump_dir
- for cmd in self.cmds:
- result = runCmd(cmd, ignore_status=True)
- self._write_dump(cmd.split()[0], result.output)
-
-class TargetDumper(BaseDumper):
- """ Class to get dumps from target, it only works with QemuRunner """
-
- def __init__(self, cmds, parent_dir, runner):
- super(TargetDumper, self).__init__(cmds, parent_dir)
- self.runner = runner
-
- def dump_target(self, dump_dir=""):
- if dump_dir:
- self.dump_dir = dump_dir
- for cmd in self.cmds:
- # We can continue with the testing if serial commands fail
- try:
- (status, output) = self.runner.run_serial(cmd)
- self._write_dump(cmd.split()[0], output)
- except:
- print("Tried to dump info from target but "
- "serial console failed")
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/ftools.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/ftools.py
deleted file mode 100644
index a7233d4ca..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/ftools.py
+++ /dev/null
@@ -1,46 +0,0 @@
-import os
-import re
-import errno
-
-def write_file(path, data):
- # In case data is None, return immediately
- if data is None:
- return
- wdata = data.rstrip() + "\n"
- with open(path, "w") as f:
- f.write(wdata)
-
-def append_file(path, data):
- # In case data is None, return immediately
- if data is None:
- return
- wdata = data.rstrip() + "\n"
- with open(path, "a") as f:
- f.write(wdata)
-
-def read_file(path):
- data = None
- with open(path) as f:
- data = f.read()
- return data
-
-def remove_from_file(path, data):
- # In case data is None, return immediately
- if data is None:
- return
- try:
- rdata = read_file(path)
- except IOError as e:
- # if file does not exit, just quit, otherwise raise an exception
- if e.errno == errno.ENOENT:
- return
- else:
- raise
-
- contents = rdata.strip().splitlines()
- for r in data.strip().splitlines():
- try:
- contents.remove(r)
- except ValueError:
- pass
- write_file(path, "\n".join(contents))
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/git.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/git.py
deleted file mode 100644
index 757e3f0cb..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/git.py
+++ /dev/null
@@ -1,80 +0,0 @@
-#
-# Copyright (C) 2016 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-#
-"""Git repository interactions"""
-import os
-
-from oeqa.utils.commands import runCmd
-
-
-class GitError(Exception):
- """Git error handling"""
- pass
-
-class GitRepo(object):
- """Class representing a Git repository clone"""
- def __init__(self, path, is_topdir=False):
- git_dir = self._run_git_cmd_at(['rev-parse', '--git-dir'], path)
- git_dir = git_dir if os.path.isabs(git_dir) else os.path.join(path, git_dir)
- self.git_dir = os.path.realpath(git_dir)
-
- if self._run_git_cmd_at(['rev-parse', '--is-bare-repository'], path) == 'true':
- self.bare = True
- self.top_dir = self.git_dir
- else:
- self.bare = False
- self.top_dir = self._run_git_cmd_at(['rev-parse', '--show-toplevel'],
- path)
- realpath = os.path.realpath(path)
- if is_topdir and realpath != self.top_dir:
- raise GitError("{} is not a Git top directory".format(realpath))
-
- @staticmethod
- def _run_git_cmd_at(git_args, cwd, **kwargs):
- """Run git command at a specified directory"""
- git_cmd = 'git ' if isinstance(git_args, str) else ['git']
- git_cmd += git_args
- ret = runCmd(git_cmd, ignore_status=True, cwd=cwd, **kwargs)
- if ret.status:
- cmd_str = git_cmd if isinstance(git_cmd, str) \
- else ' '.join(git_cmd)
- raise GitError("'{}' failed with exit code {}: {}".format(
- cmd_str, ret.status, ret.output))
- return ret.output.strip()
-
- @staticmethod
- def init(path, bare=False):
- """Initialize a new Git repository"""
- cmd = ['init']
- if bare:
- cmd.append('--bare')
- GitRepo._run_git_cmd_at(cmd, cwd=path)
- return GitRepo(path, is_topdir=True)
-
- def run_cmd(self, git_args, env_update=None):
- """Run Git command"""
- env = None
- if env_update:
- env = os.environ.copy()
- env.update(env_update)
- return self._run_git_cmd_at(git_args, self.top_dir, env=env)
-
- def rev_parse(self, revision):
- """Do git rev-parse"""
- try:
- return self.run_cmd(['rev-parse', '--verify', revision])
- except GitError:
- # Revision does not exist
- return None
-
- def get_current_branch(self):
- """Get current branch"""
- try:
- # Strip 11 chars, i.e. 'refs/heads' from the beginning
- return self.run_cmd(['symbolic-ref', 'HEAD'])[11:]
- except GitError:
- return None
-
-
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/httpserver.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/httpserver.py
deleted file mode 100644
index 7d1233145..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/httpserver.py
+++ /dev/null
@@ -1,36 +0,0 @@
-import http.server
-import multiprocessing
-import os
-from socketserver import ThreadingMixIn
-
-class HTTPServer(ThreadingMixIn, http.server.HTTPServer):
-
- def server_start(self, root_dir):
- import signal
- signal.signal(signal.SIGTERM, signal.SIG_DFL)
- os.chdir(root_dir)
- self.serve_forever()
-
-class HTTPRequestHandler(http.server.SimpleHTTPRequestHandler):
-
- def log_message(self, format_str, *args):
- pass
-
-class HTTPService(object):
-
- def __init__(self, root_dir, host=''):
- self.root_dir = root_dir
- self.host = host
- self.port = 0
-
- def start(self):
- self.server = HTTPServer((self.host, self.port), HTTPRequestHandler)
- if self.port == 0:
- self.port = self.server.server_port
- self.process = multiprocessing.Process(target=self.server.server_start, args=[self.root_dir])
- self.process.start()
-
- def stop(self):
- self.server.server_close()
- self.process.terminate()
- self.process.join()
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/logparser.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/logparser.py
deleted file mode 100644
index 0670627c3..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/logparser.py
+++ /dev/null
@@ -1,126 +0,0 @@
-#!/usr/bin/env python
-
-import sys
-import os
-import re
-from . import ftools
-
-
-# A parser that can be used to identify weather a line is a test result or a section statement.
-class Lparser(object):
-
- def __init__(self, test_0_pass_regex, test_0_fail_regex, test_0_skip_regex, section_0_begin_regex=None, section_0_end_regex=None, **kwargs):
- # Initialize the arguments dictionary
- if kwargs:
- self.args = kwargs
- else:
- self.args = {}
-
- # Add the default args to the dictionary
- self.args['test_0_pass_regex'] = test_0_pass_regex
- self.args['test_0_fail_regex'] = test_0_fail_regex
- self.args['test_0_skip_regex'] = test_0_skip_regex
- if section_0_begin_regex:
- self.args['section_0_begin_regex'] = section_0_begin_regex
- if section_0_end_regex:
- self.args['section_0_end_regex'] = section_0_end_regex
-
- self.test_possible_status = ['pass', 'fail', 'error', 'skip']
- self.section_possible_status = ['begin', 'end']
-
- self.initialized = False
-
-
- # Initialize the parser with the current configuration
- def init(self):
-
- # extra arguments can be added by the user to define new test and section categories. They must follow a pre-defined pattern: <type>_<category_name>_<status>_regex
- self.test_argument_pattern = "^test_(.+?)_(%s)_regex" % '|'.join(map(str, self.test_possible_status))
- self.section_argument_pattern = "^section_(.+?)_(%s)_regex" % '|'.join(map(str, self.section_possible_status))
-
- # Initialize the test and section regex dictionaries
- self.test_regex = {}
- self.section_regex ={}
-
- for arg, value in self.args.items():
- if not value:
- raise Exception('The value of provided argument %s is %s. Should have a valid value.' % (key, value))
- is_test = re.search(self.test_argument_pattern, arg)
- is_section = re.search(self.section_argument_pattern, arg)
- if is_test:
- if not is_test.group(1) in self.test_regex:
- self.test_regex[is_test.group(1)] = {}
- self.test_regex[is_test.group(1)][is_test.group(2)] = re.compile(value)
- elif is_section:
- if not is_section.group(1) in self.section_regex:
- self.section_regex[is_section.group(1)] = {}
- self.section_regex[is_section.group(1)][is_section.group(2)] = re.compile(value)
- else:
- # TODO: Make these call a traceback instead of a simple exception..
- raise Exception("The provided argument name does not correspond to any valid type. Please give one of the following types:\nfor tests: %s\nfor sections: %s" % (self.test_argument_pattern, self.section_argument_pattern))
-
- self.initialized = True
-
- # Parse a line and return a tuple containing the type of result (test/section) and its category, status and name
- def parse_line(self, line):
- if not self.initialized:
- raise Exception("The parser is not initialized..")
-
- for test_category, test_status_list in self.test_regex.items():
- for test_status, status_regex in test_status_list.items():
- test_name = status_regex.search(line)
- if test_name:
- return ['test', test_category, test_status, test_name.group(1)]
-
- for section_category, section_status_list in self.section_regex.items():
- for section_status, status_regex in section_status_list.items():
- section_name = status_regex.search(line)
- if section_name:
- return ['section', section_category, section_status, section_name.group(1)]
- return None
-
-
-class Result(object):
-
- def __init__(self):
- self.result_dict = {}
-
- def store(self, section, test, status):
- if not section in self.result_dict:
- self.result_dict[section] = []
-
- self.result_dict[section].append((test, status))
-
- # sort tests by the test name(the first element of the tuple), for each section. This can be helpful when using git to diff for changes by making sure they are always in the same order.
- def sort_tests(self):
- for package in self.result_dict:
- sorted_results = sorted(self.result_dict[package], key=lambda tup: tup[0])
- self.result_dict[package] = sorted_results
-
- # Log the results as files. The file name is the section name and the contents are the tests in that section.
- def log_as_files(self, target_dir, test_status):
- status_regex = re.compile('|'.join(map(str, test_status)))
- if not type(test_status) == type([]):
- raise Exception("test_status should be a list. Got " + str(test_status) + " instead.")
- if not os.path.exists(target_dir):
- raise Exception("Target directory does not exist: %s" % target_dir)
-
- for section, test_results in self.result_dict.items():
- prefix = ''
- for x in test_status:
- prefix +=x+'.'
- if section:
- prefix += section
- section_file = os.path.join(target_dir, prefix)
- # purge the file contents if it exists
- open(section_file, 'w').close()
- for test_result in test_results:
- (test_name, status) = test_result
- # we log only the tests with status in the test_status list
- match_status = status_regex.search(status)
- if match_status:
- ftools.append_file(section_file, status + ": " + test_name)
-
- # Not yet implemented!
- def log_to_lava(self):
- pass
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/metadata.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/metadata.py
deleted file mode 100644
index 65bbdc61f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/metadata.py
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-#
-# Functions to get metadata from the testing host used
-# for analytics of test results.
-
-from collections import OrderedDict
-from collections.abc import MutableMapping
-from xml.dom.minidom import parseString
-from xml.etree.ElementTree import Element, tostring
-
-from oe.lsb import get_os_release
-from oeqa.utils.commands import runCmd, get_bb_vars
-
-
-def metadata_from_bb():
- """ Returns test's metadata as OrderedDict.
-
- Data will be gathered using bitbake -e thanks to get_bb_vars.
- """
- metadata_config_vars = ('MACHINE', 'BB_NUMBER_THREADS', 'PARALLEL_MAKE')
-
- info_dict = OrderedDict()
- hostname = runCmd('hostname')
- info_dict['hostname'] = hostname.output
- data_dict = get_bb_vars()
-
- # Distro information
- info_dict['distro'] = {'id': data_dict['DISTRO'],
- 'version_id': data_dict['DISTRO_VERSION'],
- 'pretty_name': '%s %s' % (data_dict['DISTRO'], data_dict['DISTRO_VERSION'])}
-
- # Host distro information
- os_release = get_os_release()
- if os_release:
- info_dict['host_distro'] = OrderedDict()
- for key in ('ID', 'VERSION_ID', 'PRETTY_NAME'):
- if key in os_release:
- info_dict['host_distro'][key.lower()] = os_release[key]
-
- info_dict['layers'] = get_layers(data_dict['BBLAYERS'])
- info_dict['bitbake'] = git_rev_info(os.path.dirname(bb.__file__))
-
- info_dict['config'] = OrderedDict()
- for var in sorted(metadata_config_vars):
- info_dict['config'][var] = data_dict[var]
- return info_dict
-
-def metadata_from_data_store(d):
- """ Returns test's metadata as OrderedDict.
-
- Data will be collected from the provided data store.
- """
- # TODO: Getting metadata from the data store would
- # be useful when running within bitbake.
- pass
-
-def git_rev_info(path):
- """Get git revision information as a dict"""
- from git import Repo, InvalidGitRepositoryError, NoSuchPathError
-
- info = OrderedDict()
- try:
- repo = Repo(path, search_parent_directories=True)
- except (InvalidGitRepositoryError, NoSuchPathError):
- return info
- info['commit'] = repo.head.commit.hexsha
- info['commit_count'] = repo.head.commit.count()
- try:
- info['branch'] = repo.active_branch.name
- except TypeError:
- info['branch'] = '(nobranch)'
- return info
-
-def get_layers(layers):
- """Returns layer information in dict format"""
- layer_dict = OrderedDict()
- for layer in layers.split():
- layer_name = os.path.basename(layer)
- layer_dict[layer_name] = git_rev_info(layer)
- return layer_dict
-
-def write_metadata_file(file_path, metadata):
- """ Writes metadata to a XML file in directory. """
-
- xml = dict_to_XML('metadata', metadata)
- xml_doc = parseString(tostring(xml).decode('UTF-8'))
- with open(file_path, 'w') as f:
- f.write(xml_doc.toprettyxml())
-
-def dict_to_XML(tag, dictionary, **kwargs):
- """ Return XML element converting dicts recursively. """
-
- elem = Element(tag, **kwargs)
- for key, val in dictionary.items():
- if tag == 'layers':
- child = (dict_to_XML('layer', val, name=key))
- elif isinstance(val, MutableMapping):
- child = (dict_to_XML(key, val))
- else:
- if tag == 'config':
- child = Element('variable', name=key)
- else:
- child = Element(key)
- child.text = str(val)
- elem.append(child)
- return elem
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/network.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/network.py
deleted file mode 100644
index 2768f6c5d..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/network.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import socket
-
-def get_free_port():
- s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
- s.bind(('', 0))
- addr = s.getsockname()
- s.close()
- return addr[1]
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/package_manager.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/package_manager.py
deleted file mode 100644
index afd5b8e75..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/package_manager.py
+++ /dev/null
@@ -1,211 +0,0 @@
-import os
-import json
-import shutil
-
-from oeqa.core.utils.test import getCaseFile, getCaseMethod
-
-def get_package_manager(d, root_path):
- """
- Returns an OE package manager that can install packages in root_path.
- """
- from oe.package_manager import RpmPM, OpkgPM, DpkgPM
-
- pkg_class = d.getVar("IMAGE_PKGTYPE")
- if pkg_class == "rpm":
- pm = RpmPM(d,
- root_path,
- d.getVar('TARGET_VENDOR'),
- filterbydependencies=False)
- pm.create_configs()
-
- elif pkg_class == "ipk":
- pm = OpkgPM(d,
- root_path,
- d.getVar("IPKGCONF_TARGET"),
- d.getVar("ALL_MULTILIB_PACKAGE_ARCHS"))
-
- elif pkg_class == "deb":
- pm = DpkgPM(d,
- root_path,
- d.getVar('PACKAGE_ARCHS'),
- d.getVar('DPKG_ARCH'))
-
- pm.write_index()
- pm.update()
-
- return pm
-
-def find_packages_to_extract(test_suite):
- """
- Returns packages to extract required by runtime tests.
- """
- from oeqa.core.utils.test import getSuiteCasesFiles
-
- needed_packages = {}
- files = getSuiteCasesFiles(test_suite)
-
- for f in set(files):
- json_file = _get_json_file(f)
- if json_file:
- needed_packages.update(_get_needed_packages(json_file))
-
- return needed_packages
-
-def _get_json_file(module_path):
- """
- Returns the path of the JSON file for a module, empty if doesn't exitst.
- """
-
- json_file = '%s.json' % module_path.rsplit('.', 1)[0]
- if os.path.isfile(module_path) and os.path.isfile(json_file):
- return json_file
- else:
- return ''
-
-def _get_needed_packages(json_file, test=None):
- """
- Returns a dict with needed packages based on a JSON file.
-
- If a test is specified it will return the dict just for that test.
- """
- needed_packages = {}
-
- with open(json_file) as f:
- test_packages = json.load(f)
- for key,value in test_packages.items():
- needed_packages[key] = value
-
- if test:
- if test in needed_packages:
- needed_packages = needed_packages[test]
- else:
- needed_packages = {}
-
- return needed_packages
-
-def extract_packages(d, needed_packages):
- """
- Extract packages that will be needed during runtime.
- """
-
- import bb
- import oe.path
-
- extracted_path = d.getVar('TEST_EXTRACTED_DIR')
-
- for key,value in needed_packages.items():
- packages = ()
- if isinstance(value, dict):
- packages = (value, )
- elif isinstance(value, list):
- packages = value
- else:
- bb.fatal('Failed to process needed packages for %s; '
- 'Value must be a dict or list' % key)
-
- for package in packages:
- pkg = package['pkg']
- rm = package.get('rm', False)
- extract = package.get('extract', True)
-
- if extract:
- #logger.debug(1, 'Extracting %s' % pkg)
- dst_dir = os.path.join(extracted_path, pkg)
- # Same package used for more than one test,
- # don't need to extract again.
- if os.path.exists(dst_dir):
- continue
-
- # Extract package and copy it to TEST_EXTRACTED_DIR
- pkg_dir = _extract_in_tmpdir(d, pkg)
- oe.path.copytree(pkg_dir, dst_dir)
- shutil.rmtree(pkg_dir)
-
- else:
- #logger.debug(1, 'Copying %s' % pkg)
- _copy_package(d, pkg)
-
-def _extract_in_tmpdir(d, pkg):
- """"
- Returns path to a temp directory where the package was
- extracted without dependencies.
- """
-
- from oeqa.utils.package_manager import get_package_manager
-
- pkg_path = os.path.join(d.getVar('TEST_INSTALL_TMP_DIR'), pkg)
- pm = get_package_manager(d, pkg_path)
- extract_dir = pm.extract(pkg)
- shutil.rmtree(pkg_path)
-
- return extract_dir
-
-def _copy_package(d, pkg):
- """
- Copy the RPM, DEB or IPK package to dst_dir
- """
-
- from oeqa.utils.package_manager import get_package_manager
-
- pkg_path = os.path.join(d.getVar('TEST_INSTALL_TMP_DIR'), pkg)
- dst_dir = d.getVar('TEST_PACKAGED_DIR')
- pm = get_package_manager(d, pkg_path)
- pkg_info = pm.package_info(pkg)
- file_path = pkg_info[pkg]['filepath']
- shutil.copy2(file_path, dst_dir)
- shutil.rmtree(pkg_path)
-
-def install_package(test_case):
- """
- Installs package in DUT if required.
- """
- needed_packages = test_needs_package(test_case)
- if needed_packages:
- _install_uninstall_packages(needed_packages, test_case, True)
-
-def uninstall_package(test_case):
- """
- Uninstalls package in DUT if required.
- """
- needed_packages = test_needs_package(test_case)
- if needed_packages:
- _install_uninstall_packages(needed_packages, test_case, False)
-
-def test_needs_package(test_case):
- """
- Checks if a test case requires to install/uninstall packages.
- """
- test_file = getCaseFile(test_case)
- json_file = _get_json_file(test_file)
-
- if json_file:
- test_method = getCaseMethod(test_case)
- needed_packages = _get_needed_packages(json_file, test_method)
- if needed_packages:
- return needed_packages
-
- return None
-
-def _install_uninstall_packages(needed_packages, test_case, install=True):
- """
- Install/Uninstall packages in the DUT without using a package manager
- """
-
- if isinstance(needed_packages, dict):
- packages = [needed_packages]
- elif isinstance(needed_packages, list):
- packages = needed_packages
-
- for package in packages:
- pkg = package['pkg']
- rm = package.get('rm', False)
- extract = package.get('extract', True)
- src_dir = os.path.join(test_case.tc.extract_dir, pkg)
-
- # Install package
- if install and extract:
- test_case.tc.target.copyDirTo(src_dir, '/')
-
- # Uninstall package
- elif not install and rm:
- test_case.tc.target.deleteDirStructure(src_dir, '/')
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/qemurunner.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/qemurunner.py
deleted file mode 100644
index c962602a6..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/qemurunner.py
+++ /dev/null
@@ -1,591 +0,0 @@
-# Copyright (C) 2013 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# This module provides a class for starting qemu images using runqemu.
-# It's used by testimage.bbclass.
-
-import subprocess
-import os
-import sys
-import time
-import signal
-import re
-import socket
-import select
-import errno
-import string
-import threading
-import codecs
-import logging
-from oeqa.utils.dump import HostDumper
-
-# Get Unicode non printable control chars
-control_range = list(range(0,32))+list(range(127,160))
-control_chars = [chr(x) for x in control_range
- if chr(x) not in string.printable]
-re_control_char = re.compile('[%s]' % re.escape("".join(control_chars)))
-
-class QemuRunner:
-
- def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, boottime, dump_dir, dump_host_cmds, use_kvm, logger):
-
- # Popen object for runqemu
- self.runqemu = None
- # pid of the qemu process that runqemu will start
- self.qemupid = None
- # target ip - from the command line or runqemu output
- self.ip = None
- # host ip - where qemu is running
- self.server_ip = None
- # target ip netmask
- self.netmask = None
-
- self.machine = machine
- self.rootfs = rootfs
- self.display = display
- self.tmpdir = tmpdir
- self.deploy_dir_image = deploy_dir_image
- self.logfile = logfile
- self.boottime = boottime
- self.logged = False
- self.thread = None
- self.use_kvm = use_kvm
- self.msg = ''
-
- self.runqemutime = 120
- self.qemu_pidfile = 'pidfile_'+str(os.getpid())
- self.host_dumper = HostDumper(dump_host_cmds, dump_dir)
-
- self.logger = logger
-
- def create_socket(self):
- try:
- sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
- sock.setblocking(0)
- sock.bind(("127.0.0.1",0))
- sock.listen(2)
- port = sock.getsockname()[1]
- self.logger.debug("Created listening socket for qemu serial console on: 127.0.0.1:%s" % port)
- return (sock, port)
-
- except socket.error:
- sock.close()
- raise
-
- def log(self, msg):
- if self.logfile:
- # It is needed to sanitize the data received from qemu
- # because is possible to have control characters
- msg = msg.decode("utf-8", errors='ignore')
- msg = re_control_char.sub('', msg)
- self.msg += msg
- with codecs.open(self.logfile, "a", encoding="utf-8") as f:
- f.write("%s" % msg)
-
- def getOutput(self, o):
- import fcntl
- fl = fcntl.fcntl(o, fcntl.F_GETFL)
- fcntl.fcntl(o, fcntl.F_SETFL, fl | os.O_NONBLOCK)
- return os.read(o.fileno(), 1000000).decode("utf-8")
-
-
- def handleSIGCHLD(self, signum, frame):
- if self.runqemu and self.runqemu.poll():
- if self.runqemu.returncode:
- self.logger.debug('runqemu exited with code %d' % self.runqemu.returncode)
- self.logger.debug("Output from runqemu:\n%s" % self.getOutput(self.runqemu.stdout))
- self.stop()
- self._dump_host()
- raise SystemExit
-
- def start(self, qemuparams = None, get_ip = True, extra_bootparams = None, runqemuparams='', launch_cmd=None, discard_writes=True):
- env = os.environ.copy()
- if self.display:
- env["DISPLAY"] = self.display
- # Set this flag so that Qemu doesn't do any grabs as SDL grabs
- # interact badly with screensavers.
- env["QEMU_DONT_GRAB"] = "1"
- if not os.path.exists(self.rootfs):
- self.logger.error("Invalid rootfs %s" % self.rootfs)
- return False
- if not os.path.exists(self.tmpdir):
- self.logger.error("Invalid TMPDIR path %s" % self.tmpdir)
- return False
- else:
- env["OE_TMPDIR"] = self.tmpdir
- if not os.path.exists(self.deploy_dir_image):
- self.logger.error("Invalid DEPLOY_DIR_IMAGE path %s" % self.deploy_dir_image)
- return False
- else:
- env["DEPLOY_DIR_IMAGE"] = self.deploy_dir_image
-
- if not launch_cmd:
- launch_cmd = 'runqemu %s %s ' % ('snapshot' if discard_writes else '', runqemuparams)
- if self.use_kvm:
- self.logger.debug('Using kvm for runqemu')
- launch_cmd += ' kvm'
- else:
- self.logger.debug('Not using kvm for runqemu')
- if not self.display:
- launch_cmd += ' nographic'
- launch_cmd += ' %s %s' % (self.machine, self.rootfs)
-
- return self.launch(launch_cmd, qemuparams=qemuparams, get_ip=get_ip, extra_bootparams=extra_bootparams, env=env)
-
- def launch(self, launch_cmd, get_ip = True, qemuparams = None, extra_bootparams = None, env = None):
- try:
- threadsock, threadport = self.create_socket()
- self.server_socket, self.serverport = self.create_socket()
- except socket.error as msg:
- self.logger.error("Failed to create listening socket: %s" % msg[1])
- return False
-
- bootparams = 'console=tty1 console=ttyS0,115200n8 printk.time=1'
- if extra_bootparams:
- bootparams = bootparams + ' ' + extra_bootparams
-
- # Ask QEMU to store the QEMU process PID in file, this way we don't have to parse running processes
- # and analyze descendents in order to determine it.
- if os.path.exists(self.qemu_pidfile):
- os.remove(self.qemu_pidfile)
- self.qemuparams = 'bootparams="{0}" qemuparams="-serial tcp:127.0.0.1:{1} -pidfile {2}"'.format(bootparams, threadport, self.qemu_pidfile)
- if qemuparams:
- self.qemuparams = self.qemuparams[:-1] + " " + qemuparams + " " + '\"'
-
- launch_cmd += ' tcpserial=%s %s' % (self.serverport, self.qemuparams)
-
- self.origchldhandler = signal.getsignal(signal.SIGCHLD)
- signal.signal(signal.SIGCHLD, self.handleSIGCHLD)
-
- self.logger.debug('launchcmd=%s'%(launch_cmd))
-
- # FIXME: We pass in stdin=subprocess.PIPE here to work around stty
- # blocking at the end of the runqemu script when using this within
- # oe-selftest (this makes stty error out immediately). There ought
- # to be a proper fix but this will suffice for now.
- self.runqemu = subprocess.Popen(launch_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, stdin=subprocess.PIPE, preexec_fn=os.setpgrp, env=env)
- output = self.runqemu.stdout
-
- #
- # We need the preexec_fn above so that all runqemu processes can easily be killed
- # (by killing their process group). This presents a problem if this controlling
- # process itself is killed however since those processes don't notice the death
- # of the parent and merrily continue on.
- #
- # Rather than hack runqemu to deal with this, we add something here instead.
- # Basically we fork off another process which holds an open pipe to the parent
- # and also is setpgrp. If/when the pipe sees EOF from the parent dieing, it kills
- # the process group. This is like pctrl's PDEATHSIG but for a process group
- # rather than a single process.
- #
- r, w = os.pipe()
- self.monitorpid = os.fork()
- if self.monitorpid:
- os.close(r)
- self.monitorpipe = os.fdopen(w, "w")
- else:
- # child process
- os.setpgrp()
- os.close(w)
- r = os.fdopen(r)
- x = r.read()
- os.killpg(os.getpgid(self.runqemu.pid), signal.SIGTERM)
- sys.exit(0)
-
- self.logger.debug("runqemu started, pid is %s" % self.runqemu.pid)
- self.logger.debug("waiting at most %s seconds for qemu pid (%s)" %
- (self.runqemutime, time.strftime("%D %H:%M:%S")))
- endtime = time.time() + self.runqemutime
- while not self.is_alive() and time.time() < endtime:
- if self.runqemu.poll():
- if self.runqemu.returncode:
- # No point waiting any longer
- self.logger.debug('runqemu exited with code %d' % self.runqemu.returncode)
- self._dump_host()
- self.stop()
- self.logger.debug("Output from runqemu:\n%s" % self.getOutput(output))
- return False
- time.sleep(0.5)
-
- if not self.is_alive():
- self.logger.error("Qemu pid didn't appear in %s seconds (%s)" %
- (self.runqemutime, time.strftime("%D %H:%M:%S")))
- # Dump all processes to help us to figure out what is going on...
- ps = subprocess.Popen(['ps', 'axww', '-o', 'pid,ppid,command '], stdout=subprocess.PIPE).communicate()[0]
- processes = ps.decode("utf-8")
- self.logger.debug("Running processes:\n%s" % processes)
- self._dump_host()
- self.stop()
- op = self.getOutput(output)
- if op:
- self.logger.error("Output from runqemu:\n%s" % op)
- else:
- self.logger.error("No output from runqemu.\n")
- return False
-
- # We are alive: qemu is running
- out = self.getOutput(output)
- netconf = False # network configuration is not required by default
- self.logger.debug("qemu started in %s seconds - qemu procces pid is %s (%s)" %
- (time.time() - (endtime - self.runqemutime),
- self.qemupid, time.strftime("%D %H:%M:%S")))
- if get_ip:
- cmdline = ''
- with open('/proc/%s/cmdline' % self.qemupid) as p:
- cmdline = p.read()
- # It is needed to sanitize the data received
- # because is possible to have control characters
- cmdline = re_control_char.sub(' ', cmdline)
- try:
- ips = re.findall("((?:[0-9]{1,3}\.){3}[0-9]{1,3})", cmdline.split("ip=")[1])
- self.ip = ips[0]
- self.server_ip = ips[1]
- self.logger.debug("qemu cmdline used:\n{}".format(cmdline))
- except (IndexError, ValueError):
- # Try to get network configuration from runqemu output
- match = re.match('.*Network configuration: ([0-9.]+)::([0-9.]+):([0-9.]+)$.*',
- out, re.MULTILINE|re.DOTALL)
- if match:
- self.ip, self.server_ip, self.netmask = match.groups()
- # network configuration is required as we couldn't get it
- # from the runqemu command line, so qemu doesn't run kernel
- # and guest networking is not configured
- netconf = True
- else:
- self.logger.error("Couldn't get ip from qemu command line and runqemu output! "
- "Here is the qemu command line used:\n%s\n"
- "and output from runqemu:\n%s" % (cmdline, out))
- self._dump_host()
- self.stop()
- return False
-
- self.logger.debug("Target IP: %s" % self.ip)
- self.logger.debug("Server IP: %s" % self.server_ip)
-
- self.thread = LoggingThread(self.log, threadsock, self.logger)
- self.thread.start()
- if not self.thread.connection_established.wait(self.boottime):
- self.logger.error("Didn't receive a console connection from qemu. "
- "Here is the qemu command line used:\n%s\nand "
- "output from runqemu:\n%s" % (cmdline, out))
- self.stop_thread()
- return False
-
- self.logger.debug("Output from runqemu:\n%s", out)
- self.logger.debug("Waiting at most %d seconds for login banner (%s)" %
- (self.boottime, time.strftime("%D %H:%M:%S")))
- endtime = time.time() + self.boottime
- socklist = [self.server_socket]
- reachedlogin = False
- stopread = False
- qemusock = None
- bootlog = b''
- data = b''
- while time.time() < endtime and not stopread:
- try:
- sread, swrite, serror = select.select(socklist, [], [], 5)
- except InterruptedError:
- continue
- for sock in sread:
- if sock is self.server_socket:
- qemusock, addr = self.server_socket.accept()
- qemusock.setblocking(0)
- socklist.append(qemusock)
- socklist.remove(self.server_socket)
- self.logger.debug("Connection from %s:%s" % addr)
- else:
- data = data + sock.recv(1024)
- if data:
- bootlog += data
- data = b''
- if b' login:' in bootlog:
- self.server_socket = qemusock
- stopread = True
- reachedlogin = True
- self.logger.debug("Reached login banner in %s seconds (%s)" %
- (time.time() - (endtime - self.boottime),
- time.strftime("%D %H:%M:%S")))
- else:
- # no need to check if reachedlogin unless we support multiple connections
- self.logger.debug("QEMU socket disconnected before login banner reached. (%s)" %
- time.strftime("%D %H:%M:%S"))
- socklist.remove(sock)
- sock.close()
- stopread = True
-
-
- if not reachedlogin:
- if time.time() >= endtime:
- self.logger.debug("Target didn't reach login banner in %d seconds (%s)" %
- (self.boottime, time.strftime("%D %H:%M:%S")))
- tail = lambda l: "\n".join(l.splitlines()[-25:])
- # in case bootlog is empty, use tail qemu log store at self.msg
- lines = tail(bootlog if bootlog else self.msg)
- self.logger.debug("Last 25 lines of text:\n%s" % lines)
- self.logger.debug("Check full boot log: %s" % self.logfile)
- self._dump_host()
- self.stop()
- return False
-
- # If we are not able to login the tests can continue
- try:
- (status, output) = self.run_serial("root\n", raw=True)
- if re.search("root@[a-zA-Z0-9\-]+:~#", output):
- self.logged = True
- self.logger.debug("Logged as root in serial console")
- if netconf:
- # configure guest networking
- cmd = "ifconfig eth0 %s netmask %s up\n" % (self.ip, self.netmask)
- output = self.run_serial(cmd, raw=True)[1]
- if re.search("root@[a-zA-Z0-9\-]+:~#", output):
- self.logger.debug("configured ip address %s", self.ip)
- else:
- self.logger.debug("Couldn't configure guest networking")
- else:
- self.logger.debug("Couldn't login into serial console"
- " as root using blank password")
- except:
- self.logger.debug("Serial console failed while trying to login")
- return True
-
- def stop(self):
- self.stop_thread()
- self.stop_qemu_system()
- if hasattr(self, "origchldhandler"):
- signal.signal(signal.SIGCHLD, self.origchldhandler)
- if self.runqemu:
- if hasattr(self, "monitorpid"):
- os.kill(self.monitorpid, signal.SIGKILL)
- self.logger.debug("Sending SIGTERM to runqemu")
- try:
- os.killpg(os.getpgid(self.runqemu.pid), signal.SIGTERM)
- except OSError as e:
- if e.errno != errno.ESRCH:
- raise
- endtime = time.time() + self.runqemutime
- while self.runqemu.poll() is None and time.time() < endtime:
- time.sleep(1)
- if self.runqemu.poll() is None:
- self.logger.debug("Sending SIGKILL to runqemu")
- os.killpg(os.getpgid(self.runqemu.pid), signal.SIGKILL)
- self.runqemu = None
- if hasattr(self, 'server_socket') and self.server_socket:
- self.server_socket.close()
- self.server_socket = None
- self.qemupid = None
- self.ip = None
- if os.path.exists(self.qemu_pidfile):
- os.remove(self.qemu_pidfile)
-
- def stop_qemu_system(self):
- if self.qemupid:
- try:
- # qemu-system behaves well and a SIGTERM is enough
- os.kill(self.qemupid, signal.SIGTERM)
- except ProcessLookupError as e:
- self.logger.warn('qemu-system ended unexpectedly')
-
- def stop_thread(self):
- if self.thread and self.thread.is_alive():
- self.thread.stop()
- self.thread.join()
-
- def restart(self, qemuparams = None):
- self.logger.debug("Restarting qemu process")
- if self.runqemu.poll() is None:
- self.stop()
- if self.start(qemuparams):
- return True
- return False
-
- def is_alive(self):
- if not self.runqemu:
- return False
- if os.path.isfile(self.qemu_pidfile):
- f = open(self.qemu_pidfile, 'r')
- qemu_pid = f.read()
- f.close()
- qemupid = int(qemu_pid)
- if os.path.exists("/proc/" + str(qemupid)):
- self.qemupid = qemupid
- return True
- return False
-
- def run_serial(self, command, raw=False, timeout=5):
- # We assume target system have echo to get command status
- if not raw:
- command = "%s; echo $?\n" % command
-
- data = ''
- status = 0
- self.server_socket.sendall(command.encode('utf-8'))
- start = time.time()
- end = start + timeout
- while True:
- now = time.time()
- if now >= end:
- data += "<<< run_serial(): command timed out after %d seconds without output >>>\r\n\r\n" % timeout
- break
- try:
- sread, _, _ = select.select([self.server_socket],[],[], end - now)
- except InterruptedError:
- continue
- if sread:
- answer = self.server_socket.recv(1024)
- if answer:
- data += answer.decode('utf-8')
- # Search the prompt to stop
- if re.search("[a-zA-Z0-9]+@[a-zA-Z0-9\-]+:~#", data):
- break
- else:
- raise Exception("No data on serial console socket")
-
- if data:
- if raw:
- status = 1
- else:
- # Remove first line (command line) and last line (prompt)
- data = data[data.find('$?\r\n')+4:data.rfind('\r\n')]
- index = data.rfind('\r\n')
- if index == -1:
- status_cmd = data
- data = ""
- else:
- status_cmd = data[index+2:]
- data = data[:index]
- if (status_cmd == "0"):
- status = 1
- return (status, str(data))
-
-
- def _dump_host(self):
- self.host_dumper.create_dir("qemu")
- self.logger.warn("Qemu ended unexpectedly, dump data from host"
- " is in %s" % self.host_dumper.dump_dir)
- self.host_dumper.dump_host()
-
-# This class is for reading data from a socket and passing it to logfunc
-# to be processed. It's completely event driven and has a straightforward
-# event loop. The mechanism for stopping the thread is a simple pipe which
-# will wake up the poll and allow for tearing everything down.
-class LoggingThread(threading.Thread):
- def __init__(self, logfunc, sock, logger):
- self.connection_established = threading.Event()
- self.serversock = sock
- self.logfunc = logfunc
- self.logger = logger
- self.readsock = None
- self.running = False
-
- self.errorevents = select.POLLERR | select.POLLHUP | select.POLLNVAL
- self.readevents = select.POLLIN | select.POLLPRI
-
- threading.Thread.__init__(self, target=self.threadtarget)
-
- def threadtarget(self):
- try:
- self.eventloop()
- finally:
- self.teardown()
-
- def run(self):
- self.logger.debug("Starting logging thread")
- self.readpipe, self.writepipe = os.pipe()
- threading.Thread.run(self)
-
- def stop(self):
- self.logger.debug("Stopping logging thread")
- if self.running:
- os.write(self.writepipe, bytes("stop", "utf-8"))
-
- def teardown(self):
- self.logger.debug("Tearing down logging thread")
- self.close_socket(self.serversock)
-
- if self.readsock is not None:
- self.close_socket(self.readsock)
-
- self.close_ignore_error(self.readpipe)
- self.close_ignore_error(self.writepipe)
- self.running = False
-
- def eventloop(self):
- poll = select.poll()
- event_read_mask = self.errorevents | self.readevents
- poll.register(self.serversock.fileno())
- poll.register(self.readpipe, event_read_mask)
-
- breakout = False
- self.running = True
- self.logger.debug("Starting thread event loop")
- while not breakout:
- events = poll.poll()
- for event in events:
- # An error occurred, bail out
- if event[1] & self.errorevents:
- raise Exception(self.stringify_event(event[1]))
-
- # Event to stop the thread
- if self.readpipe == event[0]:
- self.logger.debug("Stop event received")
- breakout = True
- break
-
- # A connection request was received
- elif self.serversock.fileno() == event[0]:
- self.logger.debug("Connection request received")
- self.readsock, _ = self.serversock.accept()
- self.readsock.setblocking(0)
- poll.unregister(self.serversock.fileno())
- poll.register(self.readsock.fileno(), event_read_mask)
-
- self.logger.debug("Setting connection established event")
- self.connection_established.set()
-
- # Actual data to be logged
- elif self.readsock.fileno() == event[0]:
- data = self.recv(1024)
- self.logfunc(data)
-
- # Since the socket is non-blocking make sure to honor EAGAIN
- # and EWOULDBLOCK.
- def recv(self, count):
- try:
- data = self.readsock.recv(count)
- except socket.error as e:
- if e.errno == errno.EAGAIN or e.errno == errno.EWOULDBLOCK:
- return ''
- else:
- raise
-
- if data is None:
- raise Exception("No data on read ready socket")
- elif not data:
- # This actually means an orderly shutdown
- # happened. But for this code it counts as an
- # error since the connection shouldn't go away
- # until qemu exits.
- raise Exception("Console connection closed unexpectedly")
-
- return data
-
- def stringify_event(self, event):
- val = ''
- if select.POLLERR == event:
- val = 'POLLER'
- elif select.POLLHUP == event:
- val = 'POLLHUP'
- elif select.POLLNVAL == event:
- val = 'POLLNVAL'
- return val
-
- def close_socket(self, sock):
- sock.shutdown(socket.SHUT_RDWR)
- sock.close()
-
- def close_ignore_error(self, fd):
- try:
- os.close(fd)
- except OSError:
- pass
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/qemutinyrunner.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/qemutinyrunner.py
deleted file mode 100644
index 63b5d1648..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/qemutinyrunner.py
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright (C) 2015 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# This module provides a class for starting qemu images of poky tiny.
-# It's used by testimage.bbclass.
-
-import subprocess
-import os
-import time
-import signal
-import re
-import socket
-import select
-import bb
-from .qemurunner import QemuRunner
-
-class QemuTinyRunner(QemuRunner):
-
- def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, kernel, boottime, logger):
-
- # Popen object for runqemu
- self.runqemu = None
- # pid of the qemu process that runqemu will start
- self.qemupid = None
- # target ip - from the command line
- self.ip = None
- # host ip - where qemu is running
- self.server_ip = None
-
- self.machine = machine
- self.rootfs = rootfs
- self.display = display
- self.tmpdir = tmpdir
- self.deploy_dir_image = deploy_dir_image
- self.logfile = logfile
- self.boottime = boottime
-
- self.runqemutime = 60
- self.socketfile = "console.sock"
- self.server_socket = None
- self.kernel = kernel
- self.logger = logger
-
-
- def create_socket(self):
- tries = 3
- while tries > 0:
- try:
- self.server_socket = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
- self.server_socket.connect(self.socketfile)
- bb.note("Created listening socket for qemu serial console.")
- tries = 0
- except socket.error as msg:
- self.server_socket.close()
- bb.fatal("Failed to create listening socket.")
- tries -= 1
-
- def log(self, msg):
- if self.logfile:
- with open(self.logfile, "a") as f:
- f.write("%s" % msg)
-
- def start(self, qemuparams = None, ssh=True, extra_bootparams=None, runqemuparams='', discard_writes=True):
-
- if self.display:
- os.environ["DISPLAY"] = self.display
- else:
- bb.error("To start qemu I need a X desktop, please set DISPLAY correctly (e.g. DISPLAY=:1)")
- return False
- if not os.path.exists(self.rootfs):
- bb.error("Invalid rootfs %s" % self.rootfs)
- return False
- if not os.path.exists(self.tmpdir):
- bb.error("Invalid TMPDIR path %s" % self.tmpdir)
- return False
- else:
- os.environ["OE_TMPDIR"] = self.tmpdir
- if not os.path.exists(self.deploy_dir_image):
- bb.error("Invalid DEPLOY_DIR_IMAGE path %s" % self.deploy_dir_image)
- return False
- else:
- os.environ["DEPLOY_DIR_IMAGE"] = self.deploy_dir_image
-
- # Set this flag so that Qemu doesn't do any grabs as SDL grabs interact
- # badly with screensavers.
- os.environ["QEMU_DONT_GRAB"] = "1"
- self.qemuparams = '--append "root=/dev/ram0 console=ttyS0" -nographic -serial unix:%s,server,nowait' % self.socketfile
-
- launch_cmd = 'qemu-system-i386 -kernel %s -initrd %s %s' % (self.kernel, self.rootfs, self.qemuparams)
- self.runqemu = subprocess.Popen(launch_cmd,shell=True,stdout=subprocess.PIPE,stderr=subprocess.STDOUT,preexec_fn=os.setpgrp)
-
- bb.note("runqemu started, pid is %s" % self.runqemu.pid)
- bb.note("waiting at most %s seconds for qemu pid" % self.runqemutime)
- endtime = time.time() + self.runqemutime
- while not self.is_alive() and time.time() < endtime:
- time.sleep(1)
-
- if self.is_alive():
- bb.note("qemu started - qemu procces pid is %s" % self.qemupid)
- self.create_socket()
- else:
- bb.note("Qemu pid didn't appeared in %s seconds" % self.runqemutime)
- output = self.runqemu.stdout
- self.stop()
- bb.note("Output from runqemu:\n%s" % output.read().decode("utf-8"))
- return False
-
- return self.is_alive()
-
- def run_serial(self, command, timeout=5):
- self.server_socket.sendall(command+'\n')
- data = ''
- status = 0
- stopread = False
- endtime = time.time()+timeout
- while time.time()<endtime and not stopread:
- try:
- sread, _, _ = select.select([self.server_socket],[],[],1)
- except InterruptedError:
- continue
- for sock in sread:
- answer = sock.recv(1024)
- if answer:
- data += answer
- else:
- sock.close()
- stopread = True
- if not data:
- status = 1
- if not stopread:
- data += "<<< run_serial(): command timed out after %d seconds without output >>>\r\n\r\n" % timeout
- return (status, str(data))
-
- def find_child(self,parent_pid):
- #
- # Walk the process tree from the process specified looking for a qemu-system. Return its [pid'cmd]
- #
- ps = subprocess.Popen(['ps', 'axww', '-o', 'pid,ppid,command'], stdout=subprocess.PIPE).communicate()[0]
- processes = ps.decode("utf-8").split('\n')
- nfields = len(processes[0].split()) - 1
- pids = {}
- commands = {}
- for row in processes[1:]:
- data = row.split(None, nfields)
- if len(data) != 3:
- continue
- if data[1] not in pids:
- pids[data[1]] = []
-
- pids[data[1]].append(data[0])
- commands[data[0]] = data[2]
-
- if parent_pid not in pids:
- return []
-
- parents = []
- newparents = pids[parent_pid]
- while newparents:
- next = []
- for p in newparents:
- if p in pids:
- for n in pids[p]:
- if n not in parents and n not in next:
- next.append(n)
- if p not in parents:
- parents.append(p)
- newparents = next
- #print("Children matching %s:" % str(parents))
- for p in parents:
- # Need to be careful here since runqemu runs "ldd qemu-system-xxxx"
- # Also, old versions of ldd (2.11) run "LD_XXXX qemu-system-xxxx"
- basecmd = commands[p].split()[0]
- basecmd = os.path.basename(basecmd)
- if "qemu-system" in basecmd and "-serial unix" in commands[p]:
- return [int(p),commands[p]]
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/sshcontrol.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/sshcontrol.py
deleted file mode 100644
index d292893c0..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/sshcontrol.py
+++ /dev/null
@@ -1,242 +0,0 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2013 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# Provides a class for setting up ssh connections,
-# running commands and copying files to/from a target.
-# It's used by testimage.bbclass and tests in lib/oeqa/runtime.
-
-import subprocess
-import time
-import os
-import select
-
-
-class SSHProcess(object):
- def __init__(self, **options):
-
- self.defaultopts = {
- "stdout": subprocess.PIPE,
- "stderr": subprocess.STDOUT,
- "stdin": None,
- "shell": False,
- "bufsize": -1,
- "preexec_fn": os.setsid,
- }
- self.options = dict(self.defaultopts)
- self.options.update(options)
- self.status = None
- self.output = None
- self.process = None
- self.starttime = None
- self.logfile = None
-
- # Unset DISPLAY which means we won't trigger SSH_ASKPASS
- env = os.environ.copy()
- if "DISPLAY" in env:
- del env['DISPLAY']
- self.options['env'] = env
-
- def log(self, msg):
- if self.logfile:
- with open(self.logfile, "a") as f:
- f.write("%s" % msg)
-
- def _run(self, command, timeout=None, logfile=None):
- self.logfile = logfile
- self.starttime = time.time()
- output = ''
- self.process = subprocess.Popen(command, **self.options)
- if timeout:
- endtime = self.starttime + timeout
- eof = False
- while time.time() < endtime and not eof:
- try:
- if select.select([self.process.stdout], [], [], 5)[0] != []:
- data = os.read(self.process.stdout.fileno(), 1024)
- if not data:
- self.process.stdout.close()
- eof = True
- else:
- data = data.decode("utf-8")
- output += data
- self.log(data)
- endtime = time.time() + timeout
- except InterruptedError:
- continue
-
- # process hasn't returned yet
- if not eof:
- self.process.terminate()
- time.sleep(5)
- try:
- self.process.kill()
- except OSError:
- pass
- lastline = "\nProcess killed - no output for %d seconds. Total running time: %d seconds." % (timeout, time.time() - self.starttime)
- self.log(lastline)
- output += lastline
- else:
- output = self.process.communicate()[0]
- self.log(output.rstrip())
-
- self.status = self.process.wait()
- self.output = output.rstrip()
-
- def run(self, command, timeout=None, logfile=None):
- try:
- self._run(command, timeout, logfile)
- except:
- # Need to guard against a SystemExit or other exception occuring whilst running
- # and ensure we don't leave a process behind.
- if self.process.poll() is None:
- self.process.kill()
- self.status = self.process.wait()
- raise
- return (self.status, self.output)
-
-class SSHControl(object):
- def __init__(self, ip, logfile=None, timeout=300, user='root', port=None):
- self.ip = ip
- self.defaulttimeout = timeout
- self.ignore_status = True
- self.logfile = logfile
- self.user = user
- self.ssh_options = [
- '-o', 'UserKnownHostsFile=/dev/null',
- '-o', 'StrictHostKeyChecking=no',
- '-o', 'LogLevel=ERROR'
- ]
- self.ssh = ['ssh', '-l', self.user ] + self.ssh_options
- self.scp = ['scp'] + self.ssh_options
- if port:
- self.ssh = self.ssh + [ '-p', port ]
- self.scp = self.scp + [ '-P', port ]
-
- def log(self, msg):
- if self.logfile:
- with open(self.logfile, "a") as f:
- f.write("%s\n" % msg)
-
- def _internal_run(self, command, timeout=None, ignore_status = True):
- self.log("[Running]$ %s" % " ".join(command))
-
- proc = SSHProcess()
- status, output = proc.run(command, timeout, logfile=self.logfile)
-
- self.log("[Command returned '%d' after %.2f seconds]" % (status, time.time() - proc.starttime))
-
- if status and not ignore_status:
- raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, status, output))
-
- return (status, output)
-
- def run(self, command, timeout=None):
- """
- command - ssh command to run
- timeout=<val> - kill command if there is no output after <val> seconds
- timeout=None - kill command if there is no output after a default value seconds
- timeout=0 - no timeout, let command run until it returns
- """
-
- command = self.ssh + [self.ip, 'export PATH=/usr/sbin:/sbin:/usr/bin:/bin; ' + command]
-
- if timeout is None:
- return self._internal_run(command, self.defaulttimeout, self.ignore_status)
- if timeout == 0:
- return self._internal_run(command, None, self.ignore_status)
- return self._internal_run(command, timeout, self.ignore_status)
-
- def copy_to(self, localpath, remotepath):
- if os.path.islink(localpath):
- localpath = os.path.dirname(localpath) + "/" + os.readlink(localpath)
- command = self.scp + [localpath, '%s@%s:%s' % (self.user, self.ip, remotepath)]
- return self._internal_run(command, ignore_status=False)
-
- def copy_from(self, remotepath, localpath):
- command = self.scp + ['%s@%s:%s' % (self.user, self.ip, remotepath), localpath]
- return self._internal_run(command, ignore_status=False)
-
- def copy_dir_to(self, localpath, remotepath):
- """
- Copy recursively localpath directory to remotepath in target.
- """
-
- for root, dirs, files in os.walk(localpath):
- # Create directories in the target as needed
- for d in dirs:
- tmp_dir = os.path.join(root, d).replace(localpath, "")
- new_dir = os.path.join(remotepath, tmp_dir.lstrip("/"))
- cmd = "mkdir -p %s" % new_dir
- self.run(cmd)
-
- # Copy files into the target
- for f in files:
- tmp_file = os.path.join(root, f).replace(localpath, "")
- dst_file = os.path.join(remotepath, tmp_file.lstrip("/"))
- src_file = os.path.join(root, f)
- self.copy_to(src_file, dst_file)
-
-
- def delete_files(self, remotepath, files):
- """
- Delete files in target's remote path.
- """
-
- cmd = "rm"
- if not isinstance(files, list):
- files = [files]
-
- for f in files:
- cmd = "%s %s" % (cmd, os.path.join(remotepath, f))
-
- self.run(cmd)
-
-
- def delete_dir(self, remotepath):
- """
- Delete remotepath directory in target.
- """
-
- cmd = "rmdir %s" % remotepath
- self.run(cmd)
-
-
- def delete_dir_structure(self, localpath, remotepath):
- """
- Delete recursively localpath structure directory in target's remotepath.
-
- This function is very usefult to delete a package that is installed in
- the DUT and the host running the test has such package extracted in tmp
- directory.
-
- Example:
- pwd: /home/user/tmp
- tree: .
- └── work
- ├── dir1
- │   └── file1
- └── dir2
-
- localpath = "/home/user/tmp" and remotepath = "/home/user"
-
- With the above variables this function will try to delete the
- directory in the DUT in this order:
- /home/user/work/dir1/file1
- /home/user/work/dir1 (if dir is empty)
- /home/user/work/dir2 (if dir is empty)
- /home/user/work (if dir is empty)
- """
-
- for root, dirs, files in os.walk(localpath, topdown=False):
- # Delete files first
- tmpdir = os.path.join(root).replace(localpath, "")
- remotedir = os.path.join(remotepath, tmpdir.lstrip("/"))
- self.delete_files(remotedir, files)
-
- # Remove dirs if empty
- for d in dirs:
- tmpdir = os.path.join(root, d).replace(localpath, "")
- remotedir = os.path.join(remotepath, tmpdir.lstrip("/"))
- self.delete_dir(remotepath)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/subprocesstweak.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/subprocesstweak.py
deleted file mode 100644
index 1f7d11b55..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/subprocesstweak.py
+++ /dev/null
@@ -1,19 +0,0 @@
-import subprocess
-
-class OETestCalledProcessError(subprocess.CalledProcessError):
- def __str__(self):
- def strify(o):
- if isinstance(o, bytes):
- return o.decode("utf-8", errors="replace")
- else:
- return o
-
- s = "Command '%s' returned non-zero exit status %d" % (self.cmd, self.returncode)
- if hasattr(self, "output") and self.output:
- s = s + "\nStandard Output: " + strify(self.output)
- if hasattr(self, "stderr") and self.stderr:
- s = s + "\nStandard Error: " + strify(self.stderr)
- return s
-
-def errors_have_output():
- subprocess.CalledProcessError = OETestCalledProcessError
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/targetbuild.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/targetbuild.py
deleted file mode 100644
index 1202d579f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/targetbuild.py
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright (C) 2013 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# Provides a class for automating build tests for projects
-
-import os
-import re
-import bb.utils
-import subprocess
-import tempfile
-from abc import ABCMeta, abstractmethod
-
-class BuildProject(metaclass=ABCMeta):
-
- def __init__(self, d, uri, foldername=None, tmpdir=None):
- self.d = d
- self.uri = uri
- self.archive = os.path.basename(uri)
- if not tmpdir:
- tmpdir = self.d.getVar('WORKDIR')
- if not tmpdir:
- tmpdir = tempfile.mkdtemp(prefix='buildproject')
- self.localarchive = os.path.join(tmpdir,self.archive)
- if foldername:
- self.fname = foldername
- else:
- self.fname = re.sub(r'\.tar\.bz2$|\.tar\.gz$|\.tar\.xz$', '', self.archive)
-
- # Download self.archive to self.localarchive
- def _download_archive(self):
- dl_dir = self.d.getVar("DL_DIR")
- if dl_dir and os.path.exists(os.path.join(dl_dir, self.archive)):
- bb.utils.copyfile(os.path.join(dl_dir, self.archive), self.localarchive)
- return
-
- exportvars = ['HTTP_PROXY', 'http_proxy',
- 'HTTPS_PROXY', 'https_proxy',
- 'FTP_PROXY', 'ftp_proxy',
- 'FTPS_PROXY', 'ftps_proxy',
- 'NO_PROXY', 'no_proxy',
- 'ALL_PROXY', 'all_proxy',
- 'SOCKS5_USER', 'SOCKS5_PASSWD']
-
- cmd = ''
- for var in exportvars:
- val = self.d.getVar(var)
- if val:
- cmd = 'export ' + var + '=\"%s\"; %s' % (val, cmd)
-
- cmd = cmd + "wget -O %s %s" % (self.localarchive, self.uri)
- subprocess.check_output(cmd, shell=True)
-
- # This method should provide a way to run a command in the desired environment.
- @abstractmethod
- def _run(self, cmd):
- pass
-
- # The timeout parameter of target.run is set to 0 to make the ssh command
- # run with no timeout.
- def run_configure(self, configure_args='', extra_cmds=''):
- return self._run('cd %s; %s ./configure %s' % (self.targetdir, extra_cmds, configure_args))
-
- def run_make(self, make_args=''):
- return self._run('cd %s; make %s' % (self.targetdir, make_args))
-
- def run_install(self, install_args=''):
- return self._run('cd %s; make install %s' % (self.targetdir, install_args))
-
- def clean(self):
- self._run('rm -rf %s' % self.targetdir)
- subprocess.check_call('rm -f %s' % self.localarchive, shell=True)
- pass
-
-class TargetBuildProject(BuildProject):
-
- def __init__(self, target, d, uri, foldername=None):
- self.target = target
- self.targetdir = "~/"
- BuildProject.__init__(self, d, uri, foldername)
-
- def download_archive(self):
-
- self._download_archive()
-
- (status, output) = self.target.copy_to(self.localarchive, self.targetdir)
- if status != 0:
- raise Exception("Failed to copy archive to target, output: %s" % output)
-
- (status, output) = self.target.run('tar xf %s%s -C %s' % (self.targetdir, self.archive, self.targetdir))
- if status != 0:
- raise Exception("Failed to extract archive, output: %s" % output)
-
- #Change targetdir to project folder
- self.targetdir = self.targetdir + self.fname
-
- # The timeout parameter of target.run is set to 0 to make the ssh command
- # run with no timeout.
- def _run(self, cmd):
- return self.target.run(cmd, 0)[0]
-
-
-class SDKBuildProject(BuildProject):
-
- def __init__(self, testpath, sdkenv, d, uri, foldername=None):
- self.sdkenv = sdkenv
- self.testdir = testpath
- self.targetdir = testpath
- bb.utils.mkdirhier(testpath)
- self.datetime = d.getVar('DATETIME')
- self.testlogdir = d.getVar("TEST_LOG_DIR")
- bb.utils.mkdirhier(self.testlogdir)
- self.logfile = os.path.join(self.testlogdir, "sdk_target_log.%s" % self.datetime)
- BuildProject.__init__(self, d, uri, foldername, tmpdir=testpath)
-
- def download_archive(self):
-
- self._download_archive()
-
- cmd = 'tar xf %s%s -C %s' % (self.targetdir, self.archive, self.targetdir)
- subprocess.check_output(cmd, shell=True)
-
- #Change targetdir to project folder
- self.targetdir = os.path.join(self.targetdir, self.fname)
-
- def run_configure(self, configure_args='', extra_cmds=' gnu-configize; '):
- return super(SDKBuildProject, self).run_configure(configure_args=(configure_args or '$CONFIGURE_FLAGS'), extra_cmds=extra_cmds)
-
- def run_install(self, install_args=''):
- return super(SDKBuildProject, self).run_install(install_args=(install_args or "DESTDIR=%s/../install" % self.targetdir))
-
- def log(self, msg):
- if self.logfile:
- with open(self.logfile, "a") as f:
- f.write("%s\n" % msg)
-
- def _run(self, cmd):
- self.log("Running . %s; " % self.sdkenv + cmd)
- return subprocess.check_call(". %s; " % self.sdkenv + cmd, shell=True)
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/utils/testexport.py b/import-layers/yocto-poky/meta/lib/oeqa/utils/testexport.py
deleted file mode 100644
index be2a2110f..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/utils/testexport.py
+++ /dev/null
@@ -1,263 +0,0 @@
-# Copyright (C) 2015 Intel Corporation
-#
-# Released under the MIT license (see COPYING.MIT)
-
-# Provides functions to help with exporting binaries obtained from built targets
-
-import os, re, glob as g, shutil as sh,sys
-from time import sleep
-from .commands import runCmd
-from difflib import SequenceMatcher as SM
-
-try:
- import bb
-except ImportError:
- class my_log():
- def __init__(self):
- pass
- def plain(self, msg):
- if msg:
- print(msg)
- def warn(self, msg):
- if msg:
- print("WARNING: " + msg)
- def fatal(self, msg):
- if msg:
- print("FATAL:" + msg)
- sys.exit(1)
- bb = my_log()
-
-
-def determine_if_poky_env():
- """
- used to determine if we are inside the poky env or not. Usefull for remote machine where poky is not present
- """
- check_env = True if ("/scripts" and "/bitbake/bin") in os.getenv("PATH") else False
- return check_env
-
-
-def get_dest_folder(tune_features, folder_list):
- """
- Function to determine what rpm deploy dir to choose for a given architecture based on TUNE_FEATURES
- """
- features_list = tune_features.split(" ")
- features_list.reverse()
- features_list = "_".join(features_list)
- match_rate = 0
- best_match = None
- for folder in folder_list:
- curr_match_rate = SM(None, folder, features_list).ratio()
- if curr_match_rate > match_rate:
- match_rate = curr_match_rate
- best_match = folder
- return best_match
-
-
-def process_binaries(d, params):
- param_list = params
- export_env = d.getVar("TEST_EXPORT_ONLY")
-
- def extract_binary(pth_to_pkg, dest_pth=None):
- cpio_command = runCmd("which cpio")
- rpm2cpio_command = runCmd("ls /usr/bin/rpm2cpio")
- if (cpio_command.status != 0) and (rpm2cpio_command.status != 0):
- bb.fatal("Either \"rpm2cpio\" or \"cpio\" tools are not available on your system."
- "All binaries extraction processes will not be available, crashing all related tests."
- "Please install them according to your OS recommendations") # will exit here
- if dest_pth:
- os.chdir(dest_pth)
- else:
- os.chdir("%s" % os.sep)# this is for native package
- extract_bin_command = runCmd("%s %s | %s -idm" % (rpm2cpio_command.output, pth_to_pkg, cpio_command.output)) # semi-hardcoded because of a bug on poky's rpm2cpio
- return extract_bin_command
-
- if determine_if_poky_env(): # machine with poky environment
- exportpath = d.getVar("TEST_EXPORT_DIR") if export_env else d.getVar("DEPLOY_DIR")
- rpm_deploy_dir = d.getVar("DEPLOY_DIR_RPM")
- arch = get_dest_folder(d.getVar("TUNE_FEATURES"), os.listdir(rpm_deploy_dir))
- arch_rpm_dir = os.path.join(rpm_deploy_dir, arch)
- extracted_bin_dir = os.path.join(exportpath,"binaries", arch, "extracted_binaries")
- packaged_bin_dir = os.path.join(exportpath,"binaries", arch, "packaged_binaries")
- # creating necessary directory structure in case testing is done in poky env.
- if export_env == "0":
- if not os.path.exists(extracted_bin_dir): bb.utils.mkdirhier(extracted_bin_dir)
- if not os.path.exists(packaged_bin_dir): bb.utils.mkdirhier(packaged_bin_dir)
-
- if param_list[3] == "native":
- if export_env == "1": #this is a native package and we only need to copy it. no need for extraction
- native_rpm_dir = os.path.join(rpm_deploy_dir, get_dest_folder("{} nativesdk".format(d.getVar("BUILD_SYS")), os.listdir(rpm_deploy_dir)))
- native_rpm_file_list = [item for item in os.listdir(native_rpm_dir) if re.search("nativesdk-" + param_list[0] + "-([0-9]+\.*)", item)]
- if not native_rpm_file_list:
- bb.warn("Couldn't find any version of {} native package. Related tests will most probably fail.".format(param_list[0]))
- return ""
- for item in native_rpm_file_list:# will copy all versions of package. Used version will be selected on remote machine
- bb.plain("Copying native package file: %s" % item)
- sh.copy(os.path.join(rpm_deploy_dir, native_rpm_dir, item), os.path.join(d.getVar("TEST_EXPORT_DIR"), "binaries", "native"))
- else: # nothing to do here; running tests under bitbake, so we asume native binaries are in sysroots dir.
- if param_list[1] or param_list[4]:
- bb.warn("Native binary %s %s%s. Running tests under bitbake environment. Version can't be checked except when the test itself does it"
- " and binary can't be removed."%(param_list[0],"has assigned ver. " + param_list[1] if param_list[1] else "",
- ", is marked for removal" if param_list[4] else ""))
- else:# the package is target aka DUT intended and it is either required to be delivered in an extracted form or in a packaged version
- target_rpm_file_list = [item for item in os.listdir(arch_rpm_dir) if re.search(param_list[0] + "-([0-9]+\.*)", item)]
- if not target_rpm_file_list:
- bb.warn("Couldn't find any version of target package %s. Please ensure it was built. "
- "Related tests will probably fail." % param_list[0])
- return ""
- if param_list[2] == "rpm": # binary should be deployed as rpm; (other, .deb, .ipk? ; in the near future)
- for item in target_rpm_file_list: # copying all related rpm packages. "Intuition" reasons, someone may need other versions too. Deciding later on version
- bb.plain("Copying target specific packaged file: %s" % item)
- sh.copy(os.path.join(arch_rpm_dir, item), packaged_bin_dir)
- return "copied"
- else: # it is required to extract the binary
- if param_list[1]: # the package is versioned
- for item in target_rpm_file_list:
- if re.match(".*-{}-.*\.rpm".format(param_list[1]), item):
- destination = os.path.join(extracted_bin_dir,param_list[0], param_list[1])
- bb.utils.mkdirhier(destination)
- extract_binary(os.path.join(arch_rpm_dir, item), destination)
- break
- else:
- bb.warn("Couldn't find the desired version %s for target binary %s. Related test cases will probably fail." % (param_list[1], param_list[0]))
- return ""
- return "extracted"
- else: # no version provided, just extract one binary
- destination = os.path.join(extracted_bin_dir,param_list[0],
- re.search(".*-([0-9]+\.[0-9]+)-.*rpm", target_rpm_file_list[0]).group(1))
- bb.utils.mkdirhier(destination)
- extract_binary(os.path.join(arch_rpm_dir, target_rpm_file_list[0]), destination)
- return "extracted"
- else: # remote machine
- binaries_path = os.getenv("bin_dir")# in order to know where the binaries are, bin_dir is set as env. variable
- if param_list[3] == "native": #need to extract the native pkg here
- native_rpm_dir = os.path.join(binaries_path, "native")
- native_rpm_file_list = os.listdir(native_rpm_dir)
- for item in native_rpm_file_list:
- if param_list[1] and re.match("nativesdk-{}-{}-.*\.rpm".format(param_list[0], param_list[1]), item): # native package has version
- extract_binary(os.path.join(native_rpm_dir, item))
- break
- else:# just copy any related native binary
- found_version = re.match("nativesdk-{}-([0-9]+\.[0-9]+)-".format(param_list[0]), item).group(1)
- if found_version:
- extract_binary(os.path.join(native_rpm_dir, item))
- else:
- bb.warn("Couldn't find native package %s%s. Related test cases will be influenced." %
- (param_list[0], " with version " + param_list[1] if param_list[1] else ""))
- return
-
- else: # this is for target device
- if param_list[2] == "rpm":
- return "No need to extract, this is an .rpm file"
- arch = get_dest_folder(d.getVar("TUNE_FEATURES"), os.listdir(binaries_path))
- extracted_bin_path = os.path.join(binaries_path, arch, "extracted_binaries")
- extracted_bin_list = [item for item in os.listdir(extracted_bin_path)]
- packaged_bin_path = os.path.join(binaries_path, arch, "packaged_binaries")
- packaged_bin_file_list = os.listdir(packaged_bin_path)
- # see if the package is already in the extracted ones; maybe it was deployed when exported the env.
- if os.path.exists(os.path.join(extracted_bin_path, param_list[0], param_list[1] if param_list[1] else "")):
- return "binary %s is already extracted" % param_list[0]
- else: # we need to search for it in the packaged binaries directory. It may have been shipped after export
- for item in packaged_bin_file_list:
- if param_list[1]:
- if re.match("%s-%s.*rpm" % (param_list[0], param_list[1]), item): # package with version
- if not os.path.exists(os.path.join(extracted_bin_path, param_list[0],param_list[1])):
- os.makedirs(os.path.join(extracted_bin_path, param_list[0], param_list[1]))
- extract_binary(os.path.join(packaged_bin_path, item), os.path.join(extracted_bin_path, param_list[0],param_list[1]))
- bb.plain("Using {} for {}".format(os.path.join(packaged_bin_path, item), param_list[0]))
- break
- else:
- if re.match("%s-.*rpm" % param_list[0], item):
- found_version = re.match(".*-([0-9]+\.[0-9]+)-", item).group(1)
- if not os.path.exists(os.path.join(extracted_bin_path, param_list[0], found_version)):
- os.makedirs(os.path.join(extracted_bin_path, param_list[0], found_version))
- bb.plain("Used ver. %s for %s" % (found_version, param_list[0]))
- extract_binary(os.path.join(packaged_bin_path, item), os.path.join(extracted_bin_path, param_list[0], found_version))
- break
- else:
- bb.warn("Couldn't find target package %s%s. Please ensure it is available "
- "in either of these directories: extracted_binaries or packaged_binaries. "
- "Related tests will probably fail." % (param_list[0], " with version " + param_list[1] if param_list[1] else ""))
- return
- return "Binary %s extracted successfully." % param_list[0]
-
-
-def files_to_copy(base_dir):
- """
- Produces a list of files relative to the base dir path sent as param
- :return: the list of relative path files
- """
- files_list = []
- dir_list = [base_dir]
- count = 1
- dir_count = 1
- while (dir_count == 1 or dir_count != count):
- count = dir_count
- for dir in dir_list:
- for item in os.listdir(dir):
- if os.path.isdir(os.path.join(dir, item)) and os.path.join(dir, item) not in dir_list:
- dir_list.append(os.path.join(dir, item))
- dir_count = len(dir_list)
- elif os.path.join(dir, item) not in files_list and os.path.isfile(os.path.join(dir, item)):
- files_list.append(os.path.join(dir, item))
- return files_list
-
-
-def send_bin_to_DUT(d,params):
- from oeqa.oetest import oeRuntimeTest
- param_list = params
- cleanup_list = list()
- bins_dir = os.path.join(d.getVar("TEST_EXPORT_DIR"), "binaries") if determine_if_poky_env() \
- else os.getenv("bin_dir")
- arch = get_dest_folder(d.getVar("TUNE_FEATURES"), os.listdir(bins_dir))
- arch_rpms_dir = os.path.join(bins_dir, arch, "packaged_binaries")
- extracted_bin_dir = os.path.join(bins_dir, arch, "extracted_binaries", param_list[0])
-
- def send_extracted_binary():
- bin_local_dir = os.path.join(extracted_bin_dir, param_list[1] if param_list[1] else os.listdir(extracted_bin_dir)[0])
- for item in files_to_copy(bin_local_dir):
- split_path = item.split(bin_local_dir)[1]
- path_on_DUT = split_path if split_path[0] is "/" else "/" + split_path # create the path as on DUT; eg. /usr/bin/bin_file
- (status, output) = oeRuntimeTest.tc.target.copy_to(item, path_on_DUT)
- if status != 0:
- bb.warn("Failed to copy %s binary file %s on the remote target: %s" %
- (param_list[0], "ver. " + param_list[1] if param_list[1] else "", d.getVar("MACHINE")))
- return
- if param_list[4] == "rm":
- cleanup_list.append(path_on_DUT)
- return cleanup_list
-
- def send_rpm(remote_path): # if it is not required to have an extracted binary, but to send an .rpm file
- rpm_to_send = ""
- for item in os.listdir(arch_rpms_dir):
- if param_list[1] and re.match("%s-%s-.*rpm"%(param_list[0], param_list[1]), item):
- rpm_to_send = item
- break
- elif re.match("%s-[0-9]+\.[0-9]+-.*rpm" % param_list[0], item):
- rpm_to_send = item
- break
- else:
- bb.warn("No rpm package found for %s %s in .rpm files dir %s. Skipping deployment." %
- (param_list[0], "ver. " + param_list[1] if param_list[1] else "", rpms_file_dir) )
- return
- (status, output) = oeRuntimeTest.tc.target.copy_to(os.path.join(arch_rpms_dir, rpm_to_send), remote_path)
- if status != 0:
- bb.warn("Failed to copy %s on the remote target: %s" %(param_list[0], d.getVar("MACHINE")))
- return
- if param_list[4] == "rm":
- cleanup_list.append(os.path.join(remote_path, rpm_to_send))
- return cleanup_list
-
- if param_list[2] == "rpm": # send an .rpm file
- return send_rpm("/home/root") # rpms will be sent on home dir of remote machine
- else:
- return send_extracted_binary()
-
-
-def rm_bin(removal_list): # need to know both if the binary is sent archived and the path where it is sent if archived
- from oeqa.oetest import oeRuntimeTest
- for item in removal_list:
- (status,output) = oeRuntimeTest.tc.target.run("rm " + item)
- if status != 0:
- bb.warn("Failed to remove: %s. Please ensure connection with the target device is up and running and "
- "you have the needed rights." % item)
-
OpenPOWER on IntegriCloud