5 Commits

Author SHA1 Message Date
Jiri Podivin
8225fddedb .gitignore now excludes JSON molecule logs
Each run of the newly implemented tox-ansible tests,
produces several JSON log files, one for each stage
of the molecule test.

These files only describe results of their specific stage
and perform no other function.

This patch makes sure git doesn't consider these files
as unstaged and ignores them.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I9d00c4390ada5d51e1cb336be537349d7c124ac1
2021-03-31 08:38:40 +02:00
Gael Chamoulaud (Strider)
a92c1d2170 Add validation-common documentation structure
The doc structure from validations-libs was transposed
and slightly altered.

Future expansion of documentation is expected.

Change-Id: Ib1043cf1bef5d9b858da8f9a83fbba52bb570b99
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
2021-02-15 14:58:05 +01:00
Gael Chamoulaud (Strider)
4c610b35b9
Make the measuring code coverage test working
Change-Id: Ice9a3ddbced8562ab4c71d0331ace53b83f4fc93
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2021-02-08 13:25:46 +01:00
danpawlik
07d9c9621e Move unit tests execution to stestr
From time to time, unit tests execution fails with error:
"TypeError: 'NoneType' object is not iterable". It seems that
problem is in unittest2 library, which is used by testtools for
executing the tests.
Stestr lib is usinig unittest by default and the problem does not appear
for several hundred launches.

Change-Id: Ic1053353a87ebd44f20c607651772928020b9e66
Closes-Bug: #1874535
2020-04-27 20:11:56 +02:00
Gael Chamoulaud (Strider)
c29107217e
Initialization of validations-common
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-03-04 15:54:39 +01:00