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

Switch to ginkgo/gomega for e2e testing. #130

Merged
merged 7 commits into from Jun 9, 2020

Commits on Apr 30, 2020

  1. Copy the full SHA
    3d01217 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Copy the full SHA
    838a3b1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3d1022a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. No more dot imports, test case for kernel parameter removal.

    Changes:
      - removed ginkgo/gomega and other dot imports
      - added a test case for kernel parameter removal
      - check for kernel parameter equality with optional exclusion
        of selected parameters
    jmencak committed May 13, 2020
    Copy the full SHA
    3a48b30 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Copy the full SHA
    1797e8f View commit details
    Browse the repository at this point in the history
  2. Formatting fix

    jmencak committed May 20, 2020
    Copy the full SHA
    dc53e6a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Better logging for rollback cases; kernel params addition test.

      - Replaced exec.Command by util.ExecAndLogCommand for better logging.
      - Added test scenario for adding kernel parameters in child profile.
    jmencak committed May 23, 2020
    Copy the full SHA
    fcc051f View commit details
    Browse the repository at this point in the history