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 |
Ievgeniia Zadorozhna | 4a6e02d | 2021-05-19 17:57:16 +0300 | [diff] [blame] | 6 | pip3 install python-openstackclient python-neutronclient python-heatclient pyghmi |
Alex | 3bc29ae | 2021-04-02 18:06:00 -0500 | [diff] [blame] | 7 | |
| 8 | mkdir /artifacts/cmp-check && cd /artifacts/cmp-check |
| 9 | cp /artifacts/res-files/scripts/prepare.sh ./ |
Ievgeniia Zadorozhna | 615b1ba | 2021-05-13 14:54:51 +0300 | [diff] [blame] | 10 | cp /artifacts/res-files/scripts/cmp_check.sh ./ |
Alex | 3bc29ae | 2021-04-02 18:06:00 -0500 | [diff] [blame] | 11 | cp /artifacts/res-files/cleanup.sh ./ |