Update of periodic-bgp-ingest-mixed template 92/29092/3
authorRadovan Sajben <rsajben@cisco.com>
Sun, 1 Nov 2015 22:45:15 +0000 (23:45 +0100)
committerRadovan Sajben <rsajben@cisco.com>
Mon, 2 Nov 2015 12:31:02 +0000 (13:31 +0100)
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 <rsajben@cisco.com>
jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml

index 59d34c17ad66ebd17998fb349cc393197c5d0fe7..4f8ac1b76f3aee25ed5d987c78621561af7dad63 100644 (file)
     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 * * *'