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

Add hostname test #1376

Merged
merged 4 commits into from
Dec 2, 2022
Merged

Commits on Nov 27, 2022

  1. Add hostname test

    The test is ported from https://github.com/opencontainers/runtime-tools/blob/2802ff9ff5/validation/hostname/hostname.go
    
    The intent is to make sure that the hostname set in the spec is actually set within the
    container.
    
    Signed-off-by: chermehdi <[email protected]>
    chermehdi committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    3c6b534 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Address comment issues.

    * Fix capitalisation in error messages.
    * Split tests into individual methods.
    
    Signed-off-by: chermehdi <[email protected]>
    chermehdi committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    371d87a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    c21a7d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Exit early if readonly paths are empty

    Signed-off-by: chermehdi <[email protected]>
    chermehdi committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    1ed2adb View commit details
    Browse the repository at this point in the history