Skip to content

Commit

Permalink
have a separate dtas config for docker enterprise suite
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 29, 2024
1 parent 4df8a0a commit 719374e
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
2 changes: 2 additions & 0 deletions molecule/docker_enterprise/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ provisioner:
config_options:
defaults:
pipelining: true
env:
MOLECULE_IT_TEST_CONFIG: tests/test-config-aas.json
ansible_args:
- -e
- "@../../tests/test-ssl.yml"
Expand Down
42 changes: 42 additions & 0 deletions tests/test-config-aas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"config": {
"host": "TEST_URL",
"username": "admin",
"password": "admin",
"search_retry_interval_seconds": "30"
},
"assertions": {
"acs": {
"edition": "Enterprise",
"version": "23.4.0",
"identity": false,
"modules": [
{
"id": "org.alfresco.integrations.google.docs",
"version": "4.1.0",
"installed": true
},
{
"id": "alfresco-aos-module",
"version": "3.2.0",
"installed": true
},
{
"id": "org_alfresco_device_sync_repo",
"version": "5.1.0",
"installed": true
}
]
},
"acc": {
"version": "9.2.0"
},
"adw": {
"version": "5.2.0"
},
"aas": {
"audit_host": "http://localhost:8083",
"elasticsearch_host": "http://localhost:9200"
}
}
}
4 changes: 0 additions & 4 deletions tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
},
"adw": {
"version": "5.2.0"
},
"aas": {
"audit_host": "http://localhost:8083",
"elasticsearch_host": "http://localhost:9200"
}
}
}

0 comments on commit 719374e

Please sign in to comment.