fix uploading template files for all streams 44/42544/2
authorPeter Gubka <pgubka@cisco.com>
Tue, 26 Jul 2016 07:52:21 +0000 (09:52 +0200)
committerVratko Polák <vrpolak@cisco.com>
Tue, 26 Jul 2016 16:19:33 +0000 (16:19 +0000)
Change-Id: I2743a6f1d5adc49cd8020d20b2c7ea05d781b381
Signed-off-by: Peter Gubka <pgubka@cisco.com>
csit/suites/bgpcep/bgpingest/bgp_app_peer_prefixcount.robot

index fdb26f53616eeb0c98f62fb6950b3b0d1ad7329c..75592df6a730dd66edbf97cd294e282f398b37df 100644 (file)
@@ -194,7 +194,7 @@ Setup_Everything
     SSHKeywords.Assure_Library_Ipaddr    target_dir=.
     SSHLibrary.Put_File    ${CURDIR}/../../../../tools/fastbgp/play.py
     SSHLibrary.Put_File    ${CURDIR}/../../../../tools/fastbgp/bgp_app_peer.py
-    SSHLibrary.Put_File    ${CURDIR}/../../../../tools/fastbgp/ipv4-routes-template.xml
+    SSHLibrary.Put_File    ${CURDIR}/../../../../tools/fastbgp/ipv4-routes-template.xml*
     # Calculate the timeout value based on how many routes are going to be pushed.
     # The offset (20) is set for keeping reasonable timeout for low COUNT values.
     ${timeout} =    BuiltIn.Evaluate    ${TEST_DURATION_MULTIPLIER} * ${COUNT_APP_PEER_PREFIX_COUNT} * 3.0 / 10000 + 20