mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITOPSENG-277 restore testing of proxy and port
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
atl_local_ipv4: "1.1.1.1"
|
atl_local_ipv4: "1.1.1.1"
|
||||||
atl_tomcat_scheme: "http"
|
atl_tomcat_scheme: "http"
|
||||||
atl_proxy_name: "localhost"
|
atl_proxy_name: "localhost"
|
||||||
|
atl_proxy_port: "80"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
|
|||||||
@@ -38,6 +38,8 @@ def test_server_file(host):
|
|||||||
assert f.contains('acceptCount="10"')
|
assert f.contains('acceptCount="10"')
|
||||||
assert f.contains('secure="false"')
|
assert f.contains('secure="false"')
|
||||||
assert f.contains('scheme="http"')
|
assert f.contains('scheme="http"')
|
||||||
|
assert f.contains('proxyName=')
|
||||||
|
assert f.contains('proxyPort=')
|
||||||
|
|
||||||
def test_install_permissions(host):
|
def test_install_permissions(host):
|
||||||
assert host.file('/opt/atlassian/confluence/current/conf/server.xml').user == 'root'
|
assert host.file('/opt/atlassian/confluence/current/conf/server.xml').user == 'root'
|
||||||
|
|||||||
Reference in New Issue
Block a user