Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 0d59ebd

Browse files
committed
metrics: Update footprint data script
This PR updates the footprint data script to use defined variables in common to have uniformity across the metrics scripts. Fixes #5595 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
1 parent 37295cc commit 0d59ebd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metrics/density/footprint_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function init() {
6565
restart_containerd_service
6666

6767
check_cmds $REQUIRED_COMMANDS
68-
sudo ctr image pull "$PAYLOAD"
68+
sudo -E "${CTR_EXE}" image pull "$PAYLOAD"
6969

7070
# Modify the test name if running with KSM enabled
7171
check_for_ksm

0 commit comments

Comments
 (0)