Skip to content

Commit

Permalink
ci: update binary locations
Browse files Browse the repository at this point in the history
Update test binary locations.

Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com>
Change-Id: Ia1d26a6e1ea3559f960fad5285ba239ecf5b4849
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/146085
Tested-by: sa_ip-toolkits-Jenkins <sa_ip-toolkits-jenkins@marvell.com>
  • Loading branch information
ashwinyes committed Feb 14, 2025
1 parent d5060be commit 6a8c873
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ci/test/dao-test/common/ep_host_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ function ep_host_launch_guest()
local in=guest.in.$pfx
local out=guest.out.$pfx

$EP_SCP_CMD ci@10.28.34.13:/home/ci/dao_host/qemu-system-x86_64 $EP_DIR/
$EP_SCP_CMD ci@10.28.34.13:/home/ci/dao_host/noble-server-cloudimg-amd64.img $EP_DIR/
$EP_SCP_CMD ci@10.28.34.13:/home/ci/dao_host/bios-256k.bin /usr/share/qemu
$EP_SCP_CMD ci@10.28.34.13:/home/ci/dao_host/vgabios-stdvga.bin /usr/share/qemu
$EP_SCP_CMD ci@10.28.34.13:/home/ci/dao_host/efi-virtio.rom /usr/share/qemu
$EP_SCP_CMD ci@10.28.36.188:/home/ci/dao/host/qemu-system-x86_64 $EP_DIR/
$EP_SCP_CMD ci@10.28.36.188:/home/ci/dao/host/noble-server-cloudimg-amd64.img $EP_DIR/
$EP_SCP_CMD ci@10.28.36.188:/home/ci/dao/host/bios-256k.bin /usr/share/qemu
$EP_SCP_CMD ci@10.28.36.188:/home/ci/dao/host/vgabios-stdvga.bin /usr/share/qemu
$EP_SCP_CMD ci@10.28.36.188:/home/ci/dao/host/efi-virtio.rom /usr/share/qemu

# Folder to be shared with the guest
rm -rf $EP_GUEST_SHARE_DIR
Expand Down
4 changes: 2 additions & 2 deletions ci/test/env/cn10k.env
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ source $PROJECT_ROOT/ci/test/common/test_list_helper_funcs.sh
DAO_SUITE=

# Host and path for picking up the prebuilt binaries
EP_PREBUILT_BINARIES_SERVER=ci@10.28.34.13
EP_PREBUILT_BINARIES_PATH=/home/ci/board/ep_files
EP_PREBUILT_BINARIES_SERVER=ci@10.28.36.188
EP_PREBUILT_BINARIES_PATH=/home/ci/dao/ep

# Export the path to this conf so that other scripts can source this conf.
export TEST_ENV_CONF=$PROJECT_ROOT/ci/test/env/cn10k.env

0 comments on commit 6a8c873

Please sign in to comment.