tobiko/tobiko/tests
Federico Ressi f08f967085 Use tobiko own config options to configure logging
Because devstack configures 'oslo.log' python based projects
to be used with journalctl by default configures logging
handlers not to add timestamp in logging messages.

This causes tobiko upstream jobs to loose this valueable
info in tobiko report files. In order to have this
conflicting configuration not affected by DevStack scripts
let make tobiko test cases use special options that are
not the same as default oslo.log based projects.

New configuration options are:

 [logging]
 # Default logging line format string
 line_format = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s - %(message)s

 # Default logging date format string
 date_format = %Y-%m-%d %H:%M:%S

Change-Id: I1d41a4398c3c1f8667faaccca32f77491cd5305f
2021-09-29 10:52:38 +02:00
..
faults Move Skip check to setup on Octavia services test 2021-09-14 11:14:04 +02:00
functional Use Ubuntu server with a working trunk VLAN subport 2021-09-22 14:11:01 +02:00
scenario Fix VlanServerStackFixture.list_vlan_fixed_ips when has any IPs 2021-09-26 19:19:54 +00:00
unit Use tobiko own config options to configure logging 2021-09-29 10:52:38 +02:00
__init__.py Remove copyrigth notices from empty __init__.py files 2018-11-27 09:45:36 +01:00
base.py Split tox environments requirements files 2018-12-05 08:28:32 +01:00
conftest.py Use tobiko own config options to configure logging 2021-09-29 10:52:38 +02:00