Fix potential issue with odo describe component integration tests when Podman is installed#6642
Conversation
…hen Podman is installed When running locally with Podman installed, the error message no longer contains the reference to the namespace.
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
odo describe component integration tests when Podman is installed
|
Kudos, SonarCloud Quality Gate passed!
|
Flaky test - reported in #6601 /override OpenShift-Integration-tests/OpenShift-Integration-tests |
|
@rm3l: Overrode contexts on behalf of rm3l: OpenShift-Integration-tests/OpenShift-Integration-tests DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Flaky E2E test - reported in #6582 /override windows-integration-test/Windows-test |
|
@rm3l: Overrode contexts on behalf of rm3l: windows-integration-test/Windows-test DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |








What type of PR is this:
/kind bug
/area testing
What does this PR do / why we need it:
I noticed this error message when running the following integration tests locally:
odo describe component command tests when creating a component [It] should not describe the component from another directoryodo describe component command tests [It] should fail, with clusterodo describe componenttries to describe the component on both Podman (if available) and cluster. Because I have Podman installed locally, the error message is not actually the one expected in the tests.When running locally with Podman installed, the error message no longer contains the reference to the namespace.
Which issue(s) this PR fixes:
—
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer:
With the Podman binary installed locally, the tests mentioned above should now pass with the changes here.