zypper_repository: fix broken tests (#1449) (#1450)

* Change broken repository

* Re-enable integration tests

* Fix integration test

(cherry picked from commit 65d4fe2f4f)

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
patchback[bot]
2020-12-05 16:27:16 +01:00
committed by GitHub
parent c642ee9157
commit 15257e9a64
3 changed files with 3 additions and 4 deletions

View File

@@ -5,4 +5,3 @@ skip/freebsd
skip/osx
skip/macos
skip/rhel
disabled # FIXME

View File

@@ -18,7 +18,7 @@
- test
- testrefresh
- testprio
- Apache_Modules
- Apache_PHP_Modules
- name: collect repo configuration after test
shell: "grep . /etc/zypp/repos.d/*"

View File

@@ -120,8 +120,8 @@
- name: "Test adding a repo with custom GPG key"
community.general.zypper_repository:
name: "Apache_Modules"
repo: "http://download.opensuse.org/repositories/Apache:/Modules/openSUSE_Tumbleweed/"
name: "Apache_PHP_Modules"
repo: "http://download.opensuse.org/repositories/server:/php:/applications/openSUSE_Tumbleweed/"
priority: 100
auto_import_keys: true
state: "present"