From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7786158017 for ; Thu, 30 Sep 2021 17:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F11E0963; Thu, 30 Sep 2021 17:59:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F736E0963 for ; Thu, 30 Sep 2021 17:59:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32AA5342D4F for ; Thu, 30 Sep 2021 17:59:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D47BC107 for ; Thu, 30 Sep 2021 17:59:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633024642.1bf29e059b6a95f281c5ac9838133c811ccee41d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tempest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tempest/Manifest dev-python/tempest/metadata.xml dev-python/tempest/tempest-29.0.0.ebuild X-VCS-Directories: dev-python/tempest/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1bf29e059b6a95f281c5ac9838133c811ccee41d X-VCS-Branch: master Date: Thu, 30 Sep 2021 17:59:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f135fd83-5597-46d5-919c-d457dfb7f62c X-Archives-Hash: 999054739d40788e5886f2d2f84b75a3 commit: 1bf29e059b6a95f281c5ac9838133c811ccee41d Author: Arthur Zamarin gentoo org> AuthorDate: Tue Aug 31 16:27:00 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 30 17:57:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf29e05 dev-python/tempest: initial import Very much used testing usage facility for various openstack modules. Test suite is broken for now in out venv conditions. Anyone who manages to fix it - I will thank him. Signed-off-by: Arthur Zamarin gentoo.org> dev-python/tempest/Manifest | 1 + dev-python/tempest/metadata.xml | 13 ++++++++ dev-python/tempest/tempest-29.0.0.ebuild | 55 ++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+) diff --git a/dev-python/tempest/Manifest b/dev-python/tempest/Manifest new file mode 100644 index 00000000000..032f2b8a873 --- /dev/null +++ b/dev-python/tempest/Manifest @@ -0,0 +1 @@ +DIST tempest-29.0.0.tar.gz 1090497 BLAKE2B 520e9de1fc326d9a64d7ab5e93887f3bd455d9c47d29e0774bfb362b1baff6c1dd13fc6df2c756f0e73dd2b33ecb02ea61abdca9ea1ae68474ba53271c6c9e93 SHA512 03049d6cf0e77bac1afafad88b5b0fd22abaa40ed24ffd2c0c989dbadf277c09d703f0d9f7b34f4f68a4b5858b061ea9586ef66e26749b0822af0e426d1b81a7 diff --git a/dev-python/tempest/metadata.xml b/dev-python/tempest/metadata.xml new file mode 100644 index 00000000000..bbcebc29460 --- /dev/null +++ b/dev-python/tempest/metadata.xml @@ -0,0 +1,13 @@ + + + + + arthurzam@gentoo.org + Arthur Zamarin + + + + tempest + openstack/tempest + + diff --git a/dev-python/tempest/tempest-29.0.0.ebuild b/dev-python/tempest/tempest-29.0.0.ebuild new file mode 100644 index 00000000000..d38e44c8e74 --- /dev/null +++ b/dev-python/tempest/tempest-29.0.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) +inherit distutils-r1 + +DESCRIPTION="OpenStack Integration Testing" +HOMEPAGE="https://pypi.org/project/tempest/ https://docs.openstack.org/tempest/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] + >dev-python/cliff-2.9.0[${PYTHON_USEDEP}] + >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] + >=dev-python/paramiko-2.7.0[${PYTHON_USEDEP}] + >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}] + >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}] + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}] + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] + >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] +" +BDEPEND=" + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] + test? ( + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] + dev-python/stestr[${PYTHON_USEDEP}] + ) +" + +# A lot of fails and error of InvalidCredentials +# The test suite expects full venv based on tox +# Please test the package using manual tox run +RESTRICT="test" + +distutils_enable_tests unittest + +python_test() { + distutils_install_for_testing --via-venv + local -x OS_LOG_CAPTURE=1 OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=160 + eunittest -b +}