Skip to content

refactor: migrate container_run_network_windows_test.go to nerdtest.Setup#5014

Draft
takumi12311123 wants to merge 1 commit into
containerd:mainfrom
takumi12311123:refactor/tigron-network-windows
Draft

refactor: migrate container_run_network_windows_test.go to nerdtest.Setup#5014
takumi12311123 wants to merge 1 commit into
containerd:mainfrom
takumi12311123:refactor/tigron-network-windows

Conversation

@takumi12311123

Copy link
Copy Markdown

Refactors the test cases in cmd/nerdctl/container/container_run_network_windows_test.go to use the Tigron framework (nerdtest.Setup).

TestRunPort is left as-is because it only delegates to baseTestRunPort (defined in container_run_network_base_test.go), which is shared with the Linux test and will be migrated together with that file.

Note: this is a Windows-only test file; verified locally with gofmt, GOOS=windows go vet, and golangci-lint, but test execution will be exercised by CI on a Windows runner.

related : #4613

…etup

Refactor the test cases in container_run_network_windows_test.go to use
the Tigron framework (nerdtest.Setup).

TestRunPort is left as-is because it only delegates to baseTestRunPort,
shared with container_run_network_base_test.go and migrated separately.

Signed-off-by: Takumi Akasaka <takumiakasaka1231@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant