Merge pull request #7435 from jsafrane/devel/volume-tests

V2: Add e2e tests for NFS and Gluster
This commit is contained in:
Saad Ali
2015-05-26 17:49:41 -07:00
14 changed files with 541 additions and 1 deletions

View File

@@ -5,7 +5,9 @@ pkg-core:
{% if grains['os_family'] == 'RedHat' %}
- python
- git
- glusterfs-fuse
{% else %}
- apt-transport-https
- python-apt
- glusterfs-client
{% endif %}