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