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

test: wip refactor test utils for building pods and nodes #5932

Closed
wants to merge 11 commits into from

Commits on Jul 17, 2023

  1. test: wip refactor test utils for building pods and nodes

    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0f06772 View commit details
    Browse the repository at this point in the history
  2. refactor(test): use options pattern for all pod related helpers

    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    64639bd View commit details
    Browse the repository at this point in the history
  3. docs: add comments describing newly added functions

    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ad8bdf0 View commit details
    Browse the repository at this point in the history
  4. refactor: replace internals of BuildTestPod with NewTestPod

    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    62c3506 View commit details
    Browse the repository at this point in the history
  5. refactor: replace BuildTestPod with NewTestPod in eligibility tests

    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6e297d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. feat: abstract baseNode out of BuildTestNode fn

    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    842e604 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. feat: wip divide pod and node related helpers into two separate packages

    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    14280ce View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. feat: wip use pod and node package instead of . importing test …

    …utils
    
    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cc7e86e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. test: wip update code to use new node and pod package

    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    bfe3e11 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. feat: use test utils pod and node imports

    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5875531 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. feat: finish replacing test utils with pod and node test utils im…

    …ports
    
    Signed-off-by: vadasambar <surajrbanakar@gmail.com>
    vadasambar committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c247f3f View commit details
    Browse the repository at this point in the history