xref: /aosp_15_r20/external/ltp/ci/tumbleweed-runtime.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker#!/bin/sh -eux
2*49cdfc7eSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0-or-later
3*49cdfc7eSAndroid Build Coastguard Worker# Copyright (c) 2023 SUSE LLC
4*49cdfc7eSAndroid Build Coastguard Worker
5*49cdfc7eSAndroid Build Coastguard Workerzyp="zypper --non-interactive install --force-resolution --no-recommends"
6*49cdfc7eSAndroid Build Coastguard Worker
7*49cdfc7eSAndroid Build Coastguard Worker$zyp \
8*49cdfc7eSAndroid Build Coastguard Worker	iproute2 \
9*49cdfc7eSAndroid Build Coastguard Worker	keyutils \
10*49cdfc7eSAndroid Build Coastguard Worker	libaio1 \
11*49cdfc7eSAndroid Build Coastguard Worker	libmnl0 \
12*49cdfc7eSAndroid Build Coastguard Worker	libnuma1 \
13*49cdfc7eSAndroid Build Coastguard Worker	libtirpc3
14*49cdfc7eSAndroid Build Coastguard Worker
15*49cdfc7eSAndroid Build Coastguard Workeruseradd ltp
16