From 719374e8f399d775d2c7f10398072feedd2b2696 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Fri, 29 Nov 2024 16:48:47 +0100 Subject: [PATCH] have a separate dtas config for docker enterprise suite --- molecule/docker_enterprise/molecule.yml | 2 ++ tests/test-config-aas.json | 42 +++++++++++++++++++++++++ tests/test-config.json | 4 --- 3 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 tests/test-config-aas.json diff --git a/molecule/docker_enterprise/molecule.yml b/molecule/docker_enterprise/molecule.yml index 480ef5310..88bb4edb2 100644 --- a/molecule/docker_enterprise/molecule.yml +++ b/molecule/docker_enterprise/molecule.yml @@ -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" diff --git a/tests/test-config-aas.json b/tests/test-config-aas.json new file mode 100644 index 000000000..3bd79b1b1 --- /dev/null +++ b/tests/test-config-aas.json @@ -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" + } + } + } diff --git a/tests/test-config.json b/tests/test-config.json index 3bd79b1b1..785c32ce2 100644 --- a/tests/test-config.json +++ b/tests/test-config.json @@ -33,10 +33,6 @@ }, "adw": { "version": "5.2.0" - }, - "aas": { - "audit_host": "http://localhost:8083", - "elasticsearch_host": "http://localhost:9200" } } }