Skip to content

Commit e41c8cf

Browse files
committed
(PUP-10923) Fix AIX acceptance test
Change download URLs to artifactory as the previous URL just returns a 302 Found.
1 parent 66ae92f commit e41c8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acceptance/tests/aix/aix_package_provider.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def get_package_manifest(package, version, sourcedir)
3838

3939
step "download packages to use for test" do
4040
on hosts, "mkdir -p #{dir}"
41-
on hosts, "curl neptune.puppetlabs.lan/misc/sudo.#{version1}.aix51.lam.bff > #{dir}/sudo.#{version1}.aix51.lam.bff"
42-
on hosts, "curl neptune.puppetlabs.lan/misc/sudo.#{version2}.aix51.lam.bff > #{dir}/sudo.#{version2}.aix51.lam.bff"
41+
on hosts, "curl https://artifactory.delivery.puppetlabs.net/artifactory/generic_enterprise__local/misc/sudo.#{version1}.aix51.lam.bff > #{dir}/sudo.#{version1}.aix51.lam.bff"
42+
on hosts, "curl https://artifactory.delivery.puppetlabs.net/artifactory/generic_enterprise__local/misc/sudo.#{version2}.aix51.lam.bff > #{dir}/sudo.#{version2}.aix51.lam.bff"
4343
end
4444

4545
step "install the older version of package" do

0 commit comments

Comments
 (0)