blob: 362fa351b56953032ff7b63a00eb47cfd5eb923d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
---
pkg_mgr_retries: 3
epel_rpm_el7: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
install_dependencies:
Debian:
- bc
- fio
- git
- gcc
- iperf3
- ethtool
- iproute2
- linux-tools-common
- linux-tools-generic
- make
- patch
- perl
- rt-tests
- stress
- sysstat
- unzip
# for Trex
- libpython2.7-dev
# for IxLoad
- libxft-dev
- libxss-dev
RedHat:
- bc
- fio
- git
- gcc
- iperf3
- ethtool
- iproute
- perf
- kernel-tools
- lmbench
- make
- netperf
- patch
- perl
- rt-tests
- stress
- sysstat
- unzip
- python-devel
|