blob: 8d440f74a39c95e959d7907e5637942e0d534e64 [file] [log] [blame]
Alex3bc29ae2021-04-02 18:06:00 -05001#!/bin/bash
2cd /artifacts
3# Installing prerequisites
4apt -y update
5apt -y install python3-pip vim git iperf3 mtr htop iputils-ping traceroute tcpdump wget iproute2 curl
Ievgeniia Zadorozhna4a6e02d2021-05-19 17:57:16 +03006pip3 install python-openstackclient python-neutronclient python-heatclient pyghmi
Alex3bc29ae2021-04-02 18:06:00 -05007
8mkdir /artifacts/cmp-check && cd /artifacts/cmp-check
9cp /artifacts/res-files/scripts/prepare.sh ./
Ievgeniia Zadorozhna615b1ba2021-05-13 14:54:51 +030010cp /artifacts/res-files/scripts/cmp_check.sh ./
Alex3bc29ae2021-04-02 18:06:00 -050011cp /artifacts/res-files/cleanup.sh ./