From 2c28c85afe15118ad0269edc78d40672736f854c Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 28 Aug 2018 14:01:26 -0700 Subject: [PATCH] Drop mod_auth_openidc from httpd example blueprint dnf 3.3.0 doesn't want to depsolve it, it isn't essential to the blueprint, so drop it. Related: rhbz#1613058 --- tests/pylorax/blueprints/example-http-server.toml | 4 ---- tests/pylorax/test_server.py | 2 -- 2 files changed, 6 deletions(-) diff --git a/tests/pylorax/blueprints/example-http-server.toml b/tests/pylorax/blueprints/example-http-server.toml index 677aaa55..571ecf51 100644 --- a/tests/pylorax/blueprints/example-http-server.toml +++ b/tests/pylorax/blueprints/example-http-server.toml @@ -6,10 +6,6 @@ version = "0.0.1" name = "httpd" version = "2.4.*" -[[modules]] -name = "mod_auth_openidc" -version = "1.8.10.*" - [[modules]] name = "mod_ssl" version = "2.4.*" diff --git a/tests/pylorax/test_server.py b/tests/pylorax/test_server.py index 5110c7d7..d71fba10 100644 --- a/tests/pylorax/test_server.py +++ b/tests/pylorax/test_server.py @@ -154,7 +154,6 @@ class ServerTestCase(unittest.TestCase): "errors":[], "blueprints":[{"description":"An example http server with PHP and MySQL support.", "modules":[{"name":"httpd", "version":"2.4.*"}, - {"name":"mod_auth_openidc", "version":"1.8.10.*"}, {"name":"mod_ssl", "version":"2.4.*"}, {"name":"php", "version":"7.2.*"}, {"name": "php-mysqlnd", "version":"7.2.*"}], @@ -182,7 +181,6 @@ class ServerTestCase(unittest.TestCase): "version": "0.0.1"}, {"description":"An example http server with PHP and MySQL support.", "modules":[{"name":"httpd", "version":"2.4.*"}, - {"name":"mod_auth_openidc", "version":"1.8.10.*"}, {"name":"mod_ssl", "version":"2.4.*"}, {"name":"php", "version":"7.2.*"}, {"name": "php-mysqlnd", "version":"7.2.*"}],