From c8e7e7b1d514b30a6f49287162edf620922b2d84 Mon Sep 17 00:00:00 2001 From: Radovan Sajben Date: Sun, 1 Nov 2015 23:45:15 +0100 Subject: [PATCH] Update of periodic-bgp-ingest-mixed template new bgp-ingest parameter introduced: TEST_DURATION_MULTIPLIER - timeout multiplicator because of slower test environment - timeout multiplicator because of more complex scenario Change-Id: If7ff568c29573c929071fed921c38a96ea702525 Signed-off-by: Radovan Sajben --- jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml index 59d34c17a..4f8ac1b76 100644 --- a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml @@ -59,10 +59,8 @@ install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-netconf-connector-all,odl-bgpcep-data-change-counter' # Robot custom options - # Currently timeout values are calculated based on number of target prefixes - # and do not take into account test environment performance variation. - # FIXME: Add a new parameter to the test suite which allows to modify timeout if needed - robot-options: '-v COUNT:1000000 -v INSERT:10 -v WITHDRAW:9 -v PREFILL:10 -v UPDATE:single' + # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test environment or more complex scenario is chosen + robot-options: '-v COUNT:1000000 -v INSERT:10 -v WITHDRAW:9 -v PREFILL:10 -v UPDATE:single -v TEST_DURATION_MULTIPLIER:4' # Trigger jobs (daily) schedule: 'H H * * *' -- 2.36.6