Skip to content

Commit

Permalink
Rename PyTest files so helm tests are executed as the last.
Browse files Browse the repository at this point in the history
Container-ci-suite still do not support switching between cluster

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Nov 6, 2024
1 parent 8a03e25 commit 01b3032
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion 2.4-micro/test/test_httpd_helm_chart_imagestreams.py

This file was deleted.

1 change: 0 additions & 1 deletion 2.4-micro/test/test_httpd_helm_chart_template.py

This file was deleted.

1 change: 1 addition & 0 deletions 2.4-micro/test/test_httpd_shared_helm_imagestreams.py
1 change: 1 addition & 0 deletions 2.4-micro/test/test_httpd_shared_helm_template.py
1 change: 0 additions & 1 deletion 2.4/test/test_httpd_helm_chart_imagestreams.py

This file was deleted.

1 change: 0 additions & 1 deletion 2.4/test/test_httpd_helm_chart_template.py

This file was deleted.

1 change: 1 addition & 0 deletions 2.4/test/test_httpd_shared_helm_imagestreams.py
1 change: 1 addition & 0 deletions 2.4/test/test_httpd_shared_helm_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestHelmRHELHttpdImageStreams:
def setup_method(self):
package_name = "httpd-imagestreams"
path = test_dir
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir, remote=True)
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir)
self.hc_api.clone_helm_chart_repo(
repo_url="https://github.com/sclorg/helm-charts", repo_name="helm-charts",
subdir="charts/redhat"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TestHelmHTTPDTemplate:
def setup_method(self):
package_name = "httpd-template"
path = test_dir
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir, remote=True)
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir)
self.hc_api.clone_helm_chart_repo(
repo_url="https://github.com/sclorg/helm-charts", repo_name="helm-charts",
subdir="charts/redhat"
Expand Down

0 comments on commit 01b3032

Please sign in to comment.