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

tests: replace nfs support test with generalized cifs test #14562

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. tests: add okfail executable

    Signed-off-by: Zygmunt Krynicki <[email protected]>
    zyga committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    643625f View commit details
    Browse the repository at this point in the history
  2. tests: generalize cifs-home to have an nfs variant

    This test is much more modern and easier to reason about. It is also somewhat different
    in that it doesn't really exericse all the various configurations where nfs/cifs is detected,
    that is handled with unit tests (and we know the detection part is relatively weak).
    
    Instead the test focuses that a given user may be "remote home" and that the special
    permissions work as expected.
    
    Signed-off-by: Zygmunt Krynicki <[email protected]>
    zyga committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ada36cb View commit details
    Browse the repository at this point in the history
  3. tests: remove the nfs-support test

    This test is now replaced by generalized cifs-support test. Not as many systems are covered
    but the test is much more robust and easier to work with.
    
    Signed-off-by: Zygmunt Krynicki <[email protected]>
    zyga committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b1f19ec View commit details
    Browse the repository at this point in the history
  4. spread: use set -xeu

    Signed-off-by: Zygmunt Krynicki <[email protected]>
    zyga committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    82ad131 View commit details
    Browse the repository at this point in the history