From edcb381f3f1c2c0f3df70692dc6cf716940f18c1 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 30 Aug 2021 18:12:54 +0200 Subject: mbuto: Add profile for passt tests Signed-off-by: Stefano Brivio --- mbuto | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mbuto b/mbuto index 4a39bd3..4149611 100755 --- a/mbuto +++ b/mbuto @@ -97,6 +97,26 @@ profile_shell() { bash" } +# Profile for passt (https://passt.top) tests +profile_passt() { + PROGS="ash,dash,bash ip mount ls insmod mkdir ln cat chmod lsmod + modprobe find grep mknod mv rm umount udhcpc jq iperf3 + dhclient busybox logger" + LINKS=" + ash,dash,bash /init + ash,dash,bash /bin/sh + ash,dash,bash /usr/bin/bash + " + NODES="${NODES} + tty + ttyS0" + DIRS="${DIRS} + /tmp" + COPIES="/etc/udhcpc/default.script" + FIXUP="${FIXUP} + sh +m" +} + # Profile to install pbench-server from Fedora packages, spawn shell before init profile_pbench() { PROGS="${PROGS} bash env grep sed p11-kit cat mkdir chown chmod -- cgit v1.2.3