Commit 1839045b authored by Karol Latecki's avatar Karol Latecki Committed by Jim Harris
Browse files

test/common: add bc to vm_setup.sh



bc is currently used in iSCSI qos.sh test, but is not listed
as a pre-requisite in vm_setup.sh
Also it's a good alternative to using sed or awk for some
simple math operations.

Change-Id: I18742c0dedcdcc5eeebd310eb5760e226a163af7
Signed-off-by: default avatarKarol Latecki <karol.latecki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453998


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarPawel Kaminski <pawelx.kaminski@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent 49bff95f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -462,7 +462,8 @@ if $INSTALL; then
        python3-pandas \
        btrfs-progs \
        rpm-build \
        iptables
        iptables \
        bc

    elif [ $PACKAGEMNG == 'apt-get' ]; then
        echo "Package perl-open is not available at Ubuntu repositories" >&2
@@ -523,7 +524,8 @@ if $INSTALL; then
        sshfs \
        sshpass \
        python3-pandas \
        btrfs-tools
        btrfs-tools \
        bc

        # rpm-build is not used
        # iptables installed by default