Blame modularity-testing-framework.spec

43e2ab0
%global framework_name moduleframework
43e2ab0
43e2ab0
Name:           modularity-testing-framework
e03ee12
Version:        0.5.1
43e2ab0
Release:        1%{?dist}
43e2ab0
Summary:        Framework for writing tests for modules and containers
43e2ab0
43e2ab0
License:        GPLv2+
43e2ab0
URL:            https://pagure.io/modularity-testing-framework
43e2ab0
Source0:        http://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz
43e2ab0
BuildArch:      noarch
43e2ab0
43e2ab0
BuildRequires:  python2-devel
e03ee12
BuildRequires:  python2-setuptools
43e2ab0
Requires:       python2-avocado
2374558
Requires:       python2-avocado-plugins-output-html
2374558
Requires:       python-netifaces
43e2ab0
Requires:       docker
e03ee12
Requires:       python2-dockerfile-parse
43e2ab0
43e2ab0
%description
e03ee12
%{summary}.
43e2ab0
43e2ab0
%prep
e03ee12
%autosetup
43e2ab0
# Remove bundled egg-info
43e2ab0
rm -rf %{name}.egg-info
43e2ab0
43e2ab0
%build
e03ee12
%py2_build
43e2ab0
43e2ab0
%install
e03ee12
%py2_install
e03ee12
install -d -p -m 755 %{buildroot}%{_datadir}/%{framework_name}
43e2ab0
chmod a+x %{buildroot}%{python_sitelib}/%{framework_name}/{module_framework,generator,bashhelper,setup}.py
43e2ab0
43e2ab0
%files
43e2ab0
%license LICENSE
43e2ab0
%{_bindir}/moduleframework-cmd
43e2ab0
%{_bindir}/modulelint
e03ee12
%{_bindir}/mtf-generator
43e2ab0
%{_bindir}/generator
e03ee12
%{python2_sitelib}/moduleframework/
e03ee12
%{python2_sitelib}/modularity_testing_framework-*.egg-info/
e03ee12
%{_datadir}/moduleframework/
43e2ab0
43e2ab0
%changelog
e03ee12
* Fri Jun 16 2017 Petr Hracek <phracek@redhat.com> - 0.5.1-1
e03ee12
- New upstream release (#1462096)
e03ee12
e03ee12
* Mon Jun 12 2017 Jan Scotka <jscotka@redhat.com> 0.4.61-1
e03ee12
- Add upstream check_modulemd (phracek@redhat.com)
e03ee12
- added doc strings (jscotka@redhat.com)
e03ee12
- added functions to get architectures (jscotka@redhat.com)
e03ee12
e03ee12
* Fri Jun 09 2017 Jan Scotka <jscotka@redhat.com> 0.4.60-1
e03ee12
- added dockerfile to None in case path does not exist (jscotka@redhat.com)
e03ee12
e03ee12
* Fri Jun 09 2017 Petr "Stone" Hracek <phracek@redhat.com> 0.4.59-1
e03ee12
- Use version directly in setup.py and SPEC file in main dir.
e03ee12
  (phracek@redhat.com)
e03ee12
e03ee12
* Fri Jun 09 2017 Petr "Stone" Hracek <phracek@redhat.com> 0.4.58-1
e03ee12
- fix Dockerlint tests and using AvocadoTest class directly
e03ee12
e03ee12
* Wed Jun 07 2017 Jan Scotka <jscotka@redhat.com> 0.4.56-1
e03ee12
- Add dependency into python2-dockerfile-parse (phracek@redhat.com)
e03ee12
e03ee12
* Tue Jun 06 2017 Jan Scotka <jscotka@redhat.com> 0.4.55-1
e03ee12
 - code cleanup
e03ee12
 - added check_modulemd as submodule
e03ee12
 - exceptions improvement
e03ee12
e03ee12
* Mon May 29 2017 Jan Scotka <jscotka@redhat.com> 0.4.39-1
e03ee12
- adapted to new avocado self.cancel() instead of using internal exception for skipping tests on the fly
e03ee12
- imporved links to composes in testing module. No modules builds in koji.
e03ee12
e03ee12
* Fri May 26 2017 Jan Scotka <jscotka@redhat.com> 0.4.36-1
e03ee12
- removed appearance of change log inside (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 25 2017 Jan Scotka <jscotka@redhat.com> 0.4.34-1
e03ee12
- removed setup.py symlink (jscotka@redhat.com)
e03ee12
e03ee12
* Wed May 24 2017 Jan Scotka <jscotka@redhat.com> 0.4.33-1
e03ee12
- try this vice versa removed symlinked specfile and added symlink to setup.py
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Wed May 24 2017 Jan Scotka <jscotka@redhat.com> 0.4.30-1
e03ee12
- rename 'generator' script to 'mtf-generator' (nils@redhat.com)
e03ee12
e03ee12
* Fri May 19 2017 Jan Scotka <jscotka@redhat.com> 0.4.28-1
e03ee12
- changes with specfile (jscotka@redhat.com)
e03ee12
e03ee12
* Fri May 19 2017 Jan Scotka <jscotka@redhat.com> 0.4.27-1
e03ee12
- disabled test for package signing (jscotka@redhat.com)
e03ee12
- Moving SPEC to specific distro directory (phracek@redhat.com)
e03ee12
e03ee12
* Thu May 18 2017 Petr Hracek <phracek@redhat.com> - 0.4.26-1
e03ee12
- Calulcate correct path to SPEC file
e03ee12
e03ee12
* Thu May 18 2017 Petr "Stone" Hracek <phracek@redhat.com> 0.4.25-2
e03ee12
- Calculate correct path to SPEC file (phracek@redhat.com)
e03ee12
e03ee12
* Thu May 18 2017 Petr Hracek <phracek@redhat.com> - 0.4.25-2
e03ee12
- Calulcate correct path to SPEC file
e03ee12
e03ee12
* Wed May 17 2017 Jan Scotka <jscotka@redhat.com> 0.4.24-1
e03ee12
- added new version of module lint, it is now directory, so that repaired in
e03ee12
  common tests (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 16 2017 Jan Scotka <jscotka@redhat.com> 0.4.23-1
e03ee12
- do not remove base packages (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 16 2017 Jan Scotka <jscotka@redhat.com> 0.4.22-1
e03ee12
- modulelint tests in subdirectory and some improvements (jscotka@redhat.com)
e03ee12
- packaging: trivial fixes (ignatenkobrain@fedoraproject.org)
e03ee12
e03ee12
* Fri May 12 2017 Jan Scotka <jscotka@redhat.com> 0.4.21-1
e03ee12
- fix typo in test dependencies section (nils@redhat.com)
e03ee12
e03ee12
* Fri May 12 2017 Jan Scotka <jscotka@redhat.com> 0.4.20-1
e03ee12
- version read from specfile, test if it will work well (jscotka@redhat.com)
e03ee12
e03ee12
* Fri May 12 2017 Jan Scotka <jscotka@redhat.com> 0.4.19-1
e03ee12
- added longer delay and number of attempts for koji, seems that koji is
e03ee12
  somethimes broken for longer time (jscotka@redhat.com)
e03ee12
e03ee12
* Fri May 12 2017 Jan Scotka <jscotka@redhat.com> 0.4.18-1
e03ee12
- added longer delay and number of attempts for koji, seems that koji is
e03ee12
  somethimes broken for longer time (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 11 2017 Jan Scotka <jscotka@redhat.com> 0.4.17-1
e03ee12
- improved makefiles and vagrant (jscotka@redhat.com)
e03ee12
- added new lines to doc strings (jscotka@redhat.com)
e03ee12
- added blank line to doc scrings (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 11 2017 Jan Scotka <jscotka@redhat.com> 0.4.16-1
e03ee12
- repaired one mistake caused by removing avocado from common library
e03ee12
  (jscotka@redhat.com)
e03ee12
- repaired one mistake caused by removing avocado from common library
e03ee12
  (jscotka@redhat.com)
e03ee12
- added link to read the docs documentation (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 11 2017 Jan Scotka <jscotka@redhat.com> 0.4.15-1
e03ee12
- added link to read the docs documentation (jscotka@redhat.com)
e03ee12
- removed dnf search via dnf command, beter to ask path directly
e03ee12
  (jscotka@redhat.com)
e03ee12
- added dependencies to setup.py file (jscotka@redhat.com)
e03ee12
- try to be more prepared for virt-env (jscotka@redhat.com)
e03ee12
- delete html folder in make clean (phracek@redhat.com)
e03ee12
- Several documentation updates (phracek@redhat.com)
e03ee12
- Remove obsolete documentation (phracek@redhat.com)
e03ee12
e03ee12
* Tue May 09 2017 Jan Scotka <jscotka@redhat.com> 0.4.14-1
e03ee12
- external setup and teardown moved to begin or end of module init/clean
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 09 2017 Jan Scotka <jscotka@redhat.com> 0.4.13-1
e03ee12
- added args and kwargs to init because baseruntime uses that -> it caused
e03ee12
  troubles when inherited with __init__method (jscotka@redhat.com)
e03ee12
- typo introduced inside formatting (jscotka@redhat.com)
e03ee12
- removed retry block and try to use direct wait (jscotka@redhat.com)
e03ee12
- improved multihoste test to use created function instead of calling it
e03ee12
  directly (jscotka@redhat.com)
e03ee12
- improved multihoste test to use created function instead of calling it
e03ee12
  directly (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 09 2017 Jan Scotka <jscotka@redhat.com> 0.4.12-1
e03ee12
- solved issue with shell tests (jscotka@redhat.com)
e03ee12
- added longer timeout for retry, try to solve issue with shell tests
e03ee12
  (jscotka@redhat.com)
e03ee12
- try to remove outside retry (jscotka@redhat.com)
e03ee12
e03ee12
* Mon May 08 2017 Jan Scotka <jscotka@redhat.com> 0.4.11-1
e03ee12
- bumped version (jscotka@redhat.com)
e03ee12
- disables sh test (jscotka@redhat.com)
e03ee12
e03ee12
* Mon May 08 2017 Jan Scotka <jscotka@redhat.com> 0.4.10-1
e03ee12
- disabled microdnf test to see ci for framework passing (jscotka@redhat.com)
e03ee12
e03ee12
* Mon May 08 2017 Jan Scotka <jscotka@redhat.com> 0.4.9-1
e03ee12
- imporved test module, removed bash test because it needs deeper inspection
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Mon May 08 2017 Jan Scotka <jscotka@redhat.com> 0.4.8-1
e03ee12
- bumped version (jscotka@redhat.com)
e03ee12
- cleaner solution to set repos and what to install instead for rewriting class
e03ee12
  values (jscotka@redhat.com)
e03ee12
- solved issues with changing to use init of classes (there is 60s timeout in
e03ee12
  avocado) (jscotka@redhat.com)
e03ee12
- added debug options for shell command, there is some issue with running
e03ee12
  nspawn on background, TODO: needs inspect (jscotka@redhat.com)
e03ee12
- Several updates for documentation stuff. (phracek@redhat.com)
e03ee12
e03ee12
* Fri May 05 2017 Jan Scotka <jscotka@redhat.com> 0.4.7-1
e03ee12
- version increased (jscotka@redhat.com)
e03ee12
- added straight usage of bashhelper python lib it is in same directory
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Fri May 05 2017 Jan Scotka <jscotka@redhat.com> 0.4.6-1
e03ee12
- version increased (jscotka@redhat.com)
e03ee12
- allow use more picle file in bash helper to support more machines
e03ee12
  (jscotka@redhat.com)
e03ee12
- removed workaround characters around command to have better output
e03ee12
  (jscotka@redhat.com)
e03ee12
- mistake in bash helper (jscotka@redhat.com)
e03ee12
- imporved makefile for test module to check more possibilities
e03ee12
  (jscotka@redhat.com)
e03ee12
- small typo there (jscotka@redhat.com)
e03ee12
- skip in setup phase should be faster (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 04 2017 Jan Scotka <jscotka@redhat.com> 0.4.5-1
e03ee12
- added better handling of running machines in nspawn (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 04 2017 Jan Scotka <jscotka@redhat.com> 0.4.4-1
e03ee12
- repaired problem with dictionary change on the fly (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 04 2017 Jan Scotka <jscotka@redhat.com> 0.4.3-1
e03ee12
- typo (jscotka@redhat.com)
e03ee12
- version back (jscotka@redhat.com)
e03ee12
- removed unwanted symlink (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 04 2017 Jan Scotka <jscotka@redhat.com> 0.4.2-1
e03ee12
- bumped version (jscotka@redhat.com)
e03ee12
- added info for chroot path (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 04 2017 Jan Scotka <jscotka@redhat.com> 0.4.1-1
e03ee12
- small trouble inside multios test caused by using function get correct
e03ee12
  backend (jscotka@redhat.com)
e03ee12
- version increased (jscotka@redhat.com)
e03ee12
- added initsection for base class (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 04 2017 Jan Scotka <jscotka@redhat.com> 0.3.32-1
e03ee12
- added possibility to add more machines if you want, and play with them
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 04 2017 Jan Scotka <jscotka@redhat.com> 0.3.31-1
e03ee12
- after discussion with jkaluza added more retry (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 04 2017 Jan Scotka <jscotka@redhat.com> 0.3.30-1
e03ee12
- added better debugging to Retry (allow to output also original exception)
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Thu May 04 2017 Jan Scotka <jscotka@redhat.com> 0.3.29-1
e03ee12
- added possibility to retry PDC URL in case of no data (jscotka@redhat.com)
e03ee12
e03ee12
* Wed May 03 2017 Jan Scotka <jscotka@redhat.com> 0.3.28-1
e03ee12
- added better debugging in case container is not running (jscotka@redhat.com)
e03ee12
e03ee12
* Wed May 03 2017 Jan Scotka <jscotka@redhat.com> 0.3.27-1
e03ee12
- bumperd version (jscotka@redhat.com)
e03ee12
e03ee12
* Wed May 03 2017 Jan Scotka <jscotka@redhat.com> 0.3.26-1
e03ee12
- added symlink to docs directory, to enable pydoc (jscotka@redhat.com)
e03ee12
- Add documents for generation RTD (phracek@redhat.com)
e03ee12
e03ee12
* Wed May 03 2017 Jan Scotka <jscotka@redhat.com> 0.3.25-1
e03ee12
- version increased (jscotka@redhat.com)
e03ee12
- removed hardcoded dnf and microdnf commands and added possibility to use null
e03ee12
  moduleMD file (jscotka@redhat.com)
e03ee12
e03ee12
* Wed May 03 2017 Jan Scotka <jscotka@redhat.com> 0.3.24-1
e03ee12
- adde back filter active=true for PDC, it causes strange errors
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 02 2017 Jan Scotka <jscotka@redhat.com> 0.3.23-1
e03ee12
- bumped version (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 02 2017 Jan Scotka <jscotka@redhat.com> 0.3.21-1
e03ee12
- nspawn used inheride status/start/stop functions, it was bad, because it was
e03ee12
  on host not inside container (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 02 2017 Jan Scotka <jscotka@redhat.com> 0.3.20-1
e03ee12
- there is missing space (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 02 2017 Jan Scotka <jscotka@redhat.com> 0.3.19-1
e03ee12
- added more packages to io install based on baseruntime baseimage profile
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 02 2017 Jan Scotka <jscotka@redhat.com> 0.3.18-1
e03ee12
- small typo, it is not cmd but command (jscotka@redhat.com)
e03ee12
e03ee12
* Tue May 02 2017 Jan Scotka <jscotka@redhat.com> 0.3.17-1
e03ee12
- version increased (jscotka@redhat.com)
e03ee12
- added explicit wait after commands in nspawn (jscotka@redhat.com)
e03ee12
- added example how it can be used for multimachine testing in actual way
e03ee12
  (jscotka@redhat.com)
e03ee12
- added better koji handling in case of missing some packages because of issue
e03ee12
  in koji (jscotka@redhat.com)
e03ee12
- removed changing file inside copy test, it causes traceback on docker (bad
e03ee12
  selinux context probably) (jscotka@redhat.com)
e03ee12
e03ee12
* Sat Apr 29 2017 Jan Scotka <jscotka@redhat.com> 0.3.16-1
e03ee12
- removed exceptions and added if expressions (jscotka@redhat.com)
e03ee12
e03ee12
* Sat Apr 29 2017 Jan Scotka <jscotka@redhat.com> 0.3.15-1
e03ee12
- allow in setup cleanup, start stop etc section to let processes at background
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Sat Apr 29 2017 Jan Scotka <jscotka@redhat.com> 0.3.14-1
e03ee12
- fixed issue with duplicated shell cmd param (jscotka@redhat.com)
e03ee12
e03ee12
* Sat Apr 29 2017 Jan Scotka <jscotka@redhat.com> 0.3.13-1
e03ee12
- improved copy selftest (jscotka@redhat.com)
e03ee12
e03ee12
* Sat Apr 29 2017 Jan Scotka <jscotka@redhat.com> 0.3.12-1
e03ee12
- removed sleep caused big issue there, because it starts on background
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Sat Apr 29 2017 Jan Scotka <jscotka@redhat.com> 0.3.11-1
e03ee12
- added timeout library from cockpit project, improved debug output handling in
e03ee12
  pdc_data lib, changes in documentation, added debug option
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Fri Apr 28 2017 Jan Scotka <jscotka@redhat.com> 0.3.10-1
e03ee12
- repaired issue when avocado returns other code that 1 (jscotka@redhat.com)
e03ee12
e03ee12
* Fri Apr 28 2017 Jan Scotka <jscotka@redhat.com> 0.3.9-1
e03ee12
- moved back to version what do copy via machinectl (jscotka@redhat.com)
e03ee12
e03ee12
* Fri Apr 28 2017 Jan Scotka <jscotka@redhat.com> 0.3.8-1
e03ee12
- added dependency solver for modules (jscotka@redhat.com)
e03ee12
e03ee12
* Fri Apr 28 2017 Jan Scotka <jscotka@redhat.com> 0.3.7-1
e03ee12
- switching to proper commit version for test (jscotka@redhat.com)
e03ee12
e03ee12
* Fri Apr 28 2017 Jan Scotka <jscotka@redhat.com> 0.3.6-1
e03ee12
- fixing logic inside (jscotka@redhat.com)
e03ee12
- better logging inside code and divided some variables to common library
e03ee12
  (jscotka@redhat.com)
e03ee12
- list of repos in nspawn, to see how it is set (jscotka@redhat.com)
e03ee12
e03ee12
* Fri Apr 28 2017 Jan Scotka <jscotka@redhat.com> 0.3.5-1
e03ee12
- imporved package section, removed installation of all src pacakges, because
e03ee12
  it fails manytimes with comflict packages (jscotka@redhat.com)
e03ee12
e03ee12
* Thu Apr 27 2017 Jan Scotka <jscotka@redhat.com> 0.3.4-1
e03ee12
- added value to Makefile of testing module (jscotka@redhat.com)
e03ee12
e03ee12
* Thu Apr 27 2017 Jan Scotka <jscotka@redhat.com> 0.3.3-1
e03ee12
- missing brackets for functions. causing bad output (jscotka@redhat.com)
e03ee12
e03ee12
* Thu Apr 27 2017 Jan Scotka <jscotka@redhat.com> 0.3.2-1
e03ee12
- added documentation README, and config files repaired few smalled things
e03ee12
  called autopep8 (jscotka@redhat.com)
e03ee12
- rewritten part of documentation (jscotka@redhat.com)
e03ee12
e03ee12
* Thu Apr 27 2017 Jan Scotka <jscotka@redhat.com> 0.3.1-1
e03ee12
- added verbosity, it will be cleaner if you see output somehow
e03ee12
  (jscotka@redhat.com)
e03ee12
e03ee12
* Thu Apr 27 2017 Jan Scotka <jscotka@redhat.com> 0.2.47-1
e03ee12
- solved issue with stdout and stderr for nspawn (jscotka@redhat.com)
e03ee12
e03ee12
* Wed Apr 26 2017 Jan Scotka <jscotka@redhat.com> 0.2.46-1
e03ee12
- version increasion (jscotka@redhat.com)
e03ee12
- removed active=true it seems that somewthing changed (jscotka@redhat.com)
e03ee12
- remove docker-distribution package (phracek@redhat.com)
e03ee12
2374558
* Wed Apr 26 2017 Jan Scotka <jscotka@redhat.com> 0.2.45-1
2374558
- copytree needs nonexisting directory (jscotka@redhat.com)
2374558
2374558
* Wed Apr 26 2017 Jan Scotka <jscotka@redhat.com> 0.2.44-1
2374558
- pad source path (jscotka@redhat.com)
2374558
- pad source path (jscotka@redhat.com)
2374558
2374558
* Wed Apr 26 2017 Jan Scotka <jscotka@redhat.com> 0.2.43-1
2374558
- another issue with distro creation (jscotka@redhat.com)
2374558
2374558
* Wed Apr 26 2017 Jan Scotka <jscotka@redhat.com> 0.2.42-1
2374558
- dirs are mot created mkdirs function does not exist (jscotka@redhat.com)
2374558
2374558
* Wed Apr 26 2017 Jan Scotka <jscotka@redhat.com> 0.2.41-1
2374558
- small typo in code of installing packages (jscotka@redhat.com)
2374558
2374558
* Wed Apr 26 2017 Jan Scotka <jscotka@redhat.com> 0.2.40-1
2374558
- fixed (jscotka@redhat.com)
2374558
2374558
* Wed Apr 26 2017 Jan Scotka <jscotka@redhat.com> 0.2.39-1
2374558
- repaired more stuff, repaired nspawn repos handling (jscotka@redhat.com)
2374558
- add a way to skip SELinux disabling (ttomecek@redhat.com)
2374558
- fixing typos and wrong link (rpitonak@redhat.com)
2374558
2374558
* Tue Apr 25 2017 Jan Scotka <jscotka@redhat.com> 0.2.38-1
2374558
- fixed selftest of paths,  this test is bad in case running inside CIs
2374558
  (jscotka@redhat.com)
2374558
2374558
* Tue Apr 25 2017 Jan Scotka <jscotka@redhat.com> 0.2.37-1
2374558
- repaired selinux disablig, ignoring status in case you dont have selinux
2374558
  enable enabling repos inside module nspawn for dnf command
2374558
  (jscotka@redhat.com)
2374558
2374558
* Tue Apr 25 2017 Jan Scotka <jscotka@redhat.com> 0.2.36-1
2374558
- added job output to testing module directly to stdout to see progress
2374558
  (jscotka@redhat.com)
2374558
2374558
* Mon Apr 24 2017 Jan Scotka <jscotka@redhat.com> 0.2.35-1
2374558
- bump version (jscotka@redhat.com)
2374558
- not in directory where tests are, it is not good when there are another
2374558
  resources (jscotka@redhat.com)
2374558
2374558
* Mon Apr 24 2017 Jan Scotka <jscotka@redhat.com> 0.2.34-1
2374558
- small typo (jscotka@redhat.com)
2374558
2374558
* Mon Apr 24 2017 Jan Scotka <jscotka@redhat.com> 0.2.33-1
2374558
- added messages to stderr, to see progress. It causes troubles to taskotron if
2374558
  no output there (jscotka@redhat.com)
2374558
2374558
* Mon Apr 24 2017 Jan Scotka <jscotka@redhat.com> 0.2.32-1
2374558
- skip if package not aviable (jscotka@redhat.com)
2374558
2374558
* Mon Apr 24 2017 Jan Scotka <jscotka@redhat.com> 0.2.31-1
2374558
- download just x86_64 arch packages (jscotka@redhat.com)
2374558
2374558
* Mon Apr 24 2017 Jan Scotka <jscotka@redhat.com> 0.2.30-1
2374558
- removed doing repos although it already exists (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.28-1
2374558
- I've introduced mistake by this echo (jscotka@redhat.com)
2374558
- I've introduced mistake by this echo (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.27-1
2374558
- big mistake in generating repos (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.26-1
2374558
- all repositories will be generated locally (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.25-1
2374558
- added new libe before end, in case there is interactive command it causes no
2374558
  new line (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.24-1
2374558
- added dependency on python netifaces library (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.23-1
2374558
- solved issue with missin ip command, removed and replaced by pythonish style
2374558
  (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.22-1
2374558
- imporved copying of files to nspawn, using machinectl, added workaround for
2374558
  fedpkg https://phab.qa.fedoraproject.org/T944#13630 (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.21-1
2374558
- more baseruntime fixes (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.20-1
2374558
- version increased (jscotka@redhat.com)
2374558
- added resources for baseruntime, it is copy from theitrss project
2374558
  (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.18-1
2374558
- restricted it for nspawn for now (jscotka@redhat.com)
2374558
2374558
* Fri Apr 21 2017 Jan Scotka <jscotka@redhat.com> 0.2.17-1
2374558
- simplified run_them script and added better localrepo names, will then work
2374558
  with more local repos for various modules (jscotka@redhat.com)
2374558
- improved dnf handling inside, microdnf selftest is working well
2374558
  (jscotka@redhat.com)
2374558
2374558
* Thu Apr 20 2017 Jan Scotka <jscotka@redhat.com> 0.2.16-1
2374558
- added copying of repositories inside NSPAWN, to have them enabled for using
2374558
  by tests (baseruntime) (jscotka@redhat.com)
2374558
2374558
* Thu Apr 20 2017 Jan Scotka <jscotka@redhat.com> 0.2.15-1
2374558
- added copying of repositories inside NSPAWN, to have them enabled for using
2374558
  by tests (baseruntime) (jscotka@redhat.com)
2374558
2374558
* Thu Apr 20 2017 Jan Scotka <jscotka@redhat.com> 0.2.14-1
2374558
- improved for taskotron usecase (jscotka@redhat.com)
2374558
2374558
* Thu Apr 20 2017 Jan Scotka <jscotka@redhat.com> 0.2.13-1
2374558
- added changes to support baseruntime exit commands inside code
2374558
  (jscotka@redhat.com)
2374558
2374558
* Thu Apr 20 2017 Jan Scotka <jscotka@redhat.com> 0.2.11-1
2374558
- version and specfile imporved (jscotka@redhat.com)
2374558
2374558
* Thu Apr 20 2017 Jan Scotka <jscotka@redhat.com> 0.2.10-1
2374558
- new version (jscotka@redhat.com)
2374558
- new version (jscotka@redhat.com)
2374558
2374558
* Thu Apr 20 2017 Jan Scotka <jscotka@redhat.com> 0.2.8-1
2374558
- prepare for databases, add some common varibles what could be used for
2374558
  testing inside code and in configs (jscotka@redhat.com)
2374558
- called autopep8 to imporove style of code (jscotka@redhat.com)
2374558
- added changes to nspawn  helper, to workaround issues with retun codes and
2374558
  bad chars there (jscotka@redhat.com)
2374558
- Update documentation (phracek@redhat.com)
2374558
- removed upgrading avocado via pip, it cause fail (jscotka@redhat.com)
2374558
- small improvements (jscotka@redhat.com)
2374558
- after discussing with Bruno, there wwre wound issues in machinectl, so added
2374558
  workaround (jscotka@redhat.com)
2374558
- reworked part for fetching data.dependencies.requires (jscotka@redhat.com)
2374558
2374558
* Wed Apr 19 2017 Petr "Stone" Hracek <phracek@redhat.com> 0.2.7-1
2374558
- Bump release (phracek@redhat.com)
2374558
- typo (jscotka@redhat.com)
2374558
- added srippint to rpm commans because it contains bad character
2374558
  (jscotka@redhat.com)
2374558
- added possibility to use python format variables inside config and then it is
2374558
  translated by framework (jscotka@redhat.com)
2374558
- iproved docker skip (jscotka@redhat.com)
2374558
- removed process object. Unable to pickle, this commit does workaround what
2374558
  should be removed in future (jscotka@redhat.com)
2374558
- removed memcached specific things from test module (jscotka@redhat.com)
2374558
- removed memcached dependencies (jscotka@redhat.com)
2374558
- missing nspawn when using local reposiries (jscotka@redhat.com)
2374558
- added also enabling selinux in teardown, to return system to previous state
2374558
  (jscotka@redhat.com)
2374558
- added setenforce 0, because nspawn is failing on F-25 (jscotka@redhat.com)
2374558
- changes in testing module example, to actual koji link (jscotka@redhat.com)
2374558
- added new link to modulemd file of memcached (jscotka@redhat.com)
2374558
- added dependencies on another modules when installing (from PDC)
2374558
  (jscotka@redhat.com)
2374558
- removed passwd as dependency, not needed (jscotka@redhat.com)
2374558
- removed microdnf dep, because it is not installed now in container images or
2374558
  not in fedora25 (jscotka@redhat.com)
2374558
- added microdnf dependency (jscotka@redhat.com)
2374558
- added nspawn helper for rpm based module testing. (jscotka@redhat.com)
2374558
- removed localrepository if exist (jscotka@redhat.com)
2374558
- improved to properly return good RC for taskotron (jscotka@redhat.com)
2374558
- added return stat handling for taskotron (jscotka@redhat.com)
2374558
- removed sleep (jscotka@redhat.com)
2374558
- more changes (jscotka@redhat.com)
2374558
- there were typo in koji downloader (jscotka@redhat.com)
2374558
- added possibility to create local repository (jscotka@redhat.com)
2374558
- typo (jscotka@redhat.com)
2374558
- added possibility to list latest bits from PDC and little bit removed
2374558
  duplication of code (jscotka@redhat.com)
2374558
- added possibility to list latest bits from PDC and little bit removed
2374558
  duplication of code (jscotka@redhat.com)
2374558
2374558
* Tue Apr 11 2017 Petr "Stone" Hracek <phracek@redhat.com> 0.2.6-1
2374558
- Bump version (phracek@redhat.com)
2374558
- restructured compose info parser to be able to use them in framework
2374558
  (baseruntime RFE) (jscotka@redhat.com)
2374558
- restructured compose info parser to be able to use them in framework
2374558
  (baseruntime RFE) (jscotka@redhat.com)
2374558
- restructured compose info parser to be able to use them in framework
2374558
  (baseruntime RFE) (jscotka@redhat.com)
2374558
- added distro-sync + install command (jscotka@redhat.com)
2374558
- install test dependencies inside setup instead of loadconfig function
2374558
  (jscotka@redhat.com)
2374558
- moved initialization of name to init of docker class (jscotka@redhat.com)
2374558
- moved some part to init method of helper to be able use it also without
2374558
  direct using in tests (jscotka@redhat.com)
2374558
- typo in fedmsg parser (jscotka@redhat.com)
2374558
- added special parameter for taskotron (jscotka@redhat.com)
2374558
- imporved taskotron reader to be able use just name-stream-version
2374558
  (jscotka@redhat.com)
2374558
- bad example fedora message (jscotka@redhat.com)
2374558
- moved baseruntime to location to be same as a module name
2374558
  (jscotka@redhat.com)
2374558
- removed printing of module (jscotka@redhat.com)
2374558
- missing module type variable (jscotka@redhat.com)
2374558
- imporved run_them script to be able use also compose as input
2374558
  (jscotka@redhat.com)
2374558
- imporved run_them script to be able use also compose as input
2374558
  (jscotka@redhat.com)
2374558
- added compose handling library for modules (jscotka@redhat.com)
2374558
- added tool for parsing data from final compose (jscotka@redhat.com)
2374558
- added timeout before testing (jscotka@redhat.com)
2374558
- added timeout before testing (jscotka@redhat.com)
2374558
- missing tests subdir (jscotka@redhat.com)
2374558
- have to check also if link exists (jscotka@redhat.com)
2374558
- if missing profiles, use components:rpms packages to install
2374558
  (jscotka@redhat.com)
2374558
- improved simple test of testing module (jscotka@redhat.com)
2374558
- improved shell test to not fail (jscotka@redhat.com)
2374558
- improved shell test to not fail (jscotka@redhat.com)
2374558
- adapted PDC changes (jscotka@redhat.com)
2374558
- adapted PDC changes (jscotka@redhat.com)
2374558
- adapted PDC changes (jscotka@redhat.com)
2374558
- added minimal config for module linter in case config does not exist
2374558
  (jscotka@redhat.com)
2374558
- testing commit (jscotka@redhat.com)
2374558
- mistake in fedmsg reader path and removed installing itself
2374558
  (jscotka@redhat.com)
2374558
- repaired helper tool (jscotka@redhat.com)
2374558
- Typo in setup. Missing tools directory (phracek@redhat.com)
2374558
- repo repos typos (psklenar@redhat.com)
2374558
- removed old code (jscotka@redhat.com)
2374558
- removed old code (jscotka@redhat.com)
2374558
- Add directory tools (phracek@redhat.com)
2374558
- Remove obsolete file (phracek@redhat.com)
2374558
- Packaging changes (phracek@redhat.com)
2374558
- added another helper tool (jscotka@redhat.com)
2374558
- added another helper tool (jscotka@redhat.com)
2374558
- added calling avocado service manager instead of starting manually via
2374558
  command (jscotka@redhat.com)
2374558
- changed to 127.0.0.1 instead of localhost (jscotka@redhat.com)
2374558
- changes of haproxy (jscotka@redhat.com)
2374558
- more fixes of haproxy to be cleaner (jscotka@redhat.com)
2374558
- added some tweaks of haproxy tests (jscotka@redhat.com)
2374558
- added some tweaks of haproxy tests (jscotka@redhat.com)
2374558
- Bump version with the same as tito (phracek@redhat.com)
2374558
43e2ab0
* Wed Apr 05 2017 Petr "Stone" Hracek <phracek@redhat.com> 0.2.5-1
43e2ab0
- Fix Packaging Guidelines (phracek@redhat.com)
43e2ab0
- added memcached to dependencies (jscotka@redhat.com)
43e2ab0
- one bug causing that it is not testing proper things (jscotka@redhat.com)
43e2ab0
- sed typo (psklenar@redhat.com)
43e2ab0
- added small workaround for html plugin (jscotka@redhat.com)
43e2ab0
- added symlink to work with testmodule in upstream (jscotka@redhat.com)
43e2ab0
- introduced regression for shell tests (jscotka@redhat.com)
43e2ab0
- Bump version (phracek@redhat.com)
43e2ab0
43e2ab0
* Wed Apr 05 2017 Petr Hracek <phracek@redhat.com> 0.2.4-1
43e2ab0
- version increased (phracek@redhat.com)
43e2ab0
43e2ab0
* Fri Mar 31 2017 Jan Scotka <jscotka@redhat.com> 0.2.3-1
43e2ab0
- version increased (jscotka@redhat.com)
43e2ab0
43e2ab0
* Fri Mar 31 2017 Jan Scotka <jscotka@redhat.com> 0.2.2-1
43e2ab0
- improved specfile Source0 (jscotka@redhat.com)
43e2ab0
- added licenses to files, permissions repaired (jscotka@redhat.com)
43e2ab0
- Bum version (phracek@redhat.com)
43e2ab0
43e2ab0
* Fri Mar 31 2017 Jan Scotka <jscotka@redhat.com> 0.2.1-1
43e2ab0
- moved checking ENV variable to functions to allow override them
43e2ab0
  (jscotka@redhat.com)
43e2ab0
- added possibility to pass file via parameter, not just via stdin, could be
43e2ab0
  cleaner solution (jscotka@redhat.com)
43e2ab0
- moved skipping of module to specific class (jscotka@redhat.com)
43e2ab0
- removed typo in README file (jscotka@redhat.com)
43e2ab0
- move xunit log to avocado directory (jscotka@redhat.com)
43e2ab0
- typo, redefinig avocado function, it is bad bad bad (jscotka@redhat.com)
43e2ab0
- changed to executable (jscotka@redhat.com)
43e2ab0
- added scripts to help with taskotron integration (jscotka@redhat.com)
43e2ab0
- added scripts to help with taskotron integration (jscotka@redhat.com)
43e2ab0
- added scripts to help with taskotron integration (jscotka@redhat.com)
43e2ab0
- added simple tests for ngnix (jscotka@redhat.com)
43e2ab0
- Typo in version (phracek@redhat.com)
43e2ab0
- Bump version (phracek@redhat.com)
43e2ab0
43e2ab0
* Fri Mar 24 2017 Petr Hracek <phracek@redhat.com> - 0.2.0-1
43e2ab0
- New upstream version
43e2ab0
43e2ab0
* Fri Mar 24 2017 Jan Scotka <jscotka@redhat.com> 0.1.7-1
43e2ab0
- added symlink to testing module to minimal.yaml (jscotka@redhat.com)
43e2ab0
- removed source section form minimal config, actually is not anyhow used
43e2ab0
  (jscotka@redhat.com)
43e2ab0
- imporved docker handling, solved issues with missing labes in config
43e2ab0
  (jscotka@redhat.com)
43e2ab0
- repaired mistakes caused that MODULE=rpm did not worked (jscotka@redhat.com)
43e2ab0
- added setup and cleanup part to config file (before starting module, after
43e2ab0
  stopping) - is id done on host (jscotka@redhat.com)
43e2ab0
- config improvement, firt commit to be able to disccuss about this
43e2ab0
  (jscotka@redhat.com)
43e2ab0
- tox file removed to not cause misundertand of project (jscotka@redhat.com)
43e2ab0
- improved how it works diagram (jscotka@redhat.com)
43e2ab0
- replace try exept with avocado service module (psklenar@masox.brq.redhat.com)
43e2ab0
- added setup and test for rpm module for haproxy
43e2ab0
  (psklenar@masox.brq.redhat.com)
43e2ab0
- added example of simple avocado test (jscotka@redhat.com)
43e2ab0
- added :z for selinux (psklenar@masox.brq.redhat.com)
43e2ab0
- use port 8077 (psklenar@masox.brq.redhat.com)
43e2ab0
- Bump version (phracek@redhat.com)
43e2ab0
- repaired behave test (jscotka@redhat.com)
43e2ab0
43e2ab0
* Mon Mar 20 2017 Jan Scotka <jscotka@redhat.com> 0.1.6-1
43e2ab0
- added underline bw words (jscotka@redhat.com)
43e2ab0
- added better config handling, and allow use defaultmodule parameter in config
43e2ab0
  yaml file (jscotka@redhat.com)
43e2ab0
- changed fedora path to public webs (psklenar@masox.brq.redhat.com)
43e2ab0
- init of haproxy test (psklenar@masox.brq.redhat.com)
43e2ab0
- added explicitly calling start for docker copy functions (jscotka@redhat.com)
43e2ab0
- small changes of tox (jscotka@redhat.com)
43e2ab0
- added tox file to project for CI (jscotka@redhat.com)
43e2ab0
- added tox.ini for CI and improved makefile inside tests for CI
43e2ab0
  (jscotka@redhat.com)
43e2ab0
43e2ab0
* Thu Mar 16 2017 Jan Scotka <jscotka@redhat.com> 0.1.5-1
43e2ab0
- added possibility call bash stile in config.yaml (jscotka@redhat.com)
43e2ab0
- typo (jscotka@redhat.com)
43e2ab0
- added missing egg with ? in spec (jscotka@redhat.com)
43e2ab0
43e2ab0
* Thu Mar 16 2017 Jan Scotka <jscotka@redhat.com> 0.1.4-1
43e2ab0
- removed egg-info (jscotka@redhat.com)
43e2ab0
- testing commit (jscotka@redhat.com)
43e2ab0
43e2ab0
* Wed Mar 15 2017 Jan Scotka <jscotka@redhat.com> 0.1.3-1
43e2ab0
- new package built with tito
43e2ab0
43e2ab0
* Wed Mar 15 2017 Petr Hracek <phracek@redhat.com> - 0.1.2-1
43e2ab0
- Release a new version 0.1.2
43e2ab0
43e2ab0
* Mon Mar 13 2017 Petr Hracek <phracek@redhat.com> - 0.1.1-1
43e2ab0
- Release a new version 0.1.1
43e2ab0
43e2ab0
* Thu Mar 9 2017 Petr Hracek <phracek@redhat.com> - 0.1.0-2
43e2ab0
- Renaming package from base to moduleframework
43e2ab0
- Wrong dependency to avocado
43e2ab0
43e2ab0
* Wed Mar 8 2017 Petr Hracek <phracek@redhat.com> - 0.1.0-1
43e2ab0
- Initial version
43e2ab0