diff --git a/.cirrus.yml b/.cirrus.yml index 26a579cfaea..91c3e3eb594 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,7 +14,7 @@ task: HOME: /root # yamllint disable rule:key-duplicates matrix: - DISTRO: fedora34 + DISTRO: fedora name: vagrant DISTRO:$DISTRO diff --git a/Vagrantfile.fedora34 b/Vagrantfile.fedora similarity index 97% rename from Vagrantfile.fedora34 rename to Vagrantfile.fedora index 2c1f049a518..3a449623324 100644 --- a/Vagrantfile.fedora34 +++ b/Vagrantfile.fedora @@ -3,7 +3,7 @@ Vagrant.configure("2") do |config| # Fedora box is used for testing cgroup v2 support - config.vm.box = "fedora/34-cloud-base" + config.vm.box = "fedora/35-cloud-base" config.vm.provider :virtualbox do |v| v.memory = 2048 v.cpus = 2 diff --git a/tests/integration/cgroups.bats b/tests/integration/cgroups.bats index 57e81b15cec..882e5929673 100644 --- a/tests/integration/cgroups.bats +++ b/tests/integration/cgroups.bats @@ -49,8 +49,8 @@ function setup() { if [ "$(id -u)" = "0" ]; then check_cgroup_value "cgroup.controllers" "$(cat /sys/fs/cgroup/machine.slice/cgroup.controllers)" else - # Filter out hugetlb as systemd is unable to delegate it. - check_cgroup_value "cgroup.controllers" "$(sed 's/ hugetlb//'