blob: b1695e278df3ac64e575550d4f96beaab1ff19f4 (
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
|
---
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
- lmbench
- make
- netperf
- patch
- perl
- rt-tests
- stress
- sysstat
- unzip
# for Trex
- libpython2.7-dev
RedHat:
- bc
- fio
- git
- gcc
- iperf3
- ethtool
- iproute
- perf
- kernel-tools
- lmbench
- make
- netperf
- patch
- perl
- rt-tests
- stress
- sysstat
- unzip
- python-devel
|