JJB integration: Return code from pybot shall be ignored 45/20045/1
authorVratko Polak <vrpolak@cisco.com>
Mon, 11 May 2015 17:39:04 +0000 (19:39 +0200)
committerVratko Polak <vrpolak@cisco.com>
Mon, 11 May 2015 17:39:04 +0000 (19:39 +0200)
commitd2a33b40c6cbdb5ce1aa872094d59fa80dbcd853
tree500a0890b0ed5122c6f088cb8cecc5f05c9d78d9
parent44c4557ece309226d8b356e1cc3503eaf2617ac0
JJB integration: Return code from pybot shall be ignored

Jenkins starts scripts in "Execute sheel" as bash -xe <path>
so any non-zero return code breaks the script on the spot.
Pybot commands can return non-zero return code just when
a critical test case fails.
But in that case, the rest of script is now skipped,
including the useful karaf.log download.

This change adds "|| true" hack to make return code zero.
Also, single and cluster scripts have the formatting
of the pybot line unified now.

Change-Id: I4a9dcf937ca4caca43ee9dfdfeda67ca172be608
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/integration/include-raw-integration-deploy-controller-run-test.sh
jjb/integration/include-raw-integration-start-cluster-run-test.sh