Skip to content

Commit fbc964c

Browse files
committed
add dtas audit test
1 parent 72cc49b commit fbc964c

File tree

5 files changed

+7
-17
lines changed

5 files changed

+7
-17
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export AWS_REGION=eu-west-1
44
export MOLECULE_IT_AWS_VPC_SUBNET_ID=subnet-6bdd4223
55
export BRANCH_NAME=local
66
export BUILD_NUMBER=1
7-
export DTAS_VERSION=v1.5.3
7+
export DTAS_VERSION=v1.6.0
88
export MOLECULE_IT_ID=$(echo "$LOGNAME" | sha256sum | cut -c1-6)
99
ANSIBLE_VAULT_PASSWORD_FILE=$(expand_path ./.vault_pass.txt)
1010
export ANSIBLE_VAULT_PASSWORD_FILE

.github/workflows/enteprise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
env:
22-
DTAS_VERSION: v1.5.5
22+
DTAS_VERSION: v1.6.0
2323
BUILD_NUMBER: ${{ github.run_id }}
2424
PY_COLORS: 1
2525
PYTHONUNBUFFERED: 1

molecule/docker_enterprise/verify.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

molecule/elasticsearch/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ provisioner:
4747
playbooks:
4848
prepare: ../default/prepare.yml
4949
converge: ../../playbooks/acs.yml
50-
verify: ../multimachine/verify.yml
50+
verify: ../default/verify.yml
5151
verifier:
5252
name: ansible

tests/test-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
},
3434
"adw": {
3535
"version": "5.2.0"
36+
},
37+
"aas": {
38+
"audit_host": "http://localhost:8083",
39+
"elasticsearch_host": "http://localhost:9200"
3640
}
3741
}
3842
}

0 commit comments

Comments
 (0)