blob: a27fd2da2b66b9b9fe01388e158175c957429734 [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
6pip3 install python-openstackclient python-neutronclient pyghmi
7
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 ./