-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a debian folder to build avocado-framework as python3-avocado package on Debian/Ubuntu. Co-authored-by: Arif Ali <[email protected]> Signed-off-by: David Negreira <[email protected]> Signed-off-by: Arif Ali <[email protected]>
- Loading branch information
Showing
11 changed files
with
228 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
python3-avocado (107.0-1) unstable; urgency=medium | ||
|
||
* Initial release. | ||
|
||
-- David Negreira <[email protected]> Thu, 18 Apr 2024 12:53:10 +0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Source: python3-avocado | ||
Section: python | ||
Priority: optional | ||
Maintainer: David Negreira <[email protected]> | ||
Uploaders: Arif Ali <[email protected]> | ||
Homepage: https://github.com/avocado-framework/avocado | ||
Build-Depends: | ||
debhelper-compat (=13), | ||
dh-python, | ||
python3-all, | ||
python3-setuptools, | ||
python3-pip, | ||
python3-dev, | ||
python3-sphinx, | ||
python3-sphinx-rtd-theme, | ||
Standards-Version: 4.6.2 | ||
Rules-Requires-Root: no | ||
|
||
Package: python3-avocado | ||
Architecture: all | ||
Depends: ${misc:Depends}, ${python3:Depends} | ||
Description: Avocado is a set of tools and libraries to help with automated testing. | ||
One can call it a test framework with benefits. | ||
Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: Avocado Framework | ||
Source: https://avocado-framework.github.io/ | ||
|
||
Files: * | ||
Copyright: (C) 2013-2024 Red Hat Inc. | ||
License: GPL-2+ | ||
|
||
Files: avocado/core/main.py | ||
avocado/core/settings.py | ||
avocado/core/sysinfo.py | ||
avocado/core/test.py | ||
avocado/libexec/avocado-bash-utils | ||
avocado/utils/diff_validator.py | ||
avocado/utils/download.py | ||
avocado/utils/file_utils.py | ||
avocado/utils/genio.py | ||
contrib/scripts/avocado-bisect.sh | ||
contrib/scripts/avocado-check-pr.sh | ||
contrib/scripts/avocado-fetch-eggs.py | ||
contrib/scripts/avocado-get-job-results-dir.py | ||
contrib/scripts/avocado-safeloader-find-avocado-instrumented | ||
contrib/scripts/avocado-safeloader-find-python-unittest | ||
contrib/scripts/find-python-unittest | ||
contrib/testsuites/run-kvm-unit-test.sh | ||
scripts/avocado-run-testplan | ||
scripts/external_runner.py | ||
selftests/run_coverage | ||
Copyright: (C) 2013-2017, 2021 Red Hat Inc. | ||
License: GPL-2 | ||
|
||
Files: avocado/core/tapparser.py | ||
Copyright: (C) 2019, 2021-2022 Red Hat Inc. | ||
License: Expat | ||
|
||
Files: debian/* | ||
Copyright: 2024 David Negreira <[email protected]> | ||
License: GPL-2+ | ||
|
||
Files: avocado/utils/service.py | ||
Copyright: (C) 2013 Intel Corporation. | ||
License: GPL-2 | ||
|
||
Files: optional_plugins/html/avocado_result_html/templates/bootstrap.min.css | ||
optional_plugins/html/avocado_result_html/templates/bootstrap.min.css | ||
optional_plugins/html/avocado_result_html/templates/bootstrap.min.js | ||
Copyright: (C) 2011-2016 Twitter, Inc. | ||
License: Expat | ||
|
||
Files: selftests/.data/jenkins-junit.xsd | ||
Copyright: (C) 2010 Thales Corporate Services SAS | ||
License: Expat | ||
|
||
Files: avocado/utils/external/spark.py | ||
Copyright: (C) 1998-2002 John Aycock | ||
License: Expat | ||
|
||
Files: selftests/unit/utils/service.py | ||
Copyright: (C) 2013 Intel Corporation | ||
License: GPL-2 | ||
|
||
Files: optional_plugins/result_upload/avocado_result_upload/result_upload.py | ||
Copyright: Virtuozzo Inc. 2017 | ||
License: GPL-2+ | ||
|
||
Files: avocado/core/tree.py | ||
Copyright: (C) 2014 Red Hat Inc. | ||
(C) 2009 Jaime Huerta-Cepas <[email protected]> | ||
License: GPL-2+ | ||
|
||
Files: avocado/utils/dmesg.py | ||
avocado/utils/softwareraid.py | ||
avocado/utils/pmem.py | ||
avocado/utils/multipath.py | ||
avocado/utils/disk.py | ||
avocado/utils/nvme.py | ||
avocado/utils/pci.py | ||
avocado/utils/linux_modules.py | ||
Copyright: (C) 2016, 2018-2020, 2022 IBM | ||
License: GPL-2+ | ||
|
||
Files: avocado/utils/lv_utils.py | ||
Copyright: (C) IBM 2016 - Harish <[email protected]> | ||
(C) Red Hat 2016 - Lukas Doktor <[email protected]> | ||
(C) Intra2net AG 2018 - Plamen Dimitrov <[email protected]> | ||
License: GPL-2 | ||
|
||
Files: avocado/utils/linux.py | ||
avocado/utils/network/interfaces.py | ||
avocado/utils/software_manager/inspector.py | ||
avocado/utils/software_manager/main.py | ||
avocado/utils/software_manager/backends/base.py | ||
Copyright: (C) IBM, 2008-2009, 2019-2020 | ||
(C) Red Hat Inc. 2009-2014, 2019-2020 | ||
License: GPL-2+ | ||
|
||
Files: avocado/utils/external/gdbmi_parser.py | ||
Copyright: (C) 2008 Michael Eddington | ||
License: Expat | ||
|
||
Files: avocado/utils/partition.py | ||
Copyright: (C) IBM 2016 | ||
(C) Red Hat Inc. 2016 | ||
(C) Google 2006-2008 | ||
License: GPL-2+ | ||
|
||
License: Expat | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so | ||
|
||
License: GPL | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; version 1. | ||
. | ||
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., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
|
||
License: GPL-2+ | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or (at | ||
your option) any later version. | ||
. | ||
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 St, Fifth Floor, Boston, MA 02110-1301, | ||
USA. | ||
|
||
License: GPL-2 | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU General Public License | ||
as published by the Free Software Foundation; version 2. | ||
. | ||
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 St, Fifth Floor, Boston, MA 02110-1301, | ||
USA. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
man/avocado.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/usr/bin/make -f | ||
DH_VERBOSE = 1 | ||
export PYBUILD_NAME = avocado-107 | ||
export PYBUILD_INSTALL_ARGS=--install-layout=deb | ||
|
||
override_dh_auto_test: | ||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) | ||
mkdir -p /build/etc/avocado/ | ||
mkdir -p /build/avocado/data/job-results | ||
mkdir -p /build/avocado/data/cache | ||
cp examples/config/avocado-tests.conf /build/etc/avocado/avocado.conf | ||
VIRTUAL_ENV="/build/" python3 setup.py test --select=unit | ||
endif | ||
|
||
override_dh_installman: | ||
python3 setup.py man | ||
dh_installman | ||
|
||
%: | ||
dh $@ --with python3 --buildsystem=pybuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
python3-avocado source: source-package-encodes-python-version | ||
python3-avocado source: debian-watch-does-not-check-openpgp-signature [debian/watch] | ||
python3-avocado source: source-is-missing [optional_plugins/html/avocado_result_html/templates/bootstrap.min.js] | ||
python3-avocado source: source-is-missing [optional_plugins/html/avocado_result_html/templates/datatables.min.js] | ||
python3-avocado source: source-is-missing [optional_plugins/html/avocado_result_html/templates/jquery.min.js] | ||
python3-avocado source: source-contains-prebuilt-javascript-object * | ||
python3-avocado source: very-long-line-length-in-source-file * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bug-Database: https://github.com/avocado-framework/avocado/issues | ||
Bug-Submit: https://github.com/avocado-framework/avocado/issues/new | ||
Documentation: https://avocado-framework.github.io/ | ||
Repository: https://github.com/avocado-framework/avocado.git | ||
Repository-Browse: https://github.com/avocado-framework/avocado |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
version=4 | ||
https://github.com/avocado-framework/avocado/tags .*/v?(\d.*)@ARCHIVE_EXT@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[datadir.paths] | ||
base_dir = /build/avocado/data | ||
logs_dir = /build/avocado/data/job-results | ||
cache_dirs = ['/build/avocado/data/cache'] |