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:
parent
1581842132
commit
3ee07001b1
@ -27,7 +27,6 @@ RUN dnf -y install \
|
|||||||
python3-pyvmomi \
|
python3-pyvmomi \
|
||||||
beakerlib \
|
beakerlib \
|
||||||
sudo \
|
sudo \
|
||||||
tito \
|
|
||||||
rsync \
|
rsync \
|
||||||
e2fsprogs \
|
e2fsprogs \
|
||||||
xz-lzma-compat \
|
xz-lzma-compat \
|
||||||
|
@ -3,11 +3,11 @@ description = "An example GlusterFS server with samba"
|
|||||||
|
|
||||||
[[modules]]
|
[[modules]]
|
||||||
name = "glusterfs"
|
name = "glusterfs"
|
||||||
version = "6.*"
|
version = "7.*"
|
||||||
|
|
||||||
[[modules]]
|
[[modules]]
|
||||||
name = "glusterfs-cli"
|
name = "glusterfs-cli"
|
||||||
version = "6.*"
|
version = "7.*"
|
||||||
|
|
||||||
[[packages]]
|
[[packages]]
|
||||||
name = "samba"
|
name = "samba"
|
||||||
|
@ -52,8 +52,8 @@ OPENSSH_GLOB = {"name":"openssh-server", "version": "8.*"}
|
|||||||
RSYNC_GLOB = {"name": "rsync", "version": "3.1.*"}
|
RSYNC_GLOB = {"name": "rsync", "version": "3.1.*"}
|
||||||
SAMBA_GLOB = {"name": "samba", "version": "4.*.*"}
|
SAMBA_GLOB = {"name": "samba", "version": "4.*.*"}
|
||||||
TMUX_GLOB = {"name": "tmux", "version": "2.9a"}
|
TMUX_GLOB = {"name": "tmux", "version": "2.9a"}
|
||||||
GLUSTERFS_GLOB = {"name": "glusterfs", "version": "6.*"}
|
GLUSTERFS_GLOB = {"name": "glusterfs", "version": "7.*"}
|
||||||
GLUSTERFSCLI_GLOB = {"name": "glusterfs-cli", "version": "6.*"}
|
GLUSTERFSCLI_GLOB = {"name": "glusterfs-cli", "version": "7.*"}
|
||||||
|
|
||||||
|
|
||||||
def get_system_repo():
|
def get_system_repo():
|
||||||
|
Loading…
Reference in New Issue
Block a user