summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/prepare-functest/vars/main.yml
blob: f076c03380040626fd8fb5a9b23535b2be237f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
functest_required_packages:
  apt:
    - docker.io
    - wget
    - xz-utils
  zypper:
    - docker
    - wget
    - xz
  yum:
    - docker
    - wget
    - xz

functest_required_pip:
  - docker-py