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

Basic E2E test, utils implementation and scripts to setup KinD cluster #196

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

Commits on Mar 24, 2023

  1. Basic E2E test with setup KinD cluster script

    MichalGuzieniuk authored and Piotr Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f12beb0 View commit details
    Browse the repository at this point in the history
  2. Fix shellcheck issue

    MichalGuzieniuk authored and Piotr Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ad19fdf View commit details
    Browse the repository at this point in the history
  3. Exclude E2E tests within workflow definition

    MichalGuzieniuk authored and Piotr Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2e77fa5 View commit details
    Browse the repository at this point in the history
  4. Disable E2E workflow

    MichalGuzieniuk authored and Piotr Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d736cfe View commit details
    Browse the repository at this point in the history
  5. Removing line, so user shell does not close if an error occurs

    Eoghan1232 authored and Piotr Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    80ef2c8 View commit details
    Browse the repository at this point in the history
  6. removing images package. updates to address comments. combined 2 funcs

    Eoghan1232 authored and Piotr Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3ad31cb View commit details
    Browse the repository at this point in the history
  7. Fix e2e setup killing shell session, multus URL, typos, added drivers…

    … check from list
    Piotrx, Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    cf5816a View commit details
    Browse the repository at this point in the history
  8. Fixed multus and go.mod

    Piotr Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7b56ae7 View commit details
    Browse the repository at this point in the history
  9. Fix smoke tests

    * add missing min_tx_rate to test podscpecs
    * fix golangci-lint
    * gofmt
    * switch to ginkgo v2
    * use latest kind
    Hubert Piechota authored and Piotr Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3a0fbe3 View commit details
    Browse the repository at this point in the history
  10. Add grace time for pod deletions

    Improve test stdout
    Fix tests for more than 16 VFs
    Better error when no VFs are setup
    Hubert Piechota authored and Piotr Konkol committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    93f6732 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. use StreamWithContext in pod.go

    David Nkanga authored and David Nkanga committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    0dfba1c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix shellsheck errors

    David Nkanga committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d51f966 View commit details
    Browse the repository at this point in the history
  2. bump golangci-lint version to v1.52.2

    David Nkanga committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    194cb86 View commit details
    Browse the repository at this point in the history
  3. show golangci-lint error line numbers

    David Nkanga committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2c6eb26 View commit details
    Browse the repository at this point in the history