Skip to content

Commit

Permalink
ci: add necessary packages required on host
Browse files Browse the repository at this point in the history
add necessary packages required on host

Signed-off-by: Kommula Shiva Shankar <kshankar@marvell.com>
Change-Id: I04fa4cf912462bf17aeaad14cad2ff8ae25c91d5
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/137152
Reviewed-by: Ashwin Sekhar T K <asekhar@marvell.com>
Tested-by: sa_ip-toolkits-Jenkins <sa_ip-toolkits-jenkins@marvell.com>
  • Loading branch information
ShivaShankarKommula authored and jerinjacobk committed Oct 15, 2024
1 parent b29be8f commit a0d812c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/test/dao-test/common/ep_host_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
HOST_UTILS_SCRIPT_PATH=$(dirname $(readlink -f "${BASH_SOURCE[0]}"))
source "$HOST_UTILS_SCRIPT_PATH/ep_common_ops.sh"

HOST_DEPENDENCIES="iperf iperf3"

function ep_host_pre_setup()
{
#Install required packages
apt-get install -y $HOST_DEPENDENCIES
}

function ep_host_sdp_setup()
{
set +e # Module may be already loaded
Expand Down

0 comments on commit a0d812c

Please sign in to comment.