blob: 4198749ce17fe87fd10ffec228fbff9ab8068cd8 [file] [log] [blame]
#!/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 ./