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
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>
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