Skip to content

Commit 66499a1

Browse files
committed
Rename tests to shared so the shared cluster is called at the end
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent b713f9c commit 66499a1

3 files changed

+2
-1
lines changed
File renamed without changes.

test/test_mariadb_helm_template.py renamed to test/test_mariadb_shared_helm_template.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ class TestHelmMariaDBPersistent:
1313
def setup_method(self):
1414
package_name = "mariadb-persistent"
1515
path = test_dir
16-
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir, remote=True)
16+
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir)
1717
self.hc_api.clone_helm_chart_repo(
1818
repo_url="https://github.com/sclorg/helm-charts", repo_name="helm-charts",
1919
subdir="charts/redhat"
2020
)
21+
2122
def teardown_method(self):
2223
self.hc_api.delete_project()
2324

0 commit comments

Comments
 (0)