File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444
4545
4646def skip_helm_charts_tests ():
47- if VARS .VERSION == "" and VARS .OS == "rhel8" :
47+ if VARS .VERSION == "5.32 " and VARS .OS == "rhel8" :
4848 skip (f"Skipping Helm Charts tests for { VARS .VERSION } on { VARS .OS } ." )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def test_docker_run_usage(self):
2727 ) == 0
2828
2929 def test_scl_usage (self ):
30- assert f"v{ VARS .VERSION } " in PodmanCLIWrapper .podman_run_command (
30+ assert f"v{ VARS .VERSION_NO_FCGID } " in PodmanCLIWrapper .podman_run_command (
3131 f"--rm { VARS .IMAGE_NAME } /bin/bash -c 'perl --version'"
3232 )
3333
Original file line number Diff line number Diff line change 77class TestLatestImagestreams :
88
99 def setup_method (self ):
10- self .isc = ImageStreamChecker (working_dir = VARS .TEST_DIR / ".." / ".." )
10+ self .isc = ImageStreamChecker (working_dir = VARS .TEST_DIR . parent . parent )
1111
1212 def test_latest_imagestream (self ):
1313 self .latest_version = self .isc .get_latest_version ()
You can’t perform that action at this time.
0 commit comments