diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-08-23 09:37:16 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-10-24 14:27:02 +0000 |
commit | 15c227fd0a94bfcdb4617473f9e23899995c2bdd (patch) | |
tree | bba7c62da8198be3bf0838c60c2026a02b6e14cd /resources/libraries/bash/entry/per_patch_perf.sh | |
parent | d350b2d24cb116e14e991f784dc11b3462def56c (diff) |
CSIT-1260 Create initial version of bootstrap including VF reservation
Change-Id: I153d378849ea76444915b7fc219237db1b7bca1a
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/bash/entry/per_patch_perf.sh')
-rw-r--r-- | resources/libraries/bash/entry/per_patch_perf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/bash/entry/per_patch_perf.sh b/resources/libraries/bash/entry/per_patch_perf.sh index abb1001652..73d4f69500 100644 --- a/resources/libraries/bash/entry/per_patch_perf.sh +++ b/resources/libraries/bash/entry/per_patch_perf.sh @@ -46,10 +46,10 @@ prepare_build_parent || die build_vpp_ubuntu_amd64 "PARENT" || die prepare_test || die ## Replace previous 4 lines with this to speed up testing. -#download_builds "https://jenkins.fd.io/sandbox/job/vpp-csit-verify-perf-master-2n-skx/2/artifact/*zip*/archive.zip" || die +#download_builds "REPLACE_WITH_URL" || die initialize_csit_dirs || die -get_test_tag_string || die get_test_code "${1-}" || die +get_test_tag_string || die set_perpatch_dut || die select_topology || die activate_virtualenv "${VPP_DIR}" || die |