RETIRED, A collection of python libraries for the Validation Framework
Go to file
Mathieu Bultel 373bdb08d7 Catch value error when extract log info from log name
We need to catch ValueError when we extract log information
from the file name provided by user.
Instead of raising an exception, we just log a warning to the
user. The normal usage can handle None uuid or timestamp or
validation-id.
This will aim to make the ValidationLog class more generic.

Change-Id: Iccc2a37b4c2c911e634a210de253ba1111e5b7e7
2020-06-10 22:14:43 +02:00
doc Add API Documentation structure 2020-05-14 11:53:31 +00:00
validations_libs Catch value error when extract log info from log name 2020-06-10 22:14:43 +02:00
zuul.d Add API Documentation structure 2020-05-14 11:53:31 +00:00
.coveragerc Add missing stuffs for pytesting with tox 2020-03-03 10:45:41 +01:00
.gitignore Add API Documentation structure 2020-05-14 11:53:31 +00:00
.gitreview Improve the way we log on the file system 2020-03-11 17:07:56 +01:00
.pre-commit-config.yaml Improve testing infrastructure 2020-03-04 13:47:41 +01:00
.stestr.conf Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00
LICENSE Initial commit 2020-02-28 10:42:18 +01:00
MANIFEST.in Adding the foundation files 2020-02-28 14:47:28 +01:00
README.rst Fix title. 2020-05-14 08:44:21 +00:00
bindep.txt Adding the foundation files 2020-02-28 14:47:28 +01:00
lower-constraints.txt Add API Documentation structure 2020-05-14 11:53:31 +00:00
requirements.txt Remove mock as a test requirement and add PyYAML as requirement. 2020-03-17 10:10:45 +01:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:22 -05:00
setup.py Adding the foundation files 2020-02-28 14:47:28 +01:00
test-requirements.txt Add API Documentation structure 2020-05-14 11:53:31 +00:00
tox.ini Add API Documentation structure 2020-05-14 11:53:31 +00:00

README.rst

# validations-libs

A collection of python libraries for the Validation Framework