From f1b9d396806b16b59ab485f4c40c5ccba491ea7e Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Sat, 26 Aug 2023 14:22:00 +0900 Subject: [PATCH] Update sample_spec.rb for CI --- dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb b/dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb index ed6788f02..cda197fcd 100755 --- a/dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb +++ b/dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb @@ -50,7 +50,7 @@ def remove(options={}); end its(:content) { should match /baseurl = https:\/\/dlm.mariadb.com\/repo\/mariadb-server\/10.7\/yum\/rhel\/7\/x86_64/ } end describe file('/etc/yum.repos.d/mariadb.repo'), :if => os[:family] == 'redhat' && os[:release].to_f >= 8 do - its(:content) { should match /baseurl = https:\/\/dlm.mariadb.com\/repo\/mariadb-server\/11.0\/yum\/rhel\/8\/x86_64/ } + its(:content) { should match /baseurl = https:\/\/dlm.mariadb.com\/repo\/mariadb-server\/11.1\/yum\/rhel\/8\/x86_64/ } end describe package('MariaDB-server'), :if => os[:family] == 'redhat' && os[:release].to_f >= 7 do it { should be_installed }