Fix the expected versions of blueprint components

This commit is contained in:
David Shea 2018-09-07 11:46:57 -04:00 committed by Brian C. Lane
parent bb73d93663
commit 9ee2d46a32
1 changed files with 4 additions and 4 deletions

View File

@ -156,8 +156,8 @@ class ServerTestCase(unittest.TestCase):
"modules":[{"name":"httpd", "version":"2.4.*"},
{"name":"mod_auth_openid", "version":"0.8"},
{"name":"mod_ssl", "version":"2.4.*"},
{"name":"php", "version":"7.2.4"},
{"name": "php-mysqlnd", "version":"7.2.4"}],
{"name":"php", "version":"7.2.*"},
{"name": "php-mysqlnd", "version":"7.2.*"}],
"name":"example-http-server",
"packages": [{"name":"openssh-server", "version": "7.*"},
{"name": "rsync", "version": "3.1.*"},
@ -184,8 +184,8 @@ class ServerTestCase(unittest.TestCase):
"modules":[{"name":"httpd", "version":"2.4.*"},
{"name":"mod_auth_openid", "version":"0.8"},
{"name":"mod_ssl", "version":"2.4.*"},
{"name":"php", "version":"7.2.4"},
{"name": "php-mysqlnd", "version":"7.2.4"}],
{"name":"php", "version":"7.2.*"},
{"name": "php-mysqlnd", "version":"7.2.*"}],
"name":"example-http-server",
"packages": [{"name":"openssh-server", "version": "7.*"},
{"name": "rsync", "version": "3.1.*"},