summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-07-25Add arm 1n-tx2 VPP Device jobsjuraj.linkes1-1/+8
Change-Id: I7bd77d96c3451415dabe20e097185b871eb2c8a2 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-02-19VPP: cover opensuse reporting differenceEd Kern1-0/+6
Cover opensuse leap-15 reporting as either opensuse or opensuse-leap Change-Id: I79c077ecff33e1473120a21b418a8af89b4a00d5 Signed-off-by: Ed Kern <ejk@cisco.com>
2019-02-19Allocate sufficient shm for the number of cores.Paul Vinciguerra1-1/+4
# for 4 cores: # framework.VppTestCase.MIN_REQ_SHM + (num_cores * framework.VppTestCase.SHM_PER_PROCESS) # 1073741824 == 1024M (1073741824 >> 20) Change-Id: Iac56d69a48df019426e6b914d085635c8cd4df74 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
2018-10-29VPP: add sudo for non root userEd Kern1-9/+9
Add sudo to certain shell lines so they can run as non root user Change-Id: If3c2bc2afbd6a0f7f7cc8ee7fbd096525ac63a04 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-20VPP: dev-contrib to ext-debsEd Kern1-3/+3
Sync to final naming on external dep packaging deps not debs Change-Id: I0e222f2e943be26bdd2959c1fd5e11d4c06f08b2 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-18VPP: replace dpdk-dev with dev-contribEd Kern1-0/+3
VPP internal package renaming requires setup changes Change-Id: I24b5132a0b73be99e6ef1e93a17c743f399bc1a1 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-06-19VPP: list out preinstalled packagesEd Kern1-0/+12
Few echos and ls to list out preinstalled or cached deps on ubuntu images. Change-Id: I4ea5dfdafec66c29b94ce116f25d0a23c0a6a870 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-03-14VPP: remove opensuse hand built dpdkEd Kern1-0/+2
While opensuse doesnt install dpdk from the repo handbuilt prebuilt image still must be removed. Change-Id: I48615e3f56cfc6ccd0f493f814922afe8d5f6245 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-03-13VPP: forcing removal of old dpdk packagesEd Kern1-0/+12
this is for building older vpp branches with older dpdk releases Removes older dpdk before older version attempts to install. Using remove and install approach over downgrade for more consistent results Change-Id: I43e64e1cd281e2b51b0eb408d89cd477c686d339 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-03-08VPP: removed dpdk deb copy for csit runsEd Kern1-6/+0
they will look in copy source directory for this deb if needed Change-Id: Id78fac6b0adf8d17be7d89733d9abf1ec9a5f2d1 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-03-06VPP: Altered dkms from download to cached copyEd Kern1-1/+1
Previously was driving pkg download with every vpp-csit build. This will now used a cached copy instead to avoid failures when dpdk repo has outages Change-Id: I3d9bf6c369cc161a8a53cb22df93d10dd17c0031 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-02-21VPP: add container server detectionEd Kern1-0/+4
Adding grep one-liner to detect server node where container build is happening since we may want that information long after the build happened Change-Id: Iad26c06ac659998f6ac1b3563660ca77eb817e55 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-02-21VPP: ASSuME proof pkg listerEd Kern1-5/+6
Change-Id: Ie4e6289ef024ad0b40734d01d5990c43ff845b52 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-02-21VPP: drop yum from opensuse pkg discoveryEd Kern1-1/+0
Change-Id: Iaab17f472fc1587d3de19a0a513ac85019f6900d Signed-off-by: Ed Kern <ejk@cisco.com>
2018-02-15VPP: add pkg and pip list for csit buildsEd Kern1-0/+19
Change-Id: Ib41bdffa79e6ff0551ec8fd4d96cbd2da5c4b052 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-01-17Expand shm for docker ubuntu imagesEd Kern1-0/+14
Change-Id: Ida2d9bc4974795b4d9e6277ca191356ddecaba9a Signed-off-by: Ed Kern <ejk@cisco.com>