tests: Drop tito from the Dockerfile.test

It isn't needed to run the tests, and currently a package it depends on
(cheetah) is not working in rawhide.

Also bump glusterfs version to 7.*
This commit is contained in:
Brian C. Lane 2019-09-03 11:02:52 -07:00
parent 1581842132
commit 3ee07001b1
3 changed files with 4 additions and 5 deletions

View File

@ -27,7 +27,6 @@ RUN dnf -y install \
python3-pyvmomi \
beakerlib \
sudo \
tito \
rsync \
e2fsprogs \
xz-lzma-compat \

View File

@ -3,11 +3,11 @@ description = "An example GlusterFS server with samba"
[[modules]]
name = "glusterfs"
version = "6.*"
version = "7.*"
[[modules]]
name = "glusterfs-cli"
version = "6.*"
version = "7.*"
[[packages]]
name = "samba"

View File

@ -52,8 +52,8 @@ OPENSSH_GLOB = {"name":"openssh-server", "version": "8.*"}
RSYNC_GLOB = {"name": "rsync", "version": "3.1.*"}
SAMBA_GLOB = {"name": "samba", "version": "4.*.*"}
TMUX_GLOB = {"name": "tmux", "version": "2.9a"}
GLUSTERFS_GLOB = {"name": "glusterfs", "version": "6.*"}
GLUSTERFSCLI_GLOB = {"name": "glusterfs-cli", "version": "6.*"}
GLUSTERFS_GLOB = {"name": "glusterfs", "version": "7.*"}
GLUSTERFSCLI_GLOB = {"name": "glusterfs-cli", "version": "7.*"}
def get_system_repo():