Skip to content
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

E2E: fix test for WSL integration #5832

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 1, 2023

  1. WSL-helper: Fix package doc for cmd

    Signed-off-by: Mark Yen <[email protected]>
    mook-as committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b8f16eb View commit details
    Browse the repository at this point in the history
  2. WSL: Implement docker plugin integration in go

    This avoids assumptions about what is available inside the target distros
    (we no longer require /bin/sh and ln).
    
    Signed-off-by: Mark Yen <[email protected]>
    mook-as committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    624e4fd View commit details
    Browse the repository at this point in the history
  3. E2E: Fix WSL integration tests

    Stop using mock-wsl, and use the real thing instead.
    
    Signed-off-by: Mark Yen <[email protected]>
    mook-as committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    07d4d4d View commit details
    Browse the repository at this point in the history
  4. TestUtils: log lines to disk.

    Signed-off-by: Mark Yen <[email protected]>
    mook-as committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    dafba72 View commit details
    Browse the repository at this point in the history