From 6cbcbb6e6c71058ae42c75a80f047df898bccfdf Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Wed, 25 Sep 2024 14:51:35 -0700 Subject: [PATCH] Update latest platforms This commit updates tests to use released versions of puppet-agent for Ubuntu 24.04 and Fedora 40 instead of nightlies. --- task_spec/spec/acceptance/init_spec.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/task_spec/spec/acceptance/init_spec.rb b/task_spec/spec/acceptance/init_spec.rb index 62799ff8..7d499f74 100644 --- a/task_spec/spec/acceptance/init_spec.rb +++ b/task_spec/spec/acceptance/init_spec.rb @@ -42,10 +42,7 @@ def log_output_errors(result) # used for target_platform, which will use latest puppet_agent # in below mentioned test spec def latest_platform_list - %r{ - ubuntu-24| - fedora-40 - }x + #%r{} end it 'works with version and install tasks' do @@ -72,8 +69,10 @@ def latest_platform_list '7.28.0' when %r{debian-12} '7.29.0' - when %r{el-9-ppc64le}, %r{amazon-2} + when %r{el-9-ppc64le}, %r{amazon-2}, %r{fedora-40} '7.31.0' + when %r{ubuntu-24.04} + '7.32.1' when latest_platform_list 'latest' else