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: add distro tags to FCOS only tests #1322

Merged
merged 3 commits into from
Nov 17, 2021

Commits on Nov 17, 2021

  1. tests: add distro tags to FCOS only tests

    This is a first pass at categorizing the existing external tests using
    the `distros` tag to indicate that the tests are only supported on
    FCOS.  This should allow better sharing of tests with RHCOS.
    
    Note: some of these tests may be able to be adapted for RHCOS; will
    investigate in a follow-up PR.
    
    See: openshift/os#661
    See: coreos/coreos-assembler#2521
    miabbott committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    cb81587 View commit details
    Browse the repository at this point in the history
  2. tests/aleph-version: change jq to work on RHCOS

    Omitting the "." from the `jq` expression on RHCOS causes the command
    to fail. By including the ".", the test can run on FCOS + RHCOS.
    miabbott committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5310f05 View commit details
    Browse the repository at this point in the history
  3. tests/files: split types into separate arguments

    The version of `find` on RHCOS does not accept a comma-separated list
    of file types to the `-type` argument. Splitting it into multiple args
    should allow the test to work with FCOS/RHCOS.
    miabbott committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    06bcd7d View commit details
    Browse the repository at this point in the history