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/e2e: Refactor and reduce test run time #1884

Merged

Commits on Jul 21, 2020

  1. Copy the full SHA
    8ada430 View commit details
    Browse the repository at this point in the history
  2. e2e: remove TestUpdateSSH

    SSHKeys funcationality is tested in TestIgn3Cfg.
    kikisdeliveryservice committed Jul 21, 2020
    Copy the full SHA
    0fffc08 View commit details
    Browse the repository at this point in the history
  3. Remove TestCustomPool and use custom pools in funcs

    used in: TestIgn3Cfg,TestKernelType & TestDontDeleteRPMFiles
    
    This serves the same purpose as deleted test and speeds
    up e2e by running on a custom pool instead of all workers
    
    Also update utils_test.go to account for custom pools
    
    update utils
    kikisdeliveryservice committed Jul 21, 2020
    Copy the full SHA
    792be66 View commit details
    Browse the repository at this point in the history
  4. update TestKernelArguments to use custom pool & rollback

    change " baz=test bar=\"hello world\"" to " baz=test bar=hello world" to account
    for rpmostree bug in deleting args see:  coreos/rpm-ostree#2159
    kikisdeliveryservice committed Jul 21, 2020
    Copy the full SHA
    68ed853 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    266ce61 View commit details
    Browse the repository at this point in the history