From 5aa726e472a7966a50632b276b4b6f6174933e39 Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Wed, 22 Jun 2022 16:52:51 +1000 Subject: [PATCH] ITSD-94667 Renamed the molecule test to reflect more accurately what it tests for --- bitbucket-pipelines.yml | 4 ++-- .../Dockerfile.j2 | 0 .../converge.yml | 0 .../molecule.yml | 0 .../tests/test_default.py | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename roles/product_install/molecule/{jira_all_version_url => jira_tarball_download_url}/Dockerfile.j2 (100%) rename roles/product_install/molecule/{jira_all_version_url => jira_tarball_download_url}/converge.yml (100%) rename roles/product_install/molecule/{jira_all_version_url => jira_tarball_download_url}/molecule.yml (100%) rename roles/product_install/molecule/{jira_all_version_url => jira_tarball_download_url}/tests/test_default.py (100%) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 137e69c..06bc07e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -232,14 +232,14 @@ pipelines: - cd roles/product_install - pipenv run molecule test -s jira_all - step: - name: product_install/jira_all_version_url + name: product_install/jira_tarball_download_url services: - docker script: - export ANSIBLE_CONFIG=./ansible.cfg - ./bin/install-ansible --dev - cd roles/product_install - - pipenv run molecule test -s jira_all_version_url + - pipenv run molecule test -s jira_tarball_download_url - step: name: product_install/jira_cached_with_downgrade services: diff --git a/roles/product_install/molecule/jira_all_version_url/Dockerfile.j2 b/roles/product_install/molecule/jira_tarball_download_url/Dockerfile.j2 similarity index 100% rename from roles/product_install/molecule/jira_all_version_url/Dockerfile.j2 rename to roles/product_install/molecule/jira_tarball_download_url/Dockerfile.j2 diff --git a/roles/product_install/molecule/jira_all_version_url/converge.yml b/roles/product_install/molecule/jira_tarball_download_url/converge.yml similarity index 100% rename from roles/product_install/molecule/jira_all_version_url/converge.yml rename to roles/product_install/molecule/jira_tarball_download_url/converge.yml diff --git a/roles/product_install/molecule/jira_all_version_url/molecule.yml b/roles/product_install/molecule/jira_tarball_download_url/molecule.yml similarity index 100% rename from roles/product_install/molecule/jira_all_version_url/molecule.yml rename to roles/product_install/molecule/jira_tarball_download_url/molecule.yml diff --git a/roles/product_install/molecule/jira_all_version_url/tests/test_default.py b/roles/product_install/molecule/jira_tarball_download_url/tests/test_default.py similarity index 100% rename from roles/product_install/molecule/jira_all_version_url/tests/test_default.py rename to roles/product_install/molecule/jira_tarball_download_url/tests/test_default.py