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

WIP: Added onboarding token generation related functional tests for provider-client feature #9938

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

Commits on Oct 21, 2024

  1. Added onboarding token generation related functional tests for provid…

    …er-client feature
    
    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d457768 View commit details
    Browse the repository at this point in the history
  2. Updated ux pod respin testcase

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6fe28fd View commit details
    Browse the repository at this point in the history
  3. Updated squad details

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bede2dd View commit details
    Browse the repository at this point in the history
  4. Addressed review comments

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a2f2cac View commit details
    Browse the repository at this point in the history
  5. Added a testcase for creating a hosted cluster and onboarding storage…

    …client from the hosted cluster
    
    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    021a287 View commit details
    Browse the repository at this point in the history
  6. Updated with hci_provider_required fixture

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    16e8644 View commit details
    Browse the repository at this point in the history
  7. Updated with create and destroy hypershift cluster fixtures

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    33d0b36 View commit details
    Browse the repository at this point in the history
  8. Added steps to validate default storage-quota and create onboarding t…

    …oken with limited storage quota
    
    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    acb877a View commit details
    Browse the repository at this point in the history
  9. Corrected a typo

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    23a2576 View commit details
    Browse the repository at this point in the history
  10. Corrected a typo

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a4d1846 View commit details
    Browse the repository at this point in the history
  11. removed duplicate import

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0e63039 View commit details
    Browse the repository at this point in the history
  12. Updated test

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6cdad7f View commit details
    Browse the repository at this point in the history
  13. Updated test

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c243c1f View commit details
    Browse the repository at this point in the history
  14. added sleep to let the dashboard load successfully and increaded the …

    …timeout for local-cluster load
    
    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2b0d5f9 View commit details
    Browse the repository at this point in the history
  15. added fixture for login and close browser

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b9a9883 View commit details
    Browse the repository at this point in the history
  16. Updated 'local-cluster_dropdown_item' locator to 'local-cluster_dropd…

    …own' locator in navigate_to_local_cluster method
    
    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    88dd7ff View commit details
    Browse the repository at this point in the history
  17. Updated few locators of generate onboarding token page

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ddd6b7c View commit details
    Browse the repository at this point in the history
  18. updated navigate_to_all_clusters method

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    42f27a4 View commit details
    Browse the repository at this point in the history
  19. Added ignore leftover tag

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6bf355d View commit details
    Browse the repository at this point in the history
  20. Added retry in case of ResourceNotFoundError to collect_pod_container…

    …_rpm_package method
    
    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b9bb5f6 View commit details
    Browse the repository at this point in the history
  21. Imported locally to resolve circular import issue

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6de6253 View commit details
    Browse the repository at this point in the history
  22. Added parameter to accept storage_quota from config.env

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8b6e710 View commit details
    Browse the repository at this point in the history
  23. Updated onboardin token generation from ui

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3f17617 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Updated onboardin token generation from ui

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ea98930 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Added setup method

    Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
    amr1ta committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a9ac0cb View commit details
    Browse the repository at this point in the history