-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hyperv: machine e2e tests for set command #20117
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d820069
to
cc60216
Compare
Cockpit tests failed for commit cc60216af9aef5b5102d3cc8bb402e444e424567. @martinpitt, @jelly, @mvollmer please check. |
@@ -139,8 +141,9 @@ var _ = Describe("podman machine set", func() { | |||
}) | |||
|
|||
It("set user mode networking", func() { | |||
SkipIfNotWindows("Setting user mode networking is only honored on Windows") | |||
|
|||
if testProvider.VMType() != machine.WSLVirt { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this test now work on Linux or other non windows environments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it is only for WSL
93d4ba5
to
f8ad895
Compare
→ transient infra DNS failure, https://issues.redhat.com/browse/TFT-2256 |
LGTM, but needs a rebase on main to fix CI. |
The usermode networking scenario is only for WSL. Hyperv cannot run it. Signed-off-by: Brent Baude <[email protected]>
f8ad895
to
41e51f4
Compare
Cockpit tests failed for commit 41e51f4. @martinpitt, @jelly, @mvollmer please check. |
/lgtm |
The usermode networking scenario is only for WSL. Hyperv cannot run it.
Does this PR introduce a user-facing change?