[TEST] Do not show "No execution start time..." error log message for skipped substeps 30/125630/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Thu, 21 Oct 2021 10:49:07 +0000 (10:49 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 8 Nov 2021 17:29:49 +0000 (17:29 +0000)
commit46d3e9b16ae611246d73afaabcb4fa236fc19846
tree869f503accd09ebd8acd373252f4511ca8089571
parent17fd4b701a3ba21b656719a5991190d02eb51dc2
[TEST] Do not show "No execution start time..." error log message for skipped substeps

If one of the step fails and there are more substeps in the scenario then they won't be executed.
During the report creation in the code the status of these steps were not checked and the confusing
error message was logged.
That change provide additional check if the step was skipped (not executed).

Issue-ID: TEST-368
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Id1ea95229b2fd5cf3107d423f356f02dab437669
(cherry picked from commit ac0b4732cf23d5bf9c96ef56e8d6e5346f3c2fbc)
src/onaptests/steps/base.py