Move generate_tests earlier in entry scripts 36/19136/1
authorVratko Polak <vrpolak@cisco.com>
Wed, 24 Apr 2019 08:51:37 +0000 (10:51 +0200)
committerVratko Polak <vrpolak@cisco.com>
Wed, 24 Apr 2019 08:51:37 +0000 (10:51 +0200)
commit91f2cb2b789c8cfcaa7fe3d7617fe6b8230df22a
treebf8f52ef56b53a31c0feef791c338c1435819b82
parent77d115dc74b2892b63d59c2fe25e712bce4f5013
Move generate_tests earlier in entry scripts

The idea is to run test generation and archivation
before testbed reservation, as during generation and archivation
the testbed can be used by another job.
The two steps are moved just before (physical or docker) reservation,
as they currently take considerable time,
so simpler steps are kept before to save time if they fail.
Coincidentally, it is also just after activate_virtualenv,
Python is needed for test generation.

Change-Id: I8b41b91dba8118e89301e3fcf89d5cd14ac054a2
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/libraries/bash/entry/bootstrap_verify_perf.sh
resources/libraries/bash/entry/bootstrap_vpp_device.sh
resources/libraries/bash/entry/per_patch_device.sh
resources/libraries/bash/entry/per_patch_perf.sh