aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/download_install_vpp_pkgs.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-04CSIT-461 Fix VPP version variable in perf bootstrappmikus1-1/+1
Fix VPP_STABLE_VER variable in performance bootstrap Change-Id: I5d27e870d8c1383a054125a82cc5d5be6e2fa9c4 Signed-off-by: pmikus <pmikus@cisco.com>
2016-08-25CSIT-359: adapt vpp download script for usage with 1609 branch tooJan Gelety1-1/+10
- script downloads the latest vpp release from Nexus repository of the branch based on data in VPP_REPO_URL file stored in csit directory; default repo is fd.io.master.ubuntu.trusty.main Change-Id: I254801d74fe2ef7f5e87e2c64f5619bef0709944 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2016-08-22CSIT-378: Use package classifier to download deb packages from NexusJan Gelety1-1/+2
Based on https://gerrit.fd.io/r/#/c/2426/ it is necessary to use classifier to download release deb packages from Nexus. Change-Id: Ifa03acb15e66ba6bf2d376fa1c294f7a77168ebe Signed-off-by: Jan Gelety <jgelety@cisco.com>
2016-08-15CSIT-226: Install vpp-plugins deb package on DUTMatej Klotton1-1/+1
Change-Id: I3d8fd7454c7629dbe048470ebb17dbc0c542f1af Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-06-21Update2 of GROUP for master.ubuntu.trusty.main REPOJan Gelety1-1/+1
- updated GROUP back to io.fd.vpp string Change-Id: I3a04c04745edd06e3276a13b24274d037e38d56a Signed-off-by: Jan Gelety <jgelety@cisco.com>
2016-06-20Update of GROUP for master.ubuntu.trusty.main REPOJan Gelety1-1/+1
- updated GROUP string in download_install_vpp_pkgs.sh Change-Id: Iaa0540998ffaf16d9dffd8eef432d17e58a4b897 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2016-05-31CIMANAGE-7: Bootstrap for csit-vpp-master-verify-semiweekly jobJan Gelety1-1/+1
- run func and perf_long tests in three test loops - updated REPO in /resources/tools/download_install_vpp_pkgs.sh Change-Id: Iff459b7719380404a242c80821806a9450271adf Signed-off-by: Jan Gelety <jgelety@cisco.com>
2016-03-29Bootstrap to test csit-master against VPP release.Jan Gelety1-4/+11
- get the version of the latest VPP build - download and install the latest VPP build on nodes - run three times all test suites to check if the VPP build can be used for csit development and current csit master can be pushed to master-verified branch (see patch https://gerrit.fd.io/r/590) Change-Id: I0ad2e9fe1620cc18ccc11dce2d107177cf97ff27 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2016-03-14tools: vpp download and installation scriptMiroslav Miklus1-0/+40
Download and install 'RELEASE' version of vpp packages Dependecies: curl, dpkg, md5sum Change-Id: I894c8181125b84df3057afc092ed01c0a837321a Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>