Yardstick TC082: move sample test case perf.yaml
[yardstick.git] / ansible / roles / install_image_dependencies / defaults / main.yml
1 ---
2 pkg_mgr_retries: 3
3 epel_rpm_el7: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
4
5 install_dependencies:
6   Debian:
7     - bc
8     - fio
9     - git
10     - gcc
11     - iperf3
12     - ethtool
13     - iproute2
14     - linux-tools-common
15     - linux-tools-generic
16     - lmbench
17     - make
18     - netperf
19     - patch
20     - perl
21     - rt-tests
22     - stress
23     - sysstat
24     - unzip
25     # for Trex
26     - libpython2.7-dev
27   RedHat:
28     - bc
29     - fio
30     - git
31     - gcc
32     - iperf3
33     - ethtool
34     - iproute
35     - perf
36     - kernel-tools
37     - lmbench
38     - make
39     - netperf
40     - patch
41     - perl
42     - rt-tests
43     - stress
44     - sysstat
45     - unzip
46     - python-devel