Fix failing zypper_repository integration test.

(cherry picked from commit b1d14d5b06)
(cherry picked from commit 9c0cf0eafa)
pull/34878/merge
Matt Clay 8 years ago committed by Toshio Kuratomi
parent 6b29b3c638
commit 75da39fbce

@ -123,7 +123,7 @@
repo: "{{ item }}"
with_items:
- http://download.opensuse.org/repositories/science/openSUSE_Leap_{{ ansible_distribution_version }}/
- http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Leap_{{ ansible_distribution_version }}/
- http://download.opensuse.org/repositories/devel:/languages:/ruby/openSUSE_Leap_{{ ansible_distribution_version }}/
- name: check repo is updated by name
command: zypper lr samename
@ -132,11 +132,11 @@
- assert:
that:
- "'/science/' not in zypper_result.stdout"
- "'/devel:/languages:/python/' in zypper_result.stdout"
- "'/devel:/languages:/ruby/' in zypper_result.stdout"
- name: remove last added repos (by URL to test that)
zypper_repository:
repo: http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Leap_{{ ansible_distribution_version }}/
repo: http://download.opensuse.org/repositories/devel:/languages:/ruby/openSUSE_Leap_{{ ansible_distribution_version }}/
state: absent
- name: ensure zypper ref still works

Loading…
Cancel
Save