Skip to content

Commit

Permalink
Get packages for dnf and yum tests from S3.
Browse files Browse the repository at this point in the history
(cherry picked from commit 22d5f5d)
  • Loading branch information
mattclay committed Sep 5, 2018
1 parent aa3123f commit c8887aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/integration/targets/dnf/tasks/dnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@

- name: try to install from non existing url
dnf:
name: http://non-existing.com/non-existing-1.0.0.fc26.noarch.rpm
name: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/dnf/non-existing-1.0.0.fc26.noarch.rpm
state: present
register: dnf_result
ignore_errors: yes
Expand Down
4 changes: 2 additions & 2 deletions test/integration/targets/yum/tasks/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@

- name: try to install from non existing url
yum:
name: http://non-existing.com/non-existing-1.0.0.fc26.noarch.rpm
name: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/yum/non-existing-1.0.0.fc26.noarch.rpm
state: present
register: yum_result
ignore_errors: yes
Expand Down Expand Up @@ -428,7 +428,7 @@

- name: try to install not compatible arch rpm, should fail
yum:
name: http://download.fedoraproject.org/pub/epel/7/ppc64le/Packages/b/banner-1.3.4-3.el7.ppc64le.rpm
name: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/yum/banner-1.3.4-3.el7.ppc64le.rpm
state: present
register: yum_result
ignore_errors: True
Expand Down

0 comments on commit c8887aa

Please sign in to comment.