mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Add a test case for atl_hazelcast_network_aws_tag_key value
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
atl_proxy_name: "localhost"
|
||||
atl_proxy_port: "80"
|
||||
atl_db_preferredtestquery: "select 1;"
|
||||
atl_hazelcast_network_aws_tag_key: "my-cluster-tag"
|
||||
|
||||
roles:
|
||||
- role: linux_common
|
||||
|
||||
@@ -80,6 +80,7 @@ def test_confluence_config_file(host):
|
||||
assert f.contains('<property name="hibernate.connection.password">molecule_password</property>')
|
||||
assert f.contains('<property name="hibernate.c3p0.preferredTestQuery">select 1;</property>')
|
||||
assert f.contains('<property name="confluence.webapp.context.path">/foo</property>')
|
||||
assert f.contains('<property name="confluence.cluster.aws.tag.key">my-cluster-tag</property>')
|
||||
|
||||
@pytest.mark.parametrize('font', [
|
||||
# '/usr/lib/jvm/java/lib/fonts/fallback/NotoSansJavanese-Regular.ttf'
|
||||
|
||||
Reference in New Issue
Block a user