#!/bin/bash | |
cd /artifacts | |
# Installing prerequisites | |
apt -y update | |
apt -y install python3-pip vim git iperf3 mtr htop iputils-ping traceroute tcpdump wget iproute2 curl | |
pip3 install python-openstackclient python-neutronclient pyghmi | |
mkdir /artifacts/cmp-check && cd /artifacts/cmp-check | |
cp /artifacts/res-files/scripts/prepare.sh ./ | |
cp /artifacts/res-files/scripts/cmp_check.sh ./ | |
cp /artifacts/res-files/cleanup.sh ./ |