Alex | 3bc29ae | 2021-04-02 18:06:00 -0500 | [diff] [blame^] | 1 | #!/bin/bash |
2 | cd /artifacts | ||||
3 | # Installing prerequisites | ||||
4 | apt -y update | ||||
5 | apt -y install python3-pip vim git iperf3 mtr htop iputils-ping traceroute tcpdump wget iproute2 curl | ||||
6 | pip3 install python-openstackclient python-neutronclient pyghmi | ||||
7 | |||||
8 | mkdir /artifacts/cmp-check && cd /artifacts/cmp-check | ||||
9 | cp /artifacts/res-files/scripts/prepare.sh ./ | ||||
10 | cp /artifacts/res-files/scripts/cmp-check.sh ./ | ||||
11 | cp /artifacts/res-files/cleanup.sh ./ |