Skip to content

Commit

Permalink
Merge pull request ansible-middleware#267 from istraka/eapqe_enviornment
Browse files Browse the repository at this point in the history
JUNIT flags in molecule test scenarios
  • Loading branch information
istraka authored Aug 27, 2024
2 parents 92f41eb + 2c39046 commit 9d096d2
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions molecule/colocated_cluster/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ provisioner:
env:
JUNIT_OUTPUT_DIR: "$PWD/junit"
JUNIT_HIDE_TASK_ARGUMENTS: yes
JUNIT_TASK_RELATIVE_PATH: "$PWD"
JUNIT_TASK_CLASS: "true"
JUNIT_REPLACE_OUT_OF_TREE_PATH: ""
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_COLLECTIONS_PATHS: "~/.ansible/collections/"
ANSIBLE_ROLES_PATH: "../../roles"
Expand Down
3 changes: 3 additions & 0 deletions molecule/custom_config_file/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ provisioner:
env:
JUNIT_OUTPUT_DIR: "$PWD/junit"
JUNIT_HIDE_TASK_ARGUMENTS: yes
JUNIT_TASK_RELATIVE_PATH: "$PWD"
JUNIT_TASK_CLASS: "true"
JUNIT_REPLACE_OUT_OF_TREE_PATH: ""
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_COLLECTIONS_PATHS: "~/.ansible/collections/"
ANSIBLE_ROLES_PATH: "../../roles"
Expand Down
3 changes: 3 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ provisioner:
env:
JUNIT_OUTPUT_DIR: "$PWD/junit"
JUNIT_HIDE_TASK_ARGUMENTS: yes
JUNIT_TASK_RELATIVE_PATH: "$PWD"
JUNIT_TASK_CLASS: "true"
JUNIT_REPLACE_OUT_OF_TREE_PATH: ""
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_COLLECTIONS_PATHS: "~/.ansible/collections/"
ANSIBLE_ROLES_PATH: "../../roles"
Expand Down
3 changes: 3 additions & 0 deletions molecule/install_options/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ provisioner:
env:
JUNIT_OUTPUT_DIR: "$PWD/junit"
JUNIT_HIDE_TASK_ARGUMENTS: yes
JUNIT_TASK_RELATIVE_PATH: "$PWD"
JUNIT_TASK_CLASS: "true"
JUNIT_REPLACE_OUT_OF_TREE_PATH: ""
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_COLLECTIONS_PATHS: "~/.ansible/collections/"
ANSIBLE_ROLES_PATH: "../../roles"
Expand Down
3 changes: 3 additions & 0 deletions molecule/prospero/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ provisioner:
env:
JUNIT_OUTPUT_DIR: "$PWD/junit"
JUNIT_HIDE_TASK_ARGUMENTS: yes
JUNIT_TASK_RELATIVE_PATH: "$PWD"
JUNIT_TASK_CLASS: "true"
JUNIT_REPLACE_OUT_OF_TREE_PATH: ""
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_COLLECTIONS_PATHS: "~/.ansible/collections/"
ANSIBLE_ROLES_PATH: "../../roles"
Expand Down
3 changes: 3 additions & 0 deletions molecule/uninstall/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ provisioner:
env:
JUNIT_OUTPUT_DIR: "$PWD/junit"
JUNIT_HIDE_TASK_ARGUMENTS: yes
JUNIT_TASK_RELATIVE_PATH: "$PWD"
JUNIT_TASK_CLASS: "true"
JUNIT_REPLACE_OUT_OF_TREE_PATH: ""
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_COLLECTIONS_PATHS: "~/.ansible/collections/"
ANSIBLE_ROLES_PATH: "../../roles"
Expand Down
3 changes: 3 additions & 0 deletions molecule/yaml_config_validation/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ provisioner:
env:
JUNIT_OUTPUT_DIR: "$PWD/junit"
JUNIT_HIDE_TASK_ARGUMENTS: yes
JUNIT_TASK_RELATIVE_PATH: "$PWD"
JUNIT_TASK_CLASS: "true"
JUNIT_REPLACE_OUT_OF_TREE_PATH: ""
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_COLLECTIONS_PATHS: "~/.ansible/collections/"
ANSIBLE_ROLES_PATH: "../../roles"
Expand Down

0 comments on commit 9d096d2

Please sign in to comment.